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