1 write to ServiceQName
System.ServiceModel (1)
System\ServiceModel\Description\WsdlExporter.cs (1)
1261
this.
ServiceQName
= serviceQName;
3 references to ServiceQName
System.ServiceModel (3)
System\ServiceModel\Description\WsdlExporter.cs (3)
1267
if (key != null && key.Endpoint == this.Endpoint && key.
ServiceQName
== this.
ServiceQName
)
1274
return this.Endpoint.GetHashCode() ^ this.
ServiceQName
.GetHashCode();