2 instantiations of WithTwoChildren
Microsoft.CodeAnalysis.Razor.Compiler (2)
Language\Syntax\InternalSyntax\SyntaxList.cs (2)
60
var result = new
WithTwoChildren
(child0, child1);
223
return new
WithTwoChildren
(_child0, _child1, errors);
2 references to WithTwoChildren
Microsoft.CodeAnalysis.Razor.Compiler (2)
Language\Syntax\InternalSyntax\SyntaxList.cs (2)
55
internal static
WithTwoChildren
List(GreenNode child0, GreenNode child1)
60
var
result = new WithTwoChildren(child0, child1);