7 references to DotnetHomePath
dotnet.Tests (1)
CommandTests\Build\GivenDotnetBuildBuildsCsproj.cs (1)
382Path.Combine(CliFolderPathCalculator.DotnetHomePath, ".dotnet", "NuGetFallbackFolder")
dotnet-new.IntegrationTests (1)
DotnetNewDebugOptionsTests.cs (1)
97string envVariable = CliFolderPathCalculator.DotnetHomePath;
Microsoft.DotNet.Configurer (2)
CliFolderPathCalculator.cs (2)
27DotnetHomePath, 41Path.Combine(DotnetHomePath, DotnetProfileDirectoryName);
Microsoft.NET.Build.Tests (1)
GivenThatWeWantToUseAnalyzers.cs (1)
350Path.Combine(CliFolderPathCalculator.DotnetHomePath, ".dotnet", "NuGetFallbackFolder"),
Microsoft.TemplateEngine.Cli (2)
Commands\CliPathInfo.cs (2)
27UserProfileDir = CliFolderPathCalculator.DotnetHomePath; 44? Path.Combine(CliFolderPathCalculator.DotnetHomePath, ".templateengine")