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)
47public string? ResolvedCommandPath => _resolvedCommandPath; 52public bool IsInstalled => _resolvedCommandPath is not null;