2 writes to _cancelCalled
Microsoft.AspNetCore.Shared.Tests (2)
src\Shared\ServerInfrastructure\DuplexPipeStream.cs (2)
33_cancelCalled = true; 128_cancelCalled = false;
1 reference to _cancelCalled
Microsoft.AspNetCore.Shared.Tests (1)
src\Shared\ServerInfrastructure\DuplexPipeStream.cs (1)
125if (_throwOnCancelled && result.IsCanceled && _cancelCalled)