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)
20
get { return
_registry
; }
33
if (
_registry
.TryGetValue(key, out registryEntry))
47
_registry
.Add(key, registryEntry);
68
List<ConnectionPool> registryEntry =
_registry
[pool.Name];
80
_registry
.Remove(pool.Name);