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