1 instantiation of Set
Microsoft.Build (1)
src\msbuild\artifacts\.packages\microsoft.codeanalysis.collections\5.0.0-1.25277.114\contentFiles\cs\net9.0\Specialized\SpecializedCollections.Empty.Set.cs (1)
19
public static new readonly Set<T> Instance =
new
();
3 references to Set
Microsoft.Build (3)
src\msbuild\artifacts\.packages\microsoft.codeanalysis.collections\5.0.0-1.25277.114\contentFiles\cs\net9.0\Specialized\SpecializedCollections.cs (2)
45
return Empty.
Set
<T>.Instance;
50
return Empty.
Set
<T>.Instance;
src\msbuild\artifacts\.packages\microsoft.codeanalysis.collections\5.0.0-1.25277.114\contentFiles\cs\net9.0\Specialized\SpecializedCollections.Empty.Set.cs (1)
19
public static new readonly
Set
<T> Instance = new();