1 write to Endpoint
System.ServiceModel (1)
System\ServiceModel\Description\WsdlExporter.cs (1)
1260
this.
Endpoint
= endpoint;
3 references to Endpoint
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();