2 writes to _kvpKey
dotnet-svcutil-lib (2)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\CollectionDataContract.cs (2)
28
_kvpKey
= kvPair.Key;
41
_kvpKey
= value;
2 references to _kvpKey
dotnet-svcutil-lib (2)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\CollectionDataContract.cs (2)
37
return
_kvpKey
;
60
return new KeyValuePair<K, T>(
_kvpKey
, _kvpValue);