8 references to _hostTcs
Microsoft.Extensions.Validation.GeneratorTests (8)
ValidationsGeneratorTestBase.cs (8)
442_hostTcs.TrySetException(new InvalidOperationException("The entry point exited without ever building an IHost.")); 453_hostTcs.TrySetException(exception); 460_hostTcs.TrySetException(ex); 479if (!_hostTcs.Task.Wait(_waitTimeout)) 484catch (AggregateException) when (_hostTcs.Task.IsCompleted) 489Debug.Assert(_hostTcs.Task.IsCompleted); 491return _hostTcs.Task.GetAwaiter().GetResult(); 533_hostTcs.TrySetResult(value.Value!);