1 type derived from Enumerator
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\Syntax\SpecializedCollections.cs (1)
41internal class Enumerator<T> : Enumerator, IEnumerator<T>
1 instantiation of Enumerator
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\Syntax\SpecializedCollections.cs (1)
58public static readonly IEnumerator Instance = new Enumerator();