1 instantiation of Set
Microsoft.CodeAnalysis.Workspaces (1)
SpecializedCollections.Empty.Set.cs (1)
16public static new readonly Set<T> Instance = new();
3 references to Set
Microsoft.CodeAnalysis.Workspaces (3)
SpecializedCollections.cs (2)
43return Empty.Set<T>.Instance; 48return Empty.Set<T>.Instance;
SpecializedCollections.Empty.Set.cs (1)
16public static new readonly Set<T> Instance = new();