2 references to DotNetHostPathEnvironmentName
ILLink.Tasks (2)
LinkTask.cs (2)
246
_dotnetPath = Environment.GetEnvironmentVariable(
DotNetHostPathEnvironmentName
);
248
throw new InvalidOperationException($"{
DotNetHostPathEnvironmentName
} is not set");