3 references to GetMSBuildSDKsPath
dotnet (2)
Commands\New\BuiltInTemplatePackageProvider.cs (1)
48var sdksDirectory = new DirectoryInfo(MSBuildForwardingAppWithoutLogging.GetMSBuildSDKsPath());
Commands\New\OptionalWorkloadProvider.cs (1)
34var sdksDirectory = new DirectoryInfo(MSBuildForwardingAppWithoutLogging.GetMSBuildSDKsPath());
Microsoft.DotNet.Cli.Utils (1)
MSBuildForwardingAppWithoutLogging.cs (1)
220{ "MSBuildSDKsPath", GetMSBuildSDKsPath() },