8 references to _hostTcs
Microsoft.AspNetCore.Mvc.Testing (8)
src\b7abf4594cebaff7\HostFactoryResolver.cs (8)
257
_hostTcs
.TrySetException(new InvalidOperationException("The entry point exited without ever building an IHost."));
268
_hostTcs
.TrySetException(exception);
275
_hostTcs
.TrySetException(ex);
294
if (!
_hostTcs
.Task.Wait(_waitTimeout))
299
catch (AggregateException) when (
_hostTcs
.Task.IsCompleted)
304
Debug.Assert(
_hostTcs
.Task.IsCompleted);
306
return
_hostTcs
.Task.GetAwaiter().GetResult();
347
_hostTcs
.TrySetResult(value.Value!);