2 writes to _connectionClosed
System.Web (2)
Hosting\IIS7WorkerRequest.cs (2)
910
_connectionClosed
= true;
917
_connectionClosed
= true;
9 references to _connectionClosed
System.Web (9)
Hosting\IIS7WorkerRequest.cs (9)
836
return (!
_connectionClosed
&& IIS.MgdIsClientConnected(_context));
938
if (
_connectionClosed
)
948
if (
_connectionClosed
)
987
if (
_connectionClosed
)
1033
if (
_connectionClosed
)
1063
if (
_connectionClosed
)
1092
if (
_connectionClosed
)
1331
if (
_connectionClosed
)
1408
if (
_connectionClosed
)