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)
18
public string PathWithTilde => $"~/{
_pathRelativeToHome
}";
20
public string PathWithDollar => $"$HOME/{
_pathRelativeToHome
}";
22
public string Path => $"{_fullHomeDirectoryPath}/{
_pathRelativeToHome
}";