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