2 instantiations of ResourcePool
System.Web (2)
State\OutOfProcStateClientManager.cs (1)
177
new
ResourcePool
(new TimeSpan(0, 0, 5), int.MaxValue),
State\sqlstateclientmanager.cs (1)
240
return new SqlPartitionInfo(new
ResourcePool
(new TimeSpan(0, 0, 5), int.MaxValue),
4 references to ResourcePool
System.Web (4)
PartitionResolver.cs (2)
150
ResourcePool
_rpool;
152
internal PartitionInfo(
ResourcePool
rpool) {
State\OutOfProcStateClientManager.cs (1)
655
internal StateServerPartitionInfo(
ResourcePool
rpool, string server, bool serverIsIPv6NumericAddress, int port) : base(rpool) {
State\sqlstateclientmanager.cs (1)
957
internal SqlPartitionInfo(
ResourcePool
rpool, bool useIntegratedSecurity, string sqlConnectionString)