3 writes to _dotnetCliPath
Microsoft.Build.Tasks.Core (3)
RoslynCodeTaskFactory\RoslynCodeTaskFactoryCompilers.cs (3)
52
_dotnetCliPath
= Environment.GetEnvironmentVariable("DOTNET_HOST_PATH");
56
_dotnetCliPath
= EnvironmentUtilities.ProcessPath;
65
_dotnetCliPath
= "dotnet";
3 references to _dotnetCliPath
Microsoft.Build.Tasks.Core (3)
RoslynCodeTaskFactory\RoslynCodeTaskFactoryCompilers.cs (3)
53
if (string.IsNullOrEmpty(
_dotnetCliPath
))
63
if (!
_dotnetCliPath
.EndsWith(dotnetFileName, StringComparison.OrdinalIgnoreCase))
124
return
_dotnetCliPath
;