1 write to ServiceQName
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\WsdlExporter.cs (1)
1259
this.
ServiceQName
= serviceQName;
3 references to ServiceQName
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\WsdlExporter.cs (3)
1265
if (key != null && key.Endpoint == this.Endpoint && key.
ServiceQName
== this.
ServiceQName
)
1272
return this.Endpoint.GetHashCode() ^ this.
ServiceQName
.GetHashCode();