1 write to _registry
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ConnectionPoolRegistry.cs (1)
15_registry = new Dictionary<string, List<ConnectionPool>>();
5 references to _registry
dotnet-svcutil-lib (5)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ConnectionPoolRegistry.cs (5)
20get { return _registry; } 33if (_registry.TryGetValue(key, out registryEntry)) 47_registry.Add(key, registryEntry); 68List<ConnectionPool> registryEntry = _registry[pool.Name]; 80_registry.Remove(pool.Name);