3 instantiations of WithManyChildren
Microsoft.CodeAnalysis (3)
Syntax\InternalSyntax\SyntaxList.cs (1)
90
return new
WithManyChildren
(children);
Syntax\InternalSyntax\SyntaxList.WithManyChildren.cs (2)
107
return new
WithManyChildren
(errors, this.GetAnnotations(), children);
112
return new
WithManyChildren
(GetDiagnostics(), annotations, children);