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