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