2 references to WithThreeChildren
Microsoft.CodeAnalysis (2)
Syntax\InternalSyntax\SyntaxList.WithThreeChildren.cs (2)
69
return new
WithThreeChildren
(errors, this.GetAnnotations(), _child0, _child1, _child2);
74
return new
WithThreeChildren
(GetDiagnostics(), annotations, _child0, _child1, _child2);