2 references to WithTwoChildren
Microsoft.CodeAnalysis (2)
Syntax\InternalSyntax\SyntaxList.WithTwoChildren.cs (2)
85
return new
WithTwoChildren
(errors, this.GetAnnotations(), _child0, _child1);
90
return new
WithTwoChildren
(GetDiagnostics(), annotations, _child0, _child1);