9 references to ElementName
System.Private.Xml (5)
System\Xml\Serialization\Compilation.cs (1)
119method.name = xmlTypeMapping.ElementName;
System\Xml\Serialization\XmlSerializer.cs (4)
1037if (this.Mapping.ElementName != other.Mapping.ElementName) 1056if (this.Mapping.ElementName != null) 1057hashCode ^= this.Mapping.ElementName.GetHashCode();
System.ServiceModel.Primitives (2)
System\ServiceModel\Description\XmlSerializerOperationBehavior.cs (1)
688faultElementName = new XmlName(mapping.ElementName, IsEncoded);
System\ServiceModel\Dispatcher\XmlSerializerObjectSerializer.cs (1)
66_rootName = mapping.ElementName;
System.ServiceModel.Syndication (2)
System\ServiceModel\Syndication\SyndicationElementExtension.cs (2)
274if (typeMapping != null && !string.IsNullOrEmpty(typeMapping.ElementName)) 276name = typeMapping.ElementName;