2 instantiations of AppHostStartupState
Aspire.Hosting.Tests (2)
Backchannel\AuxiliaryBackchannelRpcTargetTests.cs (2)
63var startupState = new AppHostStartupState(configuration); 77var startupState = new AppHostStartupState(configuration);
8 references to AppHostStartupState
Aspire.Hosting (4)
Backchannel\AppHostRpcTarget.cs (1)
24AppHostStartupState startupState,
Backchannel\AuxiliaryBackchannelRpcTarget.cs (2)
943var startupState = serviceProvider.GetRequiredService<AppHostStartupState>();
DistributedApplicationBuilder.cs (1)
427_innerBuilder.Services.AddSingleton<AppHostStartupState>();
Aspire.Hosting.Tests (4)
Backchannel\AuxiliaryBackchannelRpcTargetTests.cs (4)
63var startupState = new AppHostStartupState(configuration); 77var startupState = new AppHostStartupState(configuration); 99.AddSingleton<AppHostStartupState>() 110services.GetRequiredService<AppHostStartupState>().MarkReady();