4 instantiations of EnumeratorImpl
Microsoft.CodeAnalysis.Razor.Compiler (4)
Language\Syntax\ChildSyntaxList.cs (2)
408
: new
EnumeratorImpl
(_node, _count);
413
: new
EnumeratorImpl
(_node, _count);
Language\Syntax\ChildSyntaxList.Reversed.cs (2)
31
: new
EnumeratorImpl
(_node, _count);
36
: (IEnumerator)new
EnumeratorImpl
(_node, _count);