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