8 references to Children
Microsoft.CodeAnalysis.Razor.Compiler (8)
Language\Legacy\TagHelperBlockRewriter.cs (1)
106foreach (var contentChild in miscContent.Children)
Language\Syntax\BaseMarkupEndTagSyntax.cs (1)
72if (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)
603if (children != Children) 617public MarkupMiscAttributeContentSyntax AddChildren(params RazorSyntaxNode[] items) => WithChildren(this.Children.AddRange(items)); 1012return this.WithMiscAttributeContent(_miscAttributeContent.WithChildren(_miscAttributeContent.Children.AddRange(items))); 1212return this.WithMiscAttributeContent(_miscAttributeContent.WithChildren(_miscAttributeContent.Children.AddRange(items)));
Language\Syntax\SyntaxUtilities.cs (1)
41foreach (var contentChild in miscContent.Children)