Skip to content

Commit

Permalink
add missing prop back
Browse files Browse the repository at this point in the history
  • Loading branch information
karan-batavia committed Mar 1, 2024
1 parent eea7036 commit 549868f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DotNetAstGen/SyntaxNodePropertiesResolver.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ internal class SyntaxNodePropertiesResolver : DefaultContractResolver
"Condition", "Statement", "Statements", "Variables", "WhenNotNull", "AllowsAnyExpression", "Expressions",
"Modifiers", "ReturnType", "IsUnboundGenericName", "Default", "IsConst", "Types",
"ExplicitInterfaceSpecifier", "MetaData", "Kind", "AstRoot", "FileName", "Code", "Operand", "Block",
"Catches", "Finally", "Keyword", "Incrementors", "Sections", "Pattern", "Labels", "WhenTrue", "WhenFalse"
"Catches", "Finally", "Keyword", "Incrementors", "Sections", "Pattern", "Labels", "Elements" ,"WhenTrue", "WhenFalse"
});

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

0 comments on commit 549868f

Please sign in to comment.