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