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