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