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)
648if (_sendCts == null || _sendCts.IsCancellationRequested) 651SendingToken = _sendCts.Token; 671_sendCts!.Cancel();