5 instantiations of ArgumentsExecutionConfigurationGatherer
Aspire.Hosting (1)
ApplicationModel\ResourceExecutionConfigurationBuilderExtensions.cs (1)
21
return builder.AddExecutionConfigurationGatherer(new
ArgumentsExecutionConfigurationGatherer
());
Aspire.Hosting.Tests (4)
ResourceExecutionConfigurationGathererTests.cs (4)
31
var gatherer = new
ArgumentsExecutionConfigurationGatherer
();
54
var gatherer = new
ArgumentsExecutionConfigurationGatherer
();
74
var gatherer = new
ArgumentsExecutionConfigurationGatherer
();
98
var gatherer = new
ArgumentsExecutionConfigurationGatherer
();
4 references to ArgumentsExecutionConfigurationGatherer
Aspire.Hosting.Tests (4)
ResourceExecutionConfigurationGathererTests.cs (4)
31
var
gatherer = new ArgumentsExecutionConfigurationGatherer();
54
var
gatherer = new ArgumentsExecutionConfigurationGatherer();
74
var
gatherer = new ArgumentsExecutionConfigurationGatherer();
98
var
gatherer = new ArgumentsExecutionConfigurationGatherer();