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)
125
IsNodeList
(field.Type))
209
if (
IsNodeList
(field.Type))
387
IsNodeList
(f.Type) ? "CoreSyntax." + f.Type :
660
_ when IsSeparatedNodeList(f.Type) ||
IsNodeList
(f.Type) => $"CoreSyntax.{f.Type}",
893
if (
IsNodeList
(field.Type))
1498
else if (
IsNodeList
(f.Type))