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