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