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