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 2940589 commit 50132f8Copy full SHA for 50132f8
src/SourceGeneration.Reflection.SourceGenerator/Models/SourceTypeInfo.cs
@@ -24,6 +24,10 @@ internal class SourceTypeInfo
24
public readonly List<SourceMethodInfo> Methods = [];
25
public readonly List<SourceConstructorInfo> Constructors = [];
26
27
+ //public Dictionary<string,string> BaseRequiredMembers = [];
28
+
29
+ public bool HasBaseRequiredMembers;
30
31
public bool IsEnum;
32
public string EnumUnderlyingType;
33
}
0 commit comments