2 writes to Type
aspire (2)
BackchannelJsonSerializerContext.ParameterInfo.g.cs (1)
81
Setter = static (obj, value) => ((global::Aspire.Cli.Commands.Sdk.ParameterInfo)obj).
Type
= value!,
CapabilitiesJsonContext.ParameterInfo.g.cs (1)
81
Setter = static (obj, value) => ((global::Aspire.Cli.Commands.Sdk.ParameterInfo)obj).
Type
= value!,
6 references to Type
aspire (6)
BackchannelJsonSerializerContext.ParameterInfo.g.cs (2)
80
Getter = static obj => ((global::Aspire.Cli.Commands.Sdk.ParameterInfo)obj).
Type
,
230
TypeRefInfoSerializeHandler(writer, ((global::Aspire.Cli.Commands.Sdk.ParameterInfo)value).
Type
);
CapabilitiesJsonContext.ParameterInfo.g.cs (2)
80
Getter = static obj => ((global::Aspire.Cli.Commands.Sdk.ParameterInfo)obj).
Type
,
233
global::Aspire.Cli.Commands.Sdk.TypeRefInfo __value_Type = ((global::Aspire.Cli.Commands.Sdk.ParameterInfo)value).
Type
;
Commands\Sdk\SdkDumpCommand.cs (2)
326
return string.Format(CultureInfo.InvariantCulture, "{0}{1}: {2}", p.Name, optional, p.
Type
?.TypeId ?? "unknown");
454
var simpleType = SimplifyTypeName(p.
Type
?.TypeId ?? "unknown");