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