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)
39
public readonly GreenNode Current =>
_current
!;