5 instantiations of ArgumentsExecutionConfigurationGatherer
Aspire.Hosting (1)
ApplicationModel\ExecutionConfigurationBuilderExtensions.cs (1)
21
return builder.AddExecutionConfigurationGatherer(new
ArgumentsExecutionConfigurationGatherer
());
Aspire.Hosting.Tests (4)
ExecutionConfigurationGathererTests.cs (4)
34
var gatherer = new
ArgumentsExecutionConfigurationGatherer
();
57
var gatherer = new
ArgumentsExecutionConfigurationGatherer
();
77
var gatherer = new
ArgumentsExecutionConfigurationGatherer
();
101
var gatherer = new
ArgumentsExecutionConfigurationGatherer
();
4 references to ArgumentsExecutionConfigurationGatherer
Aspire.Hosting.Tests (4)
ExecutionConfigurationGathererTests.cs (4)
34
var
gatherer = new ArgumentsExecutionConfigurationGatherer();
57
var
gatherer = new ArgumentsExecutionConfigurationGatherer();
77
var
gatherer = new ArgumentsExecutionConfigurationGatherer();
101
var
gatherer = new ArgumentsExecutionConfigurationGatherer();