3 writes to _dotnetCliPath
Microsoft.Build.Tasks.Core (3)
RoslynCodeTaskFactory\RoslynCodeTaskFactoryCompilers.cs (3)
51
_dotnetCliPath
= Environment.GetEnvironmentVariable("DOTNET_HOST_PATH");
55
_dotnetCliPath
= System.Diagnostics.Process.GetCurrentProcess().MainModule.FileName;
64
_dotnetCliPath
= "dotnet";
3 references to _dotnetCliPath
Microsoft.Build.Tasks.Core (3)
RoslynCodeTaskFactory\RoslynCodeTaskFactoryCompilers.cs (3)
52
if (string.IsNullOrEmpty(
_dotnetCliPath
))
62
if (!
_dotnetCliPath
.EndsWith(dotnetFileName, StringComparison.OrdinalIgnoreCase))
123
return
_dotnetCliPath
;