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