2 writes to Category
aspire (2)
BackchannelJsonSerializerContext.TypeRefInfo.g.cs (1)
81Setter = static (obj, value) => ((global::Aspire.Cli.Commands.Sdk.TypeRefInfo)obj).Category = value!,
CapabilitiesJsonContext.TypeRefInfo.g.cs (1)
81Setter = static (obj, value) => ((global::Aspire.Cli.Commands.Sdk.TypeRefInfo)obj).Category = value!,
4 references to Category
aspire (4)
BackchannelJsonSerializerContext.TypeRefInfo.g.cs (2)
80Getter = static obj => ((global::Aspire.Cli.Commands.Sdk.TypeRefInfo)obj).Category, 231writer.WriteString(PropName_Category, ((global::Aspire.Cli.Commands.Sdk.TypeRefInfo)value).Category);
CapabilitiesJsonContext.TypeRefInfo.g.cs (2)
80Getter = static obj => ((global::Aspire.Cli.Commands.Sdk.TypeRefInfo)obj).Category, 235string __value_Category = ((global::Aspire.Cli.Commands.Sdk.TypeRefInfo)value).Category;