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