3 references to DotNetExe
NuGet.Common (3)
PathUtil\NuGetEnvironment.cs (3)
359var executable = isWindows ? DotNetExe : DotNet; 375var fullPath = Path.Combine(programFiles, DotNet, DotNetExe); 385var fullPath = Path.Combine(programFiles, DotNet, DotNetExe);