1 instantiation of Enumerator
Microsoft.CodeAnalysis (1)
InternalUtilities\SpecializedCollections.Empty.Enumerator`1.cs (1)
16public static new readonly IEnumerator<T> Instance = new Enumerator<T>();
2 references to Enumerator
Microsoft.CodeAnalysis (2)
InternalUtilities\SpecializedCollections.cs (1)
13return Empty.Enumerator<T>.Instance;
InternalUtilities\SpecializedCollections.Empty.Enumerable.cs (1)
19private readonly IEnumerator<T> _enumerator = Enumerator<T>.Instance;