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