Skip to content

Commit

Permalink
allow WhenFalse and WhenTrue properties
Browse files Browse the repository at this point in the history
  • Loading branch information
karan-batavia committed Mar 1, 2024
1 parent 9b2868d commit eea7036
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", "Elements"
"Catches", "Finally", "Keyword", "Incrementors", "Sections", "Pattern", "Labels", "WhenTrue", "WhenFalse"
});

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

0 comments on commit eea7036

Please sign in to comment.