8 references to _hostTcs
Microsoft.Extensions.Validation.GeneratorTests (8)
ValidationsGeneratorTestBase.cs (8)
444
_hostTcs
.TrySetException(new InvalidOperationException("The entry point exited without ever building an IHost."));
455
_hostTcs
.TrySetException(exception);
462
_hostTcs
.TrySetException(ex);
481
if (!
_hostTcs
.Task.Wait(_waitTimeout))
486
catch (AggregateException) when (
_hostTcs
.Task.IsCompleted)
491
Debug.Assert(
_hostTcs
.Task.IsCompleted);
493
return
_hostTcs
.Task.GetAwaiter().GetResult();
535
_hostTcs
.TrySetResult(value.Value!);