4 instantiations of WithLotsOfChildren
Microsoft.CodeAnalysis (4)
Syntax\InternalSyntax\SyntaxList.cs (1)
99
return new
WithLotsOfChildren
(children);
Syntax\InternalSyntax\SyntaxList.WithLotsOfChildren.cs (3)
17
ObjectBinder.RegisterTypeReader(typeof(WithLotsOfChildren), r => new
WithLotsOfChildren
(r));
81
return new
WithLotsOfChildren
(errors, this.GetAnnotations(), children, _childOffsets);
86
return new
WithLotsOfChildren
(GetDiagnostics(), annotations, children, _childOffsets);
1 reference to WithLotsOfChildren
Microsoft.CodeAnalysis (1)
Syntax\InternalSyntax\SyntaxList.WithLotsOfChildren.cs (1)
17
ObjectBinder.RegisterTypeReader(typeof(
WithLotsOfChildren
), r => new WithLotsOfChildren(r));