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