5 instantiations of EnvironmentVariablesExecutionConfigurationGatherer
Aspire.Hosting (1)
ApplicationModel\ExecutionConfigurationBuilderExtensions.cs (1)
31return builder.AddExecutionConfigurationGatherer(new EnvironmentVariablesExecutionConfigurationGatherer());
Aspire.Hosting.Tests (4)
ExecutionConfigurationGathererTests.cs (4)
127var gatherer = new EnvironmentVariablesExecutionConfigurationGatherer(); 150var gatherer = new EnvironmentVariablesExecutionConfigurationGatherer(); 170var gatherer = new EnvironmentVariablesExecutionConfigurationGatherer(); 194var gatherer = new EnvironmentVariablesExecutionConfigurationGatherer();
4 references to EnvironmentVariablesExecutionConfigurationGatherer
Aspire.Hosting.Tests (4)
ExecutionConfigurationGathererTests.cs (4)
127var gatherer = new EnvironmentVariablesExecutionConfigurationGatherer(); 150var gatherer = new EnvironmentVariablesExecutionConfigurationGatherer(); 170var gatherer = new EnvironmentVariablesExecutionConfigurationGatherer(); 194var gatherer = new EnvironmentVariablesExecutionConfigurationGatherer();