2 writes to _cancelCalled
Microsoft.AspNetCore.Server.IIS (2)
src\aspnetcore\src\Shared\ServerInfrastructure\DuplexPipeStream.cs (2)
33
_cancelCalled
= true;
129
_cancelCalled
= false;
1 reference to _cancelCalled
Microsoft.AspNetCore.Server.IIS (1)
src\aspnetcore\src\Shared\ServerInfrastructure\DuplexPipeStream.cs (1)
126
if (_throwOnCancelled && result.IsCanceled &&
_cancelCalled
)