3 writes to _dotnetCliPath
Microsoft.Build.Tasks.Core (3)
RoslynCodeTaskFactory\RoslynCodeTaskFactoryCompilers.cs (3)
55
_dotnetCliPath
= Environment.GetEnvironmentVariable("DOTNET_HOST_PATH");
59
_dotnetCliPath
= EnvironmentUtilities.ProcessPath;
68
_dotnetCliPath
= "dotnet";
3 references to _dotnetCliPath
Microsoft.Build.Tasks.Core (3)
RoslynCodeTaskFactory\RoslynCodeTaskFactoryCompilers.cs (3)
56
if (string.IsNullOrEmpty(
_dotnetCliPath
))
66
if (!
_dotnetCliPath
.EndsWith(dotnetFileName, StringComparison.OrdinalIgnoreCase))
130
return
_dotnetCliPath
;