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