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