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