1 instantiation of KeyCollection
Microsoft.CodeAnalysis.InteractiveHost (1)
src\Dependencies\Collections\Segmented\SegmentedDictionary`2.cs (1)
232
public KeyCollection Keys => _keys ??= new
KeyCollection
(this);
2 references to KeyCollection
Microsoft.CodeAnalysis.InteractiveHost (2)
src\Dependencies\Collections\Segmented\SegmentedDictionary`2.cs (2)
64
private
KeyCollection
? _keys;
232
public
KeyCollection
Keys => _keys ??= new KeyCollection(this);