2 references to _userHomeDirectory
Microsoft.DotNet.Cli.Utils (2)
EnvironmentProvider.cs (2)
60if (path.StartsWith(tildeSlash, StringComparison.Ordinal) && !string.IsNullOrEmpty(_userHomeDirectory.Value)) 62return Path.Combine(_userHomeDirectory.Value, path.Substring(tildeSlash.Length));