8 references to _hostTcs
Microsoft.AspNetCore.Http.Extensions.Tests (8)
ValidationsGenerator\ValidationsGeneratorTestBase.cs (8)
430_hostTcs.TrySetException(new InvalidOperationException("The entry point exited without ever building an IHost.")); 441_hostTcs.TrySetException(exception); 448_hostTcs.TrySetException(ex); 467if (!_hostTcs.Task.Wait(_waitTimeout)) 472catch (AggregateException) when (_hostTcs.Task.IsCompleted) 477Debug.Assert(_hostTcs.Task.IsCompleted); 479return _hostTcs.Task.GetAwaiter().GetResult(); 521_hostTcs.TrySetResult(value.Value!);