2 writes to Name
aspire (2)
BackchannelJsonSerializerContext.ParameterInfo.g.cs (1)
59
Setter = static (obj, value) => ((global::Aspire.Cli.Commands.Sdk.ParameterInfo)obj).
Name
= value!,
CapabilitiesJsonContext.ParameterInfo.g.cs (1)
59
Setter = static (obj, value) => ((global::Aspire.Cli.Commands.Sdk.ParameterInfo)obj).
Name
= value!,
6 references to Name
aspire (6)
BackchannelJsonSerializerContext.ParameterInfo.g.cs (2)
58
Getter = static obj => ((global::Aspire.Cli.Commands.Sdk.ParameterInfo)obj).
Name
,
228
writer.WriteString(PropName_Name, ((global::Aspire.Cli.Commands.Sdk.ParameterInfo)value).
Name
);
CapabilitiesJsonContext.ParameterInfo.g.cs (2)
58
Getter = static obj => ((global::Aspire.Cli.Commands.Sdk.ParameterInfo)obj).
Name
,
228
string __value_Name = ((global::Aspire.Cli.Commands.Sdk.ParameterInfo)value).
Name
;
Commands\Sdk\SdkDumpCommand.cs (2)
326
return string.Format(CultureInfo.InvariantCulture, "{0}{1}: {2}", p.
Name
, optional, p.Type?.TypeId ?? "unknown");
455
return string.Format(CultureInfo.InvariantCulture, "{0}{1}: {2}", p.
Name
, optional, simpleType);