8 references to _hostTcs
Microsoft.Extensions.Validation.GeneratorTests (8)
ValidationsGeneratorTestBase.cs (8)
442
_hostTcs
.TrySetException(new InvalidOperationException("The entry point exited without ever building an IHost."));
453
_hostTcs
.TrySetException(exception);
460
_hostTcs
.TrySetException(ex);
479
if (!
_hostTcs
.Task.Wait(_waitTimeout))
484
catch (AggregateException) when (
_hostTcs
.Task.IsCompleted)
489
Debug.Assert(
_hostTcs
.Task.IsCompleted);
491
return
_hostTcs
.Task.GetAwaiter().GetResult();
533
_hostTcs
.TrySetResult(value.Value!);