4 references to DtoTypeInfo
aspire (4)
Commands\Sdk\SdkDumpCommand.cs (4)
461foreach (var t in capabilities.DtoTypes.OrderBy(t => t.TypeId)) 603foreach (var t in capabilities.DtoTypes.OrderBy(t => t.Name)) 731public List<DtoTypeInfo> DtoTypes { get; set; } = []; 881[JsonSerializable(typeof(DtoTypeInfo))]