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)
243
if (!string.IsNullOrEmpty(
_dotnetPath
))
244
return
_dotnetPath
;
247
if (string.IsNullOrEmpty(
_dotnetPath
))
250
return
_dotnetPath
;