1 instantiation of SuspendState
System.Web (1)
Hosting\SuspendManager.cs (1)
56SuspendState suspendState = new SuspendState(allRegisteredObjects);
3 references to SuspendState
System.Web (3)
Hosting\SuspendManager.cs (3)
41private static SuspendState SuspendImpl(ICollection<ISuspendibleRegisteredObject> allRegisteredObjects) { 56SuspendState suspendState = new SuspendState(allRegisteredObjects); 106((SuspendState)state).Resume();