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