We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ac9268 commit 79fe832Copy full SHA for 79fe832
1 file changed
Cpp2IL.Core/Model/Contexts/AttributeGeneratorMethodAnalysisContext.cs
@@ -7,6 +7,7 @@ public class AttributeGeneratorMethodAnalysisContext : MethodAnalysisContext
7
public override ulong UnderlyingPointer { get; }
8
9
protected override bool IsInjected => true;
10
+ public override string DefaultName => "<AttributeGenerator>";
11
public override MethodAttributes DefaultAttributes => MethodAttributes.Public | MethodAttributes.Static | MethodAttributes.HideBySig;
12
public override MethodImplAttributes DefaultImplAttributes => MethodImplAttributes.Managed;
13
public override TypeAnalysisContext DefaultReturnType => AppContext.SystemTypes.SystemVoidType;
0 commit comments