4 references to EnumTypeInfo
aspire (4)
Commands\Sdk\SdkDumpCommand.cs (4)
341
foreach (
var
t in capabilities.EnumTypes.OrderBy(t => t.TypeId))
466
foreach (
var
t in capabilities.EnumTypes.OrderBy(t => t.Name))
540
public List<
EnumTypeInfo
> EnumTypes { get; set; } = [];
651
[JsonSerializable(typeof(
EnumTypeInfo
))]