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