5 references to Singleton
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (5)
src\Compilers\Core\Portable\InternalUtilities\SpecializedCollections.cs (5)
65return new Singleton.List<T>(value); 70return new Singleton.List<T>(value); 75return new Singleton.Enumerator<T>(value); 80return new Singleton.List<T>(value); 85return new Singleton.List<T>(value);