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 a3f1120 commit 39e3f95Copy full SHA for 39e3f95
src/SourceGeneration.Reflection.SourceGenerator/Models/SourceFieldInfo.cs
@@ -15,4 +15,6 @@ internal class SourceFieldInfo
15
public object ConstantValue;
16
public Accessibility Accessibility;
17
public NullableAnnotation NullableAnnotation;
18
+
19
+ public string DefaultValueExpression;
20
}
src/SourceGeneration.Reflection.SourceGenerator/Models/SourcePropertyInfo.cs
@@ -24,4 +24,6 @@ internal class SourcePropertyInfo
24
public Accessibility GetMethodAccessibility;
25
public Accessibility SetMethodAccessibility;
26
public List<SourceParameterInfo> Parameters = [];
27
28
29
0 commit comments