2 references to GetPath
Microsoft.Build.Utilities.Core (2)
TrackedDependencies\FileTracker.cs (2)
472public static string GetTrackerPath(ExecutableType toolType, string rootPath) => GetPath(s_TrackerFilename, toolType, rootPath); 489public static string GetFileTrackerPath(ExecutableType toolType, string rootPath) => GetPath(s_FileTrackerFilename, toolType, rootPath);