2 writes to _attributes
Microsoft.CodeAnalysis.Razor.Compiler (2)
Language\Syntax\Generated\Syntax.xml.Syntax.Generated.cs (2)
1094
public override SyntaxList<RazorSyntaxNode> Attributes => new SyntaxList<RazorSyntaxNode>(GetRed(ref
_attributes
, 3));
1107
internal override SyntaxNode GetNodeSlot(int index) => index == 3 ? GetRed(ref this.
_attributes
, 3) : null;
1 reference to _attributes
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\Syntax\Generated\Syntax.xml.Syntax.Generated.cs (1)
1109
internal override SyntaxNode GetCachedSlot(int index) => index == 3 ? this.
_attributes
: null;