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