1 write to _dotnetPath
ILLink.Tasks (1)
LinkTask.cs (1)
246_dotnetPath = Environment.GetEnvironmentVariable(DotNetHostPathEnvironmentName);
4 references to _dotnetPath
ILLink.Tasks (4)
LinkTask.cs (4)
243if (!string.IsNullOrEmpty(_dotnetPath)) 244return _dotnetPath; 247if (string.IsNullOrEmpty(_dotnetPath)) 250return _dotnetPath;