2 writes to totalExpectedEndpoints
System.ServiceModel.Discovery (2)
System\ServiceModel\Discovery\DiscoveryClientChannelBase.cs (2)
50
this.
totalExpectedEndpoints
= int.MaxValue;
304
this.
totalExpectedEndpoints
= e.Result.Endpoints.Count;
1 reference to totalExpectedEndpoints
System.ServiceModel.Discovery (1)
System\ServiceModel\Discovery\DiscoveryClientChannelBase.cs (1)
279
if (++this.totalDiscoveredEndpoints == this.
totalExpectedEndpoints
)