1 write to _cachedEndpoints
System.ServiceModel.Primitives (1)
System\ServiceModel\Dispatcher\EndpointDispatcherTable.cs (1)
31_cachedEndpoints = new List<EndpointDispatcher>(optimizationThreshold);
6 references to _cachedEndpoints
System.ServiceModel.Primitives (6)
System\ServiceModel\Dispatcher\EndpointDispatcherTable.cs (6)
29if (_cachedEndpoints == null) 34if (_cachedEndpoints.Count < optimizationThreshold) 36_cachedEndpoints.Add(endpoint); 45if (_cachedEndpoints != null && _cachedEndpoints.Contains(endpoint)) 47_cachedEndpoints.Remove(endpoint);