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