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)
52if (string.IsNullOrEmpty(_dotnetCliPath)) 62if (!_dotnetCliPath.EndsWith(dotnetFileName, StringComparison.OrdinalIgnoreCase)) 123return _dotnetCliPath;