2 writes to totalDiscoveredEndpoints
System.ServiceModel.Discovery (2)
System\ServiceModel\Discovery\DiscoveryClientChannelBase.cs (2)
51this.totalDiscoveredEndpoints = 0; 279if (++this.totalDiscoveredEndpoints == this.totalExpectedEndpoints)
5 references to totalDiscoveredEndpoints
System.ServiceModel.Discovery (5)
System\ServiceModel\Discovery\DiscoveryClientChannelBase.cs (5)
171if (this.totalDiscoveredEndpoints < 1) 177throw FxTrace.Exception.AsError(new EndpointNotFoundException(SR.DiscoveryClientChannelCreationFailed(this.totalDiscoveredEndpoints), this.exception)); 296this.totalDiscoveredEndpoints == e.Result.Endpoints.Count) 638string exceptionMessage = (this.discoveryClientChannelBase.totalDiscoveredEndpoints < 1) ? 640SR.DiscoveryClientChannelCreationFailed(this.discoveryClientChannelBase.totalDiscoveredEndpoints);