changed project name

This commit is contained in:
2024-09-20 02:23:38 +05:00
parent 9eaa322ae8
commit a35e7630ca
17 changed files with 31 additions and 30 deletions

View File

@@ -1,6 +1,6 @@
using System.Reflection.Emit;
namespace DTLib.Ben.Demystifier.Internal;
namespace DTLib.Demystifier.Internal;
internal class ILReader
{

View File

@@ -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

View File

@@ -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.