18 writes to Services
Aspire.Hosting (2)
ApplicationModel\ResourceCommandService.cs (1)
670
Services
= _serviceProvider,
IInteractionService.cs (1)
200
Services
= options.Services,
Aspire.Hosting.Azure.Tests (6)
AzureEnvironmentResourceExtensionsTests.cs (1)
5020
Services
= services
ProvisioningContextProviderTests.cs (5)
392
Services
= new ServiceCollection().BuildServiceProvider()
448
Services
= new ServiceCollection().BuildServiceProvider()
544
Services
= new ServiceCollection().BuildServiceProvider()
553
Services
= new ServiceCollection().BuildServiceProvider()
747
Services
= new ServiceCollection().BuildServiceProvider()
Aspire.Hosting.Browsers.Tests (4)
BrowserLogsBuilderExtensionsTests.cs (4)
110
Services
= app.Services,
117
Services
= app.Services,
124
Services
= app.Services,
163
Services
= app.Services,
Aspire.Hosting.Tests (6)
Orchestrator\ParameterProcessorTests.cs (6)
935
Services
= new ServiceCollection().BuildServiceProvider(),
961
Services
= new ServiceCollection().BuildServiceProvider(),
995
Services
= new ServiceCollection().BuildServiceProvider(),
1003
Services
= new ServiceCollection().BuildServiceProvider(),
1032
Services
= new ServiceCollection().BuildServiceProvider(),
1064
Services
= new ServiceCollection().BuildServiceProvider(),
10 references to Services
Aspire.Hosting.Azure (4)
AzureProvisioningController.cs (4)
386
var controller = context.
Services
.GetRequiredService<AzureProvisioningController>();
414
var controller = context.
Services
.GetRequiredService<AzureProvisioningController>();
447
var controller = context.
Services
.GetRequiredService<AzureProvisioningController>();
476
var controller = context.
Services
.GetRequiredService<AzureProvisioningController>();
Aspire.Hosting.Browsers (3)
BrowserLogsConfigurationManager.cs (3)
73
var configurationManager = context.
Services
.GetRequiredService<BrowserLogsConfigurationManager>();
96
var configurationManager = context.
Services
.GetRequiredService<BrowserLogsConfigurationManager>();
117
var configurationManager = context.
Services
.GetRequiredService<BrowserLogsConfigurationManager>();
Aspire.Hosting.Browsers.Tests (3)
src\Aspire.Hosting.Browsers\BrowserLogsConfigurationManager.cs (3)
73
var configurationManager = context.
Services
.GetRequiredService<BrowserLogsConfigurationManager>();
96
var configurationManager = context.
Services
.GetRequiredService<BrowserLogsConfigurationManager>();
117
var configurationManager = context.
Services
.GetRequiredService<BrowserLogsConfigurationManager>();