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)
37return _kvpKey; 60return new KeyValuePair<K, T>(_kvpKey, _kvpValue);