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