1 write to _dotnetPath
ILLink.Tasks (1)
LinkTask.cs (1)
244
_dotnetPath
= Environment.GetEnvironmentVariable (DotNetHostPathEnvironmentName);
4 references to _dotnetPath
ILLink.Tasks (4)
LinkTask.cs (4)
241
if (!string.IsNullOrEmpty (
_dotnetPath
))
242
return
_dotnetPath
;
245
if (string.IsNullOrEmpty (
_dotnetPath
))
248
return
_dotnetPath
;