8 references to _hostTcs
Microsoft.Extensions.Validation.GeneratorTests (8)
ValidationsGeneratorTestBase.cs (8)
444_hostTcs.TrySetException(new InvalidOperationException("The entry point exited without ever building an IHost.")); 455_hostTcs.TrySetException(exception); 462_hostTcs.TrySetException(ex); 481if (!_hostTcs.Task.Wait(_waitTimeout)) 486catch (AggregateException) when (_hostTcs.Task.IsCompleted) 491Debug.Assert(_hostTcs.Task.IsCompleted); 493return _hostTcs.Task.GetAwaiter().GetResult(); 535_hostTcs.TrySetResult(value.Value!);