1 write to _pathRelativeToHome
Microsoft.DotNet.Configurer (1)
BashPathUnderHomeDirectory.cs (1)
15_pathRelativeToHome = pathRelativeToHome ?? throw new ArgumentNullException(nameof(pathRelativeToHome));
3 references to _pathRelativeToHome
Microsoft.DotNet.Configurer (3)
BashPathUnderHomeDirectory.cs (3)
18public string PathWithTilde => $"~/{_pathRelativeToHome}"; 20public string PathWithDollar => $"$HOME/{_pathRelativeToHome}"; 22public string Path => $"{_fullHomeDirectoryPath}/{_pathRelativeToHome}";