Skip to content

Commit

Permalink
Include Accessors
Browse files Browse the repository at this point in the history
  • Loading branch information
xavierpinho committed Jan 26, 2025
1 parent 216c903 commit 3263d80
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 @@ -19,7 +19,7 @@ internal class SyntaxNodePropertiesResolver : DefaultContractResolver
"Modifiers", "ReturnType", "IsUnboundGenericName", "Default", "IsConst", "Types",
"ExplicitInterfaceSpecifier", "MetaData", "Kind", "AstRoot", "FileName", "Code", "Operand", "Block",
"Catches", "Finally", "Keyword", "Incrementors", "Sections", "Pattern", "Labels", "Elements" ,"WhenTrue",
"WhenFalse", "Initializers", "NameEquals", "Contents", "Attributes", "Designation"
"WhenFalse", "Initializers", "NameEquals", "Contents", "Attributes", "Designation", "Accessors"
});

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

0 comments on commit 3263d80

Please sign in to comment.