2 references to WithTwoChildren
Microsoft.CodeAnalysis (1)
Syntax\InternalSyntax\SyntaxList.cs (1)
37
var result = new
WithTwoChildren
(child0, child1);
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (1)
Syntax\SyntaxNodeCacheTests.cs (1)
42
var listOf2 = new CodeAnalysis.Syntax.InternalSyntax.SyntaxList.
WithTwoChildren
(child0, child1);