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