1 instantiation of ResourceSnapshotCommandArgument
Aspire.Hosting (1)
Backchannel\AuxiliaryBackchannelRpcTarget.cs (1)
1368return new ResourceSnapshotCommandArgument
5 references to ResourceSnapshotCommandArgument
Aspire.Hosting (3)
Backchannel\AuxiliaryBackchannelRpcTarget.cs (1)
1366private static ResourceSnapshotCommandArgument CreateCommandArgument(InteractionInput input)
Backchannel\BackchannelDataTypes.cs (2)
552public ResourceSnapshotCommandArgument[]? ArgumentInputs { get; init; } 1224public ResourceSnapshotCommandArgument[] ArgumentInputs { get; init; } = [];
Aspire.Hosting.Tests (2)
Backchannel\AuxiliaryBackchannelRpcTargetTests.cs (2)
305var argumentInput = Assert.Single(startCommand.ArgumentInputs); 2487var profileInput = Assert.Single(response.ArgumentInputs!, input => input.Name == "profile");