3 instantiations of WithThreeChildren
Microsoft.CodeAnalysis (3)
Syntax\InternalSyntax\SyntaxList.cs (1)
57var result = new WithThreeChildren(child0, child1, child2);
Syntax\InternalSyntax\SyntaxList.WithThreeChildren.cs (2)
69return new WithThreeChildren(errors, this.GetAnnotations(), _child0, _child1, _child2); 74return new WithThreeChildren(GetDiagnostics(), annotations, _child0, _child1, _child2);
3 references to WithThreeChildren
Microsoft.CodeAnalysis (3)
Syntax\InternalSyntax\SyntaxList.cs (3)
46internal static WithThreeChildren List(GreenNode child0, GreenNode child1, GreenNode child2) 55return (WithThreeChildren)cached; 57var result = new WithThreeChildren(child0, child1, child2);