2 instantiations of Enumerator
Microsoft.Build (2)
SpecializedCollections.cs (1)
77return new Singleton.Enumerator<T>(value);
SpecializedCollections.Singleton.Collection`1.cs (1)
57return new Enumerator<T>(_loneValue);