1 write to s_partitionManager
System.Web (1)
State\sqlstateclientmanager.cs (1)
147s_partitionManager = new PartitionManager(new CreatePartitionInfo(CreatePartitionInfo));
4 references to s_partitionManager
System.Web (4)
State\sqlstateclientmanager.cs (4)
174if (s_partitionManager != null) { 175s_partitionManager.Dispose(); 344Debug.Assert(s_partitionManager != null); 347_partitionInfo = (SqlPartitionInfo)s_partitionManager.GetPartition(_partitionResolver, id);