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