5 writes to IsInstalled
aspire (5)
src\Shared\ContainerRuntimeDetector.cs (5)
159
IsInstalled
= false,
180
IsInstalled
= true,
198
IsInstalled
= true,
225
IsInstalled
= isInstalled,
240
IsInstalled
= false,
8 references to IsInstalled
aspire (8)
src\Shared\ContainerRuntimeDetector.cs (6)
80
public bool IsHealthy =>
IsInstalled
&& IsRunning;
108
/// When a runtime is configured but not available, returns its info with <see cref="ContainerRuntimeInfo.
IsInstalled
"/> = false.
303
if (!best.
IsInstalled
&& candidate.
IsInstalled
)
312
&& candidate.
IsInstalled
== best.
IsInstalled
Utils\EnvironmentChecker\ContainerRuntimeCheck.cs (2)
57
if (!info.
IsInstalled
&& (configuredRuntime is null ||
160
if (!info.
IsInstalled
)