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