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