7 references to ElementName
System.Private.Xml (5)
System\Xml\Serialization\Compilation.cs (1)
118method.name = xmlTypeMapping.ElementName;
System\Xml\Serialization\XmlSerializer.cs (4)
1004if (this.Mapping.ElementName != other.Mapping.ElementName) 1023if (this.Mapping.ElementName != null) 1024hashCode ^= this.Mapping.ElementName.GetHashCode();
System.ServiceModel.Syndication (2)
System\ServiceModel\Syndication\SyndicationElementExtension.cs (2)
292if (typeMapping != null && !string.IsNullOrEmpty(typeMapping.ElementName)) 294name = typeMapping.ElementName;