1 write to _resolvedCommandPath
Aspire.Hosting.DevTunnels (1)
DevTunnelCliInstallationManager.cs (1)
46
_resolvedCommandPath
= resolvedCommandPath;
2 references to _resolvedCommandPath
Aspire.Hosting.DevTunnels (2)
DevTunnelCliInstallationManager.cs (2)
28
public string? ResolvedCommandPath =>
_resolvedCommandPath
;
33
public bool IsInstalled =>
_resolvedCommandPath
is not null;