2 instantiations of GuestRuntime
aspire (2)
Projects\GuestAppHostProject.cs (1)
1042_guestRuntime = new GuestRuntime(runtimeSpec, _logger);
Scaffolding\ScaffoldingService.cs (1)
180var runtime = new GuestRuntime(runtimeSpec, _logger);
2 references to GuestRuntime
aspire (2)
Projects\GuestAppHostProject.cs (1)
45private GuestRuntime? _guestRuntime;
Scaffolding\ScaffoldingService.cs (1)
180var runtime = new GuestRuntime(runtimeSpec, _logger);