2 writes to IsError
aspire (2)
Backchannel\AppHostAuxiliaryBackchannel.cs (1)
655
IsError
= result.IsError ?? false,
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 IsError
aspire (2)
BackchannelJsonSerializerContext.CallMcpToolResponse.g.cs (2)
58
Getter = static obj => ((global::Aspire.Cli.Backchannel.CallMcpToolResponse)obj).
IsError
,
110
writer.WriteBoolean(PropName_IsError, ((global::Aspire.Cli.Backchannel.CallMcpToolResponse)value).
IsError
);