3 instantiations of WithLotsOfChildren
Microsoft.CodeAnalysis (3)
Syntax\InternalSyntax\SyntaxList.cs (1)
94return new WithLotsOfChildren(children);
Syntax\InternalSyntax\SyntaxList.WithLotsOfChildren.cs (2)
63return new WithLotsOfChildren(errors, this.GetAnnotations(), children, _childOffsets); 68return new WithLotsOfChildren(GetDiagnostics(), annotations, children, _childOffsets);