1 write to _throwOnCancelled
Microsoft.AspNetCore.Server.IIS (1)
src\Shared\ServerInfrastructure\DuplexPipeStream.cs (1)
28
_throwOnCancelled
= throwOnCancelled;
1 reference to _throwOnCancelled
Microsoft.AspNetCore.Server.IIS (1)
src\Shared\ServerInfrastructure\DuplexPipeStream.cs (1)
125
if (
_throwOnCancelled
&& result.IsCanceled && _cancelCalled)