2 references to Enumerator
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (2)
src\Compilers\Core\Portable\InternalUtilities\SpecializedCollections.cs (1)
75return new Singleton.Enumerator<T>(value);
src\Compilers\Core\Portable\InternalUtilities\SpecializedCollections.Singleton.Collection`1.cs (1)
55return new Enumerator<T>(_loneValue);