3 references to WithChildren
Microsoft.CodeAnalysis.Razor.Compiler (3)
Language\Syntax\Generated\Syntax.xml.Syntax.Generated.cs (3)
617
public MarkupMiscAttributeContentSyntax AddChildren(params RazorSyntaxNode[] items) =>
WithChildren
(this.Children.AddRange(items));
1012
return this.WithMiscAttributeContent(_miscAttributeContent.
WithChildren
(_miscAttributeContent.Children.AddRange(items)));
1212
return this.WithMiscAttributeContent(_miscAttributeContent.
WithChildren
(_miscAttributeContent.Children.AddRange(items)));