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