5 references to Singleton
Microsoft.CodeAnalysis.Workspaces (5)
src\Dependencies\Collections\Specialized\SpecializedCollections.cs (5)
67return new Singleton.List<T>(value); 72return new Singleton.List<T>(value); 77return new Singleton.Enumerator<T>(value); 82return new Singleton.List<T>(value); 87return new Singleton.List<T>(value);