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)
197
IsNodeList
(field.Type))
281
if (
IsNodeList
(field.Type))
459
IsNodeList
(f.Type) ? "CoreSyntax." + f.Type :
732
_ when IsSeparatedNodeList(f.Type) ||
IsNodeList
(f.Type) => $"CoreSyntax.{f.Type}",
985
if (
IsNodeList
(field.Type))
1603
else if (
IsNodeList
(f.Type))