8 references to _hostTcs
Microsoft.AspNetCore.Http.Extensions.Tests (8)
ValidationsGenerator\ValidationsGeneratorTestBase.cs (8)
390_hostTcs.TrySetException(new InvalidOperationException("The entry point exited without ever building an IHost.")); 401_hostTcs.TrySetException(exception); 408_hostTcs.TrySetException(ex); 427if (!_hostTcs.Task.Wait(_waitTimeout)) 432catch (AggregateException) when (_hostTcs.Task.IsCompleted) 437Debug.Assert(_hostTcs.Task.IsCompleted); 439return _hostTcs.Task.GetAwaiter().GetResult(); 481_hostTcs.TrySetResult(value.Value!);