8 references to _hostTcs
Microsoft.AspNetCore.Http.Extensions.Tests (8)
ValidationsGenerator\ValidationsGeneratorTestBase.cs (8)
390
_hostTcs
.TrySetException(new InvalidOperationException("The entry point exited without ever building an IHost."));
401
_hostTcs
.TrySetException(exception);
408
_hostTcs
.TrySetException(ex);
427
if (!
_hostTcs
.Task.Wait(_waitTimeout))
432
catch (AggregateException) when (
_hostTcs
.Task.IsCompleted)
437
Debug.Assert(
_hostTcs
.Task.IsCompleted);
439
return
_hostTcs
.Task.GetAwaiter().GetResult();
481
_hostTcs
.TrySetResult(value.Value!);