1 instantiation of KeyCollection
Microsoft.Build (1)
src\msbuild\artifacts\.packages\microsoft.codeanalysis.collections\5.0.0-1.25277.114\contentFiles\cs\net9.0\Segmented\SegmentedDictionary`2.cs (1)
232
public KeyCollection Keys => _keys ??= new
KeyCollection
(this);
2 references to KeyCollection
Microsoft.Build (2)
src\msbuild\artifacts\.packages\microsoft.codeanalysis.collections\5.0.0-1.25277.114\contentFiles\cs\net9.0\Segmented\SegmentedDictionary`2.cs (2)
64
private
KeyCollection
? _keys;
232
public
KeyCollection
Keys => _keys ??= new KeyCollection(this);