1 write to _enumerator
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\Syntax\SyntaxList`1.Enumerator.cs (1)
57
_enumerator
= new Enumerator(in list);
4 references to _enumerator
Microsoft.CodeAnalysis.Razor.Compiler (4)
Language\Syntax\SyntaxList`1.Enumerator.cs (4)
61
=>
_enumerator
.MoveNext();
64
=>
_enumerator
.Current;
71
=>
_enumerator
.Current;
74
=>
_enumerator
.Reset();