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