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)
135
if (
IsSeparatedNodeList
(field.Type) ||
225
else if (
IsSeparatedNodeList
(field.Type))
399
IsSeparatedNodeList
(f.Type) ? "CoreSyntax." + f.Type :
671
_ when
IsSeparatedNodeList
(f.Type) || IsNodeList(f.Type) => $"CoreSyntax.{f.Type}",
847
if (
IsSeparatedNodeList
(field.Type) || field.Type == "SyntaxNodeOrTokenList")
928
else if (
IsSeparatedNodeList
(field.Type))
1543
else if (
IsSeparatedNodeList
(f.Type))