3 writes to _dotnetCliPath
Microsoft.Build.Tasks.Core (3)
RoslynCodeTaskFactory\RoslynCodeTaskFactoryCompilers.cs (3)
54
_dotnetCliPath
= Environment.GetEnvironmentVariable("DOTNET_HOST_PATH");
58
_dotnetCliPath
= EnvironmentUtilities.ProcessPath;
67
_dotnetCliPath
= "dotnet";
3 references to _dotnetCliPath
Microsoft.Build.Tasks.Core (3)
RoslynCodeTaskFactory\RoslynCodeTaskFactoryCompilers.cs (3)
55
if (string.IsNullOrEmpty(
_dotnetCliPath
))
65
if (!
_dotnetCliPath
.EndsWith(dotnetFileName, StringComparison.OrdinalIgnoreCase))
126
return
_dotnetCliPath
;