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