1 write to _sendCts
Microsoft.AspNetCore.Http.Connections (1)
Internal\HttpConnectionContext.cs (1)
650
_sendCts
= new CancellationTokenSource();
4 references to _sendCts
Microsoft.AspNetCore.Http.Connections (4)
Internal\HttpConnectionContext.cs (4)
648
if (
_sendCts
== null ||
_sendCts
.IsCancellationRequested)
651
SendingToken =
_sendCts
.Token;
671
_sendCts
!.Cancel();