2 writes to ItemName
System.Runtime.Serialization (2)
System\Runtime\Serialization\CollectionDataContract.cs (1)
1244boundCollectionContract.ItemName = ItemNameSetExplicit ? this.ItemName : boundCollectionContract.ItemContract.StableName.Name;
System\Runtime\Serialization\SchemaImporter.cs (1)
1078dataContract.ItemName = element.Name;
8 references to ItemName
System.Runtime.Serialization (8)
System\Runtime\Serialization\CodeExporter.cs (2)
623if (collectionContract.ItemName != itemContract.StableName.Name) 1237collectionContractAttribute.Arguments.Add(new CodeAttributeArgument(Globals.ItemNameProperty, new CodePrimitiveExpression(GetNameForAttribute(collectionContract.ItemName))));
System\Runtime\Serialization\CollectionDataContract.cs (3)
1244boundCollectionContract.ItemName = ItemNameSetExplicit ? this.ItemName : boundCollectionContract.ItemContract.StableName.Name; 1407return ItemName == dataContract.ItemName &&
System\Runtime\Serialization\SchemaExporter.cs (1)
375element.Name = collectionDataContract.ItemName;
System\Runtime\Serialization\XmlFormatReaderGenerator.cs (2)
627string itemName = collectionContract.ItemName; 740string itemName = collectionContract.ItemName;