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