2 instantiations of Enumerator
Microsoft.CodeAnalysis.Workspaces (2)
SpecializedCollections.cs (1)
75return new Singleton.Enumerator<T>(value);
SpecializedCollections.Singleton.Collection`1.cs (1)
55return new Enumerator<T>(_loneValue);