2 writes to Type
aspire (2)
Backchannel\AppHostAuxiliaryBackchannel.cs (1)
658Type = c.Type,
BackchannelJsonSerializerContext.McpToolContentItem.g.cs (1)
32ObjectWithParameterizedConstructorCreator = static args => new global::Aspire.Cli.Backchannel.McpToolContentItem(){ Type = (string)args[0], Text = (string)args[1] },
2 references to Type
aspire (2)
BackchannelJsonSerializerContext.McpToolContentItem.g.cs (2)
58Getter = static obj => ((global::Aspire.Cli.Backchannel.McpToolContentItem)obj).Type, 109writer.WriteString(PropName_Type, ((global::Aspire.Cli.Backchannel.McpToolContentItem)value).Type);