2 writes to ValueName
System.Runtime.Serialization (2)
System\Runtime\Serialization\CollectionDataContract.cs (1)
1246boundCollectionContract.ValueName = this.ValueName;
System\Runtime\Serialization\SchemaImporter.cs (1)
1126dataContract.ValueName = value.Name;
3 references to ValueName
System.Runtime.Serialization (3)
System\Runtime\Serialization\CodeExporter.cs (2)
627(collectionContract.KeyName != Globals.KeyLocalName || collectionContract.ValueName != Globals.ValueLocalName)) 1241collectionContractAttribute.Arguments.Add(new CodeAttributeArgument(Globals.ValueNameProperty, new CodePrimitiveExpression(GetNameForAttribute(collectionContract.ValueName))));
System\Runtime\Serialization\CollectionDataContract.cs (1)
1246boundCollectionContract.ValueName = this.ValueName;