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