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