3 references to IsAnyNodeList
CSharpSyntaxGenerator (3)
SourceWriter.cs (2)
1629
int listCount = nd.Fields.Count(f =>
IsAnyNodeList
(f.Type) && !IsAttributeOrModifiersList(f));
1632
return nd.Fields.First(f =>
IsAnyNodeList
(f.Type) && !IsAttributeOrModifiersList(f));
TreeFlattening.cs (1)
36
if (makeOptional && !AbstractFileWriter.
IsAnyNodeList
(field.Type))