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