10 references to IsNodeList
CSharpSyntaxGenerator (10)
AbstractFileWriter.cs (4)
178
|| ((
IsNodeList
(derivedType) || IsSeparatedNodeList(derivedType))
194
return
IsNodeList
(typeName) || IsSeparatedNodeList(typeName);
199
return IsNode(typeName) ||
IsNodeList
(typeName) || IsSeparatedNodeList(typeName) || typeName == "SyntaxNodeOrTokenList";
216
return
IsNodeList
(typeName) || IsSeparatedNodeList(typeName) || typeName == "SyntaxNodeOrTokenList";
SourceWriter.cs (6)
164
IsNodeList
(field.Type))
248
if (
IsNodeList
(field.Type))
426
IsNodeList
(f.Type) ? "CoreSyntax." + f.Type :
699
_ when IsSeparatedNodeList(f.Type) ||
IsNodeList
(f.Type) => $"CoreSyntax.{f.Type}",
952
if (
IsNodeList
(field.Type))
1569
else if (
IsNodeList
(f.Type))