1 write to Arguments
aspire (1)
BackchannelJsonSerializerContext.CallMcpToolRequest.g.cs (1)
32
ObjectWithParameterizedConstructorCreator = static args => new global::Aspire.Cli.Backchannel.CallMcpToolRequest(){ ResourceName = (string)args[0], ToolName = (string)args[1],
Arguments
= (global::System.Text.Json.JsonElement?)args[2] },
3 references to Arguments
aspire (3)
Backchannel\AppHostAuxiliaryBackchannel.cs (1)
642
if (request.
Arguments
is JsonElement argsElement && argsElement.ValueKind == JsonValueKind.Object)
BackchannelJsonSerializerContext.CallMcpToolRequest.g.cs (2)
104
Getter = static obj => ((global::Aspire.Cli.Backchannel.CallMcpToolRequest)obj).
Arguments
,
135
global::System.Text.Json.JsonSerializer.Serialize(writer, ((global::Aspire.Cli.Backchannel.CallMcpToolRequest)value).
Arguments
, NullableJsonElement);