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)
88
return
_tcs
.Task;
207
_tcs
.TrySetResult(null);
215
_tcs
.TrySetResult(null);
328
get { return
_tcs
.Task.AsyncState; }
333
get { return ((IAsyncResult)
_tcs
.Task).AsyncWaitHandle; }
338
get { return ((IAsyncResult)
_tcs
.Task).CompletedSynchronously; }
343
get { return
_tcs
.Task.IsCompleted; }