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