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)
32
if (
_cachedEndpoints
== null)
37
if (
_cachedEndpoints
.Count < optimizationThreshold)
39
_cachedEndpoints
.Add(endpoint);
48
if (
_cachedEndpoints
!= null &&
_cachedEndpoints
.Contains(endpoint))
50
_cachedEndpoints
.Remove(endpoint);