1 write to _tcs
Microsoft.AspNetCore.Server.HttpSys (1)
RequestProcessing\RequestStreamAsyncResult.cs (1)
25_tcs = new TaskCompletionSource<int>(userState);
8 references to _tcs
Microsoft.AspNetCore.Server.HttpSys (8)
RequestProcessing\RequestStreamAsyncResult.cs (8)
58get { return _tcs.Task; } 103_tcs.TrySetException(exception); 105else if (_tcs.TrySetResult(read + (int)DataAlreadyRead)) 128if (_tcs.TrySetException(ex) && _callback != null) 159get { return _tcs.Task.AsyncState; } 164get { return ((IAsyncResult)_tcs.Task).AsyncWaitHandle; } 169get { return ((IAsyncResult)_tcs.Task).CompletedSynchronously; } 174get { return _tcs.Task.IsCompleted; }