1 write to KeyName
System.Private.DataContractSerialization (1)
System\Runtime\Serialization\CollectionDataContract.cs (1)
182
set => _helper.
KeyName
= value;
6 references to KeyName
System.Private.DataContractSerialization (6)
System\Runtime\Serialization\CollectionDataContract.cs (6)
181
get => _helper.
KeyName
;
611
if (
KeyName
== ValueName)
614
SR.Format(SR.DupKeyValueName, DataContract.GetClrTypeFullName(UnderlyingType),
KeyName
),
617
Debug.Assert(
KeyName
!= null);
619
_itemContract = ClassDataContract.CreateClassDataContractForKeyValue(ItemType, Namespace, new string[] {
KeyName
, ValueName });
668
internal bool IsDictionary =>
KeyName
!= null;