1 write to s_StopProcessingCalled
System.Web (1)
Hosting\IPipelineRuntime.cs (1)
261s_StopProcessingCalled = true;
2 references to s_StopProcessingCalled
System.Web (2)
Hosting\IPipelineRuntime.cs (2)
274while (!s_StopProcessingCalled || _inIndicateCompletionCount > 0) { 710while (!s_InitializationCompleted && !s_StopProcessingCalled) {