2 writes to _key
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Collections\DictionaryEntry.cs (2)
23
_key
= key;
30
set =>
_key
= value;
2 references to _key
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Collections\DictionaryEntry.cs (2)
29
get =>
_key
;
47
KeyValuePair.PairToString(
_key
, _value);