2 writes to IsCallback
aspire (2)
BackchannelJsonSerializerContext.ParameterInfo.g.cs (1)
141Setter = static (obj, value) => ((global::Aspire.Cli.Commands.Sdk.ParameterInfo)obj).IsCallback = value!,
CapabilitiesJsonContext.ParameterInfo.g.cs (1)
141Setter = static (obj, value) => ((global::Aspire.Cli.Commands.Sdk.ParameterInfo)obj).IsCallback = value!,
4 references to IsCallback
aspire (4)
BackchannelJsonSerializerContext.ParameterInfo.g.cs (2)
140Getter = static obj => ((global::Aspire.Cli.Commands.Sdk.ParameterInfo)obj).IsCallback, 233writer.WriteBoolean(PropName_IsCallback, ((global::Aspire.Cli.Commands.Sdk.ParameterInfo)value).IsCallback);
CapabilitiesJsonContext.ParameterInfo.g.cs (2)
140Getter = static obj => ((global::Aspire.Cli.Commands.Sdk.ParameterInfo)obj).IsCallback, 241writer.WriteBoolean(PropName_IsCallback, ((global::Aspire.Cli.Commands.Sdk.ParameterInfo)value).IsCallback);