2 overrides of MiscAttributeContent
Microsoft.CodeAnalysis.Razor.Compiler (2)
Language\Syntax\Generated\Syntax.xml.Syntax.Generated.cs (2)
965public override MarkupMiscAttributeContentSyntax MiscAttributeContent => GetRed(ref _miscAttributeContent, 4); 1167public override MarkupMiscAttributeContentSyntax MiscAttributeContent => GetRed(ref _miscAttributeContent, 4);
1 reference to MiscAttributeContent
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\Syntax\BaseMarkupEndTagSyntax.cs (1)
72if (MiscAttributeContent?.Children is { Count: > 0 } children)