Skip to content

Commit e6d0720

Browse files
add operand property to allowed list (#17)
1 parent 8c10ec2 commit e6d0720

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DotNetAstGen/SyntaxNodePropertiesResolver.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ internal class SyntaxNodePropertiesResolver : DefaultContractResolver
1717
"Alias", "NamespaceOrType", "Arguments", "Expression", "Declaration", "ElementType", "Initializer", "Else",
1818
"Condition", "Statement", "Statements", "Variables", "WhenNotNull", "AllowsAnyExpression", "Expressions",
1919
"Modifiers", "ReturnType", "IsUnboundGenericName", "Default", "IsConst", "Parameters", "Types",
20-
"ExplicitInterfaceSpecifier", "MetaData", "Kind", "AstRoot", "FileName", "Code"
20+
"ExplicitInterfaceSpecifier", "MetaData", "Kind", "AstRoot", "FileName", "Code", "Operand"
2121
});
2222

2323
private readonly List<string> _regexToAllow = new(new[]

0 commit comments

Comments
 (0)