2 writes to Content
aspire (2)
Backchannel\AppHostAuxiliaryBackchannel.cs (1)
656
Content
= result.Content.Select(c => new McpToolContentItem
BackchannelJsonSerializerContext.CallMcpToolResponse.g.cs (1)
32
ObjectWithParameterizedConstructorCreator = static args => new global::Aspire.Cli.Backchannel.CallMcpToolResponse(){ IsError = (bool)args[0],
Content
= (global::Aspire.Cli.Backchannel.McpToolContentItem[])args[1] },
2 references to Content
aspire (2)
BackchannelJsonSerializerContext.CallMcpToolResponse.g.cs (2)
79
Getter = static obj => ((global::Aspire.Cli.Backchannel.CallMcpToolResponse)obj).
Content
,
112
McpToolContentItemArraySerializeHandler(writer, ((global::Aspire.Cli.Backchannel.CallMcpToolResponse)value).
Content
);