8 references to PipelineRuntime
System.Web (8)
Hosting\ProcessHost.cs (4)
692
PipelineRuntime
runtime = null;
728
_appManager.RemoveFromTableIfRuntimeExists(appId, typeof(
PipelineRuntime
));
735
runtime = (
PipelineRuntime
)_appManager.CreateObjectInternal(
737
typeof(
PipelineRuntime
),
HttpContext.cs (1)
1097
&& wr.GetCurrentModuleName() ==
PipelineRuntime
.InitExceptionModuleName) {
HttpRuntime.cs (3)
1573
PipelineRuntime
.DisposeHandler(context, requestContext, status);
1993
PipelineRuntime
.WaitForRequestsToDrain();
2314
PipelineRuntime
.RemoveThisAppDomainFromUnmanagedTable();