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