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)
53if (string.IsNullOrEmpty(_dotnetCliPath)) 63if (!_dotnetCliPath.EndsWith(dotnetFileName, StringComparison.OrdinalIgnoreCase)) 124return _dotnetCliPath;