5 references to Singleton
Microsoft.CodeAnalysis (5)
src\Dependencies\Collections\Specialized\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);