2 writes to ArgumentInputs
Aspire.Cli.Tests (2)
Commands\ResourceCommandTests.cs (2)
1730ArgumentInputs = 1854ArgumentInputs =
2 references to ArgumentInputs
aspire (2)
Commands\ResourceCommand.cs (2)
204if (response.ArgumentInputs is null) 216var argumentInputs = response.ArgumentInputs.Select(ResourceSnapshotMapper.MapCommandArgumentInput).ToArray();