1 write to registry
System.ServiceModel (1)
System\ServiceModel\Channels\ConnectionPoolRegistry.cs (1)
17
registry
= new Dictionary<string, List<ConnectionPool>>();
5 references to registry
System.ServiceModel (5)
System\ServiceModel\Channels\ConnectionPoolRegistry.cs (5)
22
get { return this.
registry
; }
35
if (
registry
.TryGetValue(key, out registryEntry))
49
registry
.Add(key, registryEntry);
70
List<ConnectionPool> registryEntry =
registry
[pool.Name];
82
registry
.Remove(pool.Name);