2 writes to _document
Microsoft.CodeAnalysis.Razor.Compiler (2)
Language\Syntax\Generated\Syntax.xml.Syntax.Generated.cs (2)
33public RazorBlockSyntax Document => GetRedAtZero(ref _document); 36internal override SyntaxNode GetNodeSlot(int index) => index == 0 ? GetRedAtZero(ref this._document) : null;
1 reference to _document
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\Syntax\Generated\Syntax.xml.Syntax.Generated.cs (1)
38internal override SyntaxNode GetCachedSlot(int index) => index == 0 ? this._document : null;