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