mirror of https://github.com/icsharpcode/ILSpy.git
8 changed files with 34 additions and 51 deletions
@ -1,13 +0,0 @@ |
|||||||
using System; |
|
||||||
|
|
||||||
namespace ICSharpCode.Decompiler.CSharp.Syntax |
|
||||||
{ |
|
||||||
public sealed class DecompilerAstNodeAttribute : Attribute |
|
||||||
{ |
|
||||||
public DecompilerAstNodeAttribute(bool hasNullNode = false, bool hasPatternPlaceholder = false) { } |
|
||||||
} |
|
||||||
|
|
||||||
public sealed class ExcludeFromMatchAttribute : Attribute |
|
||||||
{ |
|
||||||
} |
|
||||||
} |
|
@ -1,7 +0,0 @@ |
|||||||
<Project Sdk="Microsoft.NET.Sdk"> |
|
||||||
|
|
||||||
<PropertyGroup> |
|
||||||
<TargetFramework>netstandard2.0</TargetFramework> |
|
||||||
</PropertyGroup> |
|
||||||
|
|
||||||
</Project> |
|
@ -1,8 +0,0 @@ |
|||||||
using System; |
|
||||||
|
|
||||||
namespace ICSharpCode.Decompiler.CSharp.Syntax; |
|
||||||
|
|
||||||
public class DecompilerAstNodeAttribute(bool hasNullNode) : Attribute |
|
||||||
{ |
|
||||||
public bool HasNullNode { get; } = hasNullNode; |
|
||||||
} |
|
Loading…
Reference in new issue