8 references to _hostTcs
Microsoft.AspNetCore.OpenApi.SourceGenerators.Tests (8)
SnapshotTestHelper.cs (8)
438_hostTcs.TrySetException(new InvalidOperationException("The entry point exited without ever building an IHost.")); 449_hostTcs.TrySetException(exception); 456_hostTcs.TrySetException(ex); 475if (!_hostTcs.Task.Wait(_waitTimeout)) 480catch (AggregateException) when (_hostTcs.Task.IsCompleted) 485Debug.Assert(_hostTcs.Task.IsCompleted); 487return _hostTcs.Task.GetAwaiter().GetResult(); 529_hostTcs.TrySetResult(value.Value!);