7 references to ElementName
dotnet-svcutil-lib (7)
FrameworkFork\Microsoft.Xml\Xml\Serialization\Compilation.cs (1)
89
method.name = xmlTypeMapping.
ElementName
;
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSerializer.cs (4)
937
if (this.Mapping.
ElementName
!= other.Mapping.
ElementName
)
956
if (this.Mapping.
ElementName
!= null)
957
hashCode ^= this.Mapping.
ElementName
.GetHashCode();
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\XmlSerializerOperationBehavior.cs (1)
522
faultElementName = new XmlName(mapping.
ElementName
, false /*isEncoded*/);
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\XmlSerializerObjectSerializer.cs (1)
67
_rootName = mapping.
ElementName
;