1 type derived from ISAPIWorkerRequestInProcForIIS6
System.Web (1)
Hosting\ISAPIWorkerRequest.cs (1)
2038internal class ISAPIWorkerRequestInProcForIIS7 : ISAPIWorkerRequestInProcForIIS6 {
1 instantiation of ISAPIWorkerRequestInProcForIIS6
System.Web (1)
Hosting\ISAPIWorkerRequest.cs (1)
1075wr = new ISAPIWorkerRequestInProcForIIS6(ecb);
4 references to ISAPIWorkerRequestInProcForIIS6
System.Web (4)
HttpContext.cs (1)
525if (!(_wr is ISAPIWorkerRequestInProcForIIS6)
HttpRuntime.cs (3)
1988System.Web.Hosting.ISAPIWorkerRequestInProcForIIS6.WaitForPendingAsyncIo(); 2012System.Web.Hosting.ISAPIWorkerRequestInProcForIIS6.WaitForPendingAsyncIo(); 3361if (!(wr is System.Web.Hosting.ISAPIWorkerRequestInProcForIIS6))