changed project name
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
using System.Reflection.Emit;
|
||||
|
||||
namespace DTLib.Ben.Demystifier.Internal;
|
||||
namespace DTLib.Demystifier.Internal;
|
||||
|
||||
internal class ILReader
|
||||
{
|
||||
|
||||
@@ -6,7 +6,7 @@ using System.Reflection.Metadata;
|
||||
using System.Reflection.Metadata.Ecma335;
|
||||
using System.Reflection.PortableExecutable;
|
||||
|
||||
namespace DTLib.Ben.Demystifier.Internal;
|
||||
namespace DTLib.Demystifier.Internal;
|
||||
|
||||
// Adapted from https://github.com/aspnet/Common/blob/dev/shared/Microsoft.Extensions.StackTrace.Sources/StackFrame/PortablePdbReader.cs
|
||||
internal class PortablePdbReader : IDisposable
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
using System.Threading;
|
||||
|
||||
namespace DTLib.Ben.Demystifier.Internal;
|
||||
namespace DTLib.Demystifier.Internal;
|
||||
|
||||
/// <summary>
|
||||
/// A helper class that contains utilities methods for dealing with reflection.
|
||||
|
||||
Reference in New Issue
Block a user