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