2 references to GetFileTrackerPath
Microsoft.Build.Utilities.Core (2)
TrackedDependencies\FileTracker.cs (2)
377
string fileTrackerPath =
GetFileTrackerPath
(ExecutableType.SameAsCurrentProcess, rootPath);
480
public static string GetFileTrackerPath(ExecutableType toolType) =>
GetFileTrackerPath
(toolType, null);