We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c10ec2 commit e6d0720Copy full SHA for e6d0720
DotNetAstGen/SyntaxNodePropertiesResolver.cs
@@ -17,7 +17,7 @@ internal class SyntaxNodePropertiesResolver : DefaultContractResolver
17
"Alias", "NamespaceOrType", "Arguments", "Expression", "Declaration", "ElementType", "Initializer", "Else",
18
"Condition", "Statement", "Statements", "Variables", "WhenNotNull", "AllowsAnyExpression", "Expressions",
19
"Modifiers", "ReturnType", "IsUnboundGenericName", "Default", "IsConst", "Parameters", "Types",
20
- "ExplicitInterfaceSpecifier", "MetaData", "Kind", "AstRoot", "FileName", "Code"
+ "ExplicitInterfaceSpecifier", "MetaData", "Kind", "AstRoot", "FileName", "Code", "Operand"
21
});
22
23
private readonly List<string> _regexToAllow = new(new[]
0 commit comments