1 write to _tcs
Microsoft.AspNetCore.Server.HttpSys (1)
RequestProcessing\ClientCertLoader.cs (1)
36_tcs = new TaskCompletionSource<object?>();
7 references to _tcs
Microsoft.AspNetCore.Server.HttpSys (7)
RequestProcessing\ClientCertLoader.cs (7)
88return _tcs.Task; 207_tcs.TrySetResult(null); 215_tcs.TrySetResult(null); 328get { return _tcs.Task.AsyncState; } 333get { return ((IAsyncResult)_tcs.Task).AsyncWaitHandle; } 338get { return ((IAsyncResult)_tcs.Task).CompletedSynchronously; } 343get { return _tcs.Task.IsCompleted; }