1 write to s_partitionManager
System.Web (1)
State\OutOfProcStateClientManager.cs (1)
102s_partitionManager = new PartitionManager(new CreatePartitionInfo(CreatePartitionInfo));
5 references to s_partitionManager
System.Web (5)
State\OutOfProcStateClientManager.cs (5)
79Debug.Assert(s_partitionManager == null); 136if (s_partitionManager != null) { 137s_partitionManager.Dispose(); 277Debug.Assert(s_partitionManager != null); 280_partitionInfo = (StateServerPartitionInfo)s_partitionManager.GetPartition(_partitionResolver, id);