2 references to WithManyChildren
Microsoft.CodeAnalysis (2)
Syntax\InternalSyntax\SyntaxList.WithManyChildren.cs (2)
147
return new
WithManyChildren
(errors, this.GetAnnotations(), children);
152
return new
WithManyChildren
(GetDiagnostics(), annotations, children);