1 write to _cachedEndpoints
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\EndpointDispatcherTable.cs (1)
34_cachedEndpoints = new List<EndpointDispatcher>(optimizationThreshold);
6 references to _cachedEndpoints
dotnet-svcutil-lib (6)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\EndpointDispatcherTable.cs (6)
32if (_cachedEndpoints == null) 37if (_cachedEndpoints.Count < optimizationThreshold) 39_cachedEndpoints.Add(endpoint); 48if (_cachedEndpoints != null && _cachedEndpoints.Contains(endpoint)) 50_cachedEndpoints.Remove(endpoint);