1 instantiation of Enumerator
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\Syntax\SpecializedCollections.cs (1)
43public static new readonly IEnumerator<T> Instance = new Enumerator<T>();
2 references to Enumerator
Microsoft.CodeAnalysis.Razor.Compiler (2)
Language\Syntax\SpecializedCollections.cs (2)
16return Empty.Enumerator<T>.Instance; 83private readonly IEnumerator<T> _enumerator = Enumerator<T>.Instance;