2 writes to IsNullable
aspire (2)
BackchannelJsonSerializerContext.ParameterInfo.g.cs (1)
121Setter = static (obj, value) => ((global::Aspire.Cli.Commands.Sdk.ParameterInfo)obj).IsNullable = value!,
CapabilitiesJsonContext.ParameterInfo.g.cs (1)
121Setter = static (obj, value) => ((global::Aspire.Cli.Commands.Sdk.ParameterInfo)obj).IsNullable = value!,
4 references to IsNullable
aspire (4)
BackchannelJsonSerializerContext.ParameterInfo.g.cs (2)
120Getter = static obj => ((global::Aspire.Cli.Commands.Sdk.ParameterInfo)obj).IsNullable, 232writer.WriteBoolean(PropName_IsNullable, ((global::Aspire.Cli.Commands.Sdk.ParameterInfo)value).IsNullable);
CapabilitiesJsonContext.ParameterInfo.g.cs (2)
120Getter = static obj => ((global::Aspire.Cli.Commands.Sdk.ParameterInfo)obj).IsNullable, 240writer.WriteBoolean(PropName_IsNullable, ((global::Aspire.Cli.Commands.Sdk.ParameterInfo)value).IsNullable);