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