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)
55if (string.IsNullOrEmpty(_dotnetCliPath)) 65if (!_dotnetCliPath.EndsWith(dotnetFileName, StringComparison.OrdinalIgnoreCase)) 126return _dotnetCliPath;