1 instantiation of Set
Microsoft.CodeAnalysis.Workspaces (1)
src\Dependencies\Collections\Specialized\SpecializedCollections.Empty.Set.cs (1)
19public static new readonly Set<T> Instance = new();
3 references to Set
Microsoft.CodeAnalysis.Workspaces (3)
src\Dependencies\Collections\Specialized\SpecializedCollections.cs (2)
45return Empty.Set<T>.Instance; 50return Empty.Set<T>.Instance;
src\Dependencies\Collections\Specialized\SpecializedCollections.Empty.Set.cs (1)
19public static new readonly Set<T> Instance = new();