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