2 references to MapCommandArgumentInput
aspire (2)
Backchannel\ResourceSnapshotMapper.cs (1)
129
? c.command.ArgumentInputs.Select(
MapCommandArgumentInput
).ToArray()
Commands\ResourceCommand.cs (1)
215
var argumentInputs = response.ArgumentInputs.Select(ResourceSnapshotMapper.
MapCommandArgumentInput
).ToArray();