1 instantiation of ISAPIWorkerRequestOutOfProc
System.Web (1)
Hosting\ISAPIWorkerRequest.cs (1)
1057wr = new ISAPIWorkerRequestOutOfProc(ecb);
5 references to ISAPIWorkerRequestOutOfProc
System.Web (5)
EtwTrace.cs (2)
256ISAPIWorkerRequestOutOfProc outofproc = workerRequest as ISAPIWorkerRequestOutOfProc;
HttpRuntime.cs (1)
665if (context.WorkerRequest is ISAPIWorkerRequestOutOfProc) {
ProcessModelInfo.cs (2)
21!(context.WorkerRequest is System.Web.Hosting.ISAPIWorkerRequestOutOfProc)) 51!(context.WorkerRequest is System.Web.Hosting.ISAPIWorkerRequestOutOfProc))