1 write to KeyName
dotnet-svcutil-lib (1)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\CollectionDataContract.cs (1)
324
{ _helper.
KeyName
= value; }
5 references to KeyName
dotnet-svcutil-lib (5)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\CollectionDataContract.cs (5)
318
{ return _helper.
KeyName
; }
738
if (String.CompareOrdinal(
KeyName
, ValueName) == 0)
741
string.Format(SRSerialization.DupKeyValueName, DataContract.GetClrTypeFullName(UnderlyingType),
KeyName
),
744
_itemContract = ClassDataContract.CreateClassDataContractForKeyValue(ItemType, Namespace, new string[] {
KeyName
, ValueName });
802
get { return
KeyName
!= null; }