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); 294if (!_hostTcs.Task.Wait(_waitTimeout)) 299catch (AggregateException) when (_hostTcs.Task.IsCompleted) 304Debug.Assert(_hostTcs.Task.IsCompleted); 306return _hostTcs.Task.GetAwaiter().GetResult(); 347_hostTcs.TrySetResult(value.Value!);