1 write to _hostStartedTcs
Microsoft.AspNetCore.Mvc.Testing (1)
DeferredHostBuilder.cs (1)
126_hostStartedTcs = hostStartedTcs;
3 references to _hostStartedTcs
Microsoft.AspNetCore.Mvc.Testing (3)
DeferredHostBuilder.cs (3)
148using var reg = cancellationToken.UnsafeRegister(_ => _hostStartedTcs.TrySetCanceled(), null); 152using var reg2 = _host.Services.GetRequiredService<IHostApplicationLifetime>().ApplicationStarted.UnsafeRegister(_ => _hostStartedTcs.TrySetResult(), null); 154await _hostStartedTcs.Task.ConfigureAwait(false);