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