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