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