Skip to content

Commit 79fe832

Browse files
authored
Add DefaultName for AttributeGeneratorMethodAnalysisContext (#556)
1 parent 0ac9268 commit 79fe832

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Cpp2IL.Core/Model/Contexts/AttributeGeneratorMethodAnalysisContext.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ public class AttributeGeneratorMethodAnalysisContext : MethodAnalysisContext
77
public override ulong UnderlyingPointer { get; }
88

99
protected override bool IsInjected => true;
10+
public override string DefaultName => "<AttributeGenerator>";
1011
public override MethodAttributes DefaultAttributes => MethodAttributes.Public | MethodAttributes.Static | MethodAttributes.HideBySig;
1112
public override MethodImplAttributes DefaultImplAttributes => MethodImplAttributes.Managed;
1213
public override TypeAnalysisContext DefaultReturnType => AppContext.SystemTypes.SystemVoidType;

0 commit comments

Comments
 (0)