2 writes to _current
Microsoft.CodeAnalysis.Razor.Compiler (2)
Language\Syntax\GreenNode.Enumerator.cs (2)
59_current = node; 65_current = null;
1 reference to _current
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\Syntax\GreenNode.Enumerator.cs (1)
39public readonly GreenNode Current => _current!;