4 instantiations of WithManyChildren
Microsoft.CodeAnalysis (4)
Syntax\InternalSyntax\SyntaxList.cs (1)
95return new WithManyChildren(children);
Syntax\InternalSyntax\SyntaxList.WithManyChildren.cs (3)
127ObjectBinder.RegisterTypeReader(typeof(WithManyChildren), r => new WithManyChildren(r)); 147return new WithManyChildren(errors, this.GetAnnotations(), children); 152return new WithManyChildren(GetDiagnostics(), annotations, children);
1 reference to WithManyChildren
Microsoft.CodeAnalysis (1)
Syntax\InternalSyntax\SyntaxList.WithManyChildren.cs (1)
127ObjectBinder.RegisterTypeReader(typeof(WithManyChildren), r => new WithManyChildren(r));