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