1 instantiation of Enumerator
Microsoft.CodeAnalysis.CodeStyle (1)
src\Dependencies\Collections\Specialized\SpecializedCollections.Empty.Enumerator`1.cs (1)
18public static new readonly IEnumerator<T> Instance = new Enumerator<T>();
2 references to Enumerator
Microsoft.CodeAnalysis.CodeStyle (2)
src\Dependencies\Collections\Specialized\SpecializedCollections.cs (1)
15return Empty.Enumerator<T>.Instance;
src\Dependencies\Collections\Specialized\SpecializedCollections.Empty.Enumerable.cs (1)
21private readonly IEnumerator<T> _enumerator = Enumerator<T>.Instance;