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