2 references to Enumerator
Microsoft.CodeAnalysis.InteractiveHost (2)
src\Dependencies\Collections\Specialized\SpecializedCollections.cs (1)
75return new Singleton.Enumerator<T>(value);
src\Dependencies\Collections\Specialized\SpecializedCollections.Singleton.Collection`1.cs (1)
55return new Enumerator<T>(_loneValue);