1 write to Name
System.ServiceModel.NetFramingBase (1)
System\ServiceModel\Channels\ConnectionPool.cs (1)
623
Name
= settings.ConnectionPoolGroupName;
3 references to Name
System.ServiceModel.NetFramingBase (3)
System\ServiceModel\Channels\ConnectionPool.cs (1)
655
(
Name
== settings.ConnectionPoolGroupName) &&
System\ServiceModel\Channels\ConnectionPoolRegistry.cs (2)
84
List<ConnectionPool> registryEntry = _registry[pool.
Name
];
96
_registry.Remove(pool.
Name
);