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