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