11 references to IsSeparatedNodeList
CSharpSyntaxGenerator (11)
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 (7)
124
if (
IsSeparatedNodeList
(field.Type) ||
214
else if (
IsSeparatedNodeList
(field.Type))
388
IsSeparatedNodeList
(f.Type) ? "CoreSyntax." + f.Type :
660
_ when
IsSeparatedNodeList
(f.Type) || IsNodeList(f.Type) => $"CoreSyntax.{f.Type}",
832
if (
IsSeparatedNodeList
(field.Type) || field.Type == "SyntaxNodeOrTokenList")
897
else if (
IsSeparatedNodeList
(field.Type))
1500
else if (
IsSeparatedNodeList
(f.Type))