1 write to _tcs
Microsoft.AspNetCore.Server.HttpSys (1)
RequestProcessing\ResponseStreamAsyncResult.cs (1)
27_tcs = new TaskCompletionSource<object?>();
9 references to _tcs
Microsoft.AspNetCore.Server.HttpSys (9)
RequestProcessing\ResponseStreamAsyncResult.cs (9)
185get { return _tcs.Task; } 288_tcs.TrySetResult(null); 296_tcs.TrySetResult(null); 303_tcs.TrySetCanceled(); 310_tcs.TrySetException(ex); 315get { return _tcs.Task.AsyncState; } 320get { return ((IAsyncResult)_tcs.Task).AsyncWaitHandle; } 325get { return ((IAsyncResult)_tcs.Task).CompletedSynchronously; } 330get { return _tcs.Task.IsCompleted; }