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