1 instantiation of Set
Microsoft.Build (1)
SpecializedCollections.Empty.Set.cs (1)
19
public static new readonly Set<T> Instance =
new
();
3 references to Set
Microsoft.Build (3)
SpecializedCollections.cs (2)
45
return Empty.
Set
<T>.Instance;
50
return Empty.
Set
<T>.Instance;
SpecializedCollections.Empty.Set.cs (1)
19
public static new readonly
Set
<T> Instance = new();