8 references to _hostTcs
Microsoft.AspNetCore.OpenApi.SourceGenerators.Tests (8)
SnapshotTestHelper.cs (8)
438
_hostTcs
.TrySetException(new InvalidOperationException("The entry point exited without ever building an IHost."));
449
_hostTcs
.TrySetException(exception);
456
_hostTcs
.TrySetException(ex);
475
if (!
_hostTcs
.Task.Wait(_waitTimeout))
480
catch (AggregateException) when (
_hostTcs
.Task.IsCompleted)
485
Debug.Assert(
_hostTcs
.Task.IsCompleted);
487
return
_hostTcs
.Task.GetAwaiter().GetResult();
529
_hostTcs
.TrySetResult(value.Value!);