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)
56if (string.IsNullOrEmpty(_dotnetCliPath)) 66if (!_dotnetCliPath.EndsWith(dotnetFileName, StringComparison.OrdinalIgnoreCase)) 130return _dotnetCliPath;