1 write to _sendCts
Microsoft.AspNetCore.Http.Connections (1)
Internal\HttpConnectionContext.cs (1)
777
_sendCts
= new CancellationTokenSource();
4 references to _sendCts
Microsoft.AspNetCore.Http.Connections (4)
Internal\HttpConnectionContext.cs (4)
775
if (
_sendCts
== null ||
_sendCts
.IsCancellationRequested)
778
SendingToken =
_sendCts
.Token;
798
_sendCts
!.Cancel();