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