8 references to Children
Microsoft.CodeAnalysis.Razor.Compiler (8)
Language\Legacy\TagHelperBlockRewriter.cs (1)
106
foreach (var contentChild in miscContent.
Children
)
Language\Syntax\BaseMarkupEndTagSyntax.cs (1)
72
if (MiscAttributeContent?.
Children
is { Count: > 0 } children)
Language\Syntax\Generated\Syntax.xml.Main.Generated.cs (1)
300
=> node.Update(VisitList(node.
Children
));
Language\Syntax\Generated\Syntax.xml.Syntax.Generated.cs (4)
603
if (children !=
Children
)
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)));
Language\Syntax\SyntaxUtilities.cs (1)
41
foreach (var contentChild in miscContent.
Children
)