2 references to KeyCollection
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Collections\Generic\Dictionary.cs (2)
36
private
KeyCollection
? _keys;
216
public
KeyCollection
Keys => _keys ??= new KeyCollection(this);