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