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