1 write to Arguments
aspire (1)
BackchannelJsonSerializerContext.CallMcpToolRequest.g.cs (1)
32ObjectWithParameterizedConstructorCreator = 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)
642if (request.Arguments is JsonElement argsElement && argsElement.ValueKind == JsonValueKind.Object)
BackchannelJsonSerializerContext.CallMcpToolRequest.g.cs (2)
104Getter = static obj => ((global::Aspire.Cli.Backchannel.CallMcpToolRequest)obj).Arguments, 135global::System.Text.Json.JsonSerializer.Serialize(writer, ((global::Aspire.Cli.Backchannel.CallMcpToolRequest)value).Arguments, NullableJsonElement);