6 writes to ArgumentValues
Aspire.Hosting (2)
Ats\ResourceCommandExports.cs (1)
70
ArgumentValues
= arguments,
Dashboard\DashboardServiceData.cs (1)
136
ArgumentValues
= options.ArgumentValues,
Aspire.Hosting.Tests (4)
ResourceCommandServiceTests.cs (4)
1029
ArgumentValues
= new Dictionary<string, string?>
1119
ArgumentValues
= new Dictionary<string, string?>
1194
ArgumentValues
= new Dictionary<string, string?>
1245
ArgumentValues
= new Dictionary<string, string?> { ["selecter"] = "#submit" },
1 reference to ArgumentValues
Aspire.Hosting (1)
ApplicationModel\ResourceCommandService.cs (1)
510
var result = CreateCommandArguments(resourceEvent.ResourceId, commandName, options.
ArgumentValues
);