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