2 writes to DotNetPath
Microsoft.DotNet.Arcade.Sdk (2)
src\LocateDotNet.cs (2)
54
DotNetPath
= cachedResult.Value;
79
DotNetPath
= Path.GetFullPath(Path.Combine(dotNetDir, fileName));
1 reference to DotNetPath
Microsoft.DotNet.Arcade.Sdk (1)
src\LocateDotNet.cs (1)
80
BuildEngine4.RegisterTaskObject(s_cacheKey, new CacheEntry(lastWrite, paths,
DotNetPath
), RegisteredTaskObjectLifetime.Build, allowEarlyCollection: true);