3 instantiations of WithTwoChildren
Microsoft.CodeAnalysis (3)
Syntax\InternalSyntax\SyntaxList.cs (1)
37var result = new WithTwoChildren(child0, child1);
Syntax\InternalSyntax\SyntaxList.WithTwoChildren.cs (2)
61return new WithTwoChildren(errors, this.GetAnnotations(), _child0, _child1); 66return new WithTwoChildren(GetDiagnostics(), annotations, _child0, _child1);
3 references to WithTwoChildren
Microsoft.CodeAnalysis (3)
Syntax\InternalSyntax\SyntaxList.cs (3)
27internal static WithTwoChildren List(GreenNode child0, GreenNode child1) 35return (WithTwoChildren)cached; 37var result = new WithTwoChildren(child0, child1);