1 write to ValueName
System.Runtime.Serialization (1)
System\Runtime\Serialization\CollectionDataContract.cs (1)
261
set { helper.
ValueName
= value; }
3 references to ValueName
System.Runtime.Serialization (3)
System\Runtime\Serialization\CollectionDataContract.cs (3)
257
get { return helper.
ValueName
; }
669
if (String.CompareOrdinal(KeyName,
ValueName
) == 0)
675
itemContract = ClassDataContract.CreateClassDataContractForKeyValue(ItemType, Namespace, new string[] { KeyName,
ValueName
});