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