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