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