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