2 writes to _document
Microsoft.CodeAnalysis.Razor.Compiler (2)
Language\Syntax\Generated\Syntax.xml.Syntax.Generated.cs (2)
33
public RazorBlockSyntax Document => GetRedAtZero(ref
_document
);
36
internal 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)
38
internal override SyntaxNode GetCachedSlot(int index) => index == 0 ? this.
_document
: null;