1 write to _enumerator
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\Syntax\ChildSyntaxList.Enumerator.cs (1)
108_enumerator = new Enumerator(node, count);
4 references to _enumerator
Microsoft.CodeAnalysis.Razor.Compiler (4)
Language\Syntax\ChildSyntaxList.Enumerator.cs (4)
118=> _enumerator.Current; 127=> _enumerator.Current; 137=> _enumerator.MoveNext(); 143=> _enumerator.Reset();