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