8 references to _hostTcs
Microsoft.AspNetCore.Http.Extensions.Tests (8)
ValidationsGenerator\ValidationsGeneratorTestBase.cs (8)
430
_hostTcs
.TrySetException(new InvalidOperationException("The entry point exited without ever building an IHost."));
441
_hostTcs
.TrySetException(exception);
448
_hostTcs
.TrySetException(ex);
467
if (!
_hostTcs
.Task.Wait(_waitTimeout))
472
catch (AggregateException) when (
_hostTcs
.Task.IsCompleted)
477
Debug.Assert(
_hostTcs
.Task.IsCompleted);
479
return
_hostTcs
.Task.GetAwaiter().GetResult();
521
_hostTcs
.TrySetResult(value.Value!);