2 writes to _miscAttributeContent
Microsoft.CodeAnalysis.Razor.Compiler (2)
Language\Syntax\Generated\Syntax.xml.Syntax.Generated.cs (2)
1167public override MarkupMiscAttributeContentSyntax MiscAttributeContent => GetRed(ref _miscAttributeContent, 4); 1172internal override SyntaxNode GetNodeSlot(int index) => index == 4 ? GetRed(ref this._miscAttributeContent, 4) : null;
1 reference to _miscAttributeContent
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\Syntax\Generated\Syntax.xml.Syntax.Generated.cs (1)
1174internal override SyntaxNode GetCachedSlot(int index) => index == 4 ? this._miscAttributeContent : null;