2 writes to KeyName
System.Runtime.Serialization (2)
System\Runtime\Serialization\CollectionDataContract.cs (1)
1245boundCollectionContract.KeyName = this.KeyName;
System\Runtime\Serialization\SchemaImporter.cs (1)
1125dataContract.KeyName = key.Name;
4 references to KeyName
System.Runtime.Serialization (4)
System\Runtime\Serialization\CodeExporter.cs (2)
627(collectionContract.KeyName != Globals.KeyLocalName || collectionContract.ValueName != Globals.ValueLocalName)) 1240collectionContractAttribute.Arguments.Add(new CodeAttributeArgument(Globals.KeyNameProperty, new CodePrimitiveExpression(GetNameForAttribute(collectionContract.KeyName))));
System\Runtime\Serialization\CollectionDataContract.cs (2)
266get { return KeyName != null; } 1245boundCollectionContract.KeyName = this.KeyName;