2 writes to DefaultValue
aspire (2)
BackchannelJsonSerializerContext.ParameterInfo.g.cs (1)
201
Setter = static (obj, value) => ((global::Aspire.Cli.Commands.Sdk.ParameterInfo)obj).
DefaultValue
= value!,
CapabilitiesJsonContext.ParameterInfo.g.cs (1)
201
Setter = static (obj, value) => ((global::Aspire.Cli.Commands.Sdk.ParameterInfo)obj).
DefaultValue
= value!,
4 references to DefaultValue
aspire (4)
BackchannelJsonSerializerContext.ParameterInfo.g.cs (2)
200
Getter = static obj => ((global::Aspire.Cli.Commands.Sdk.ParameterInfo)obj).
DefaultValue
,
238
writer.WriteString(PropName_DefaultValue, ((global::Aspire.Cli.Commands.Sdk.ParameterInfo)value).
DefaultValue
);
CapabilitiesJsonContext.ParameterInfo.g.cs (2)
200
Getter = static obj => ((global::Aspire.Cli.Commands.Sdk.ParameterInfo)obj).
DefaultValue
,
254
string __value_DefaultValue = ((global::Aspire.Cli.Commands.Sdk.ParameterInfo)value).
DefaultValue
;