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