2 writes to Type
aspire (2)
BackchannelJsonSerializerContext.DtoPropertyInfo.g.cs (1)
81Setter = static (obj, value) => ((global::Aspire.Cli.Commands.Sdk.DtoPropertyInfo)obj).Type = value!,
CapabilitiesJsonContext.DtoPropertyInfo.g.cs (1)
81Setter = static (obj, value) => ((global::Aspire.Cli.Commands.Sdk.DtoPropertyInfo)obj).Type = value!,
6 references to Type
aspire (6)
BackchannelJsonSerializerContext.DtoPropertyInfo.g.cs (2)
80Getter = static obj => ((global::Aspire.Cli.Commands.Sdk.DtoPropertyInfo)obj).Type, 130TypeRefInfoSerializeHandler(writer, ((global::Aspire.Cli.Commands.Sdk.DtoPropertyInfo)value).Type);
CapabilitiesJsonContext.DtoPropertyInfo.g.cs (2)
80Getter = static obj => ((global::Aspire.Cli.Commands.Sdk.DtoPropertyInfo)obj).Type, 133global::Aspire.Cli.Commands.Sdk.TypeRefInfo __value_Type = ((global::Aspire.Cli.Commands.Sdk.DtoPropertyInfo)value).Type;
Commands\Sdk\SdkDumpCommand.cs (2)
302sb.AppendLine(string.Format(CultureInfo.InvariantCulture, " {0}{1}: {2}", p.Name, optional, p.Type?.TypeId ?? "unknown")); 415var typeId = p.Type?.TypeId ?? "unknown";