1 reference to KeyCollection
Microsoft.CodeAnalysis.Collections.Package (1)
Segmented\SegmentedDictionary`2.cs (1)
232
public KeyCollection Keys => _keys ??= new
KeyCollection
(this);