2 references to PathToSystem
Microsoft.Build.Tasks.Core (1)
Exec.cs (1)
538
return ToolLocationHelper.
PathToSystem
;
Microsoft.Build.Utilities.Core (1)
ToolLocationHelper.cs (1)
3622
public static string GetPathToSystemFile(string fileName) => Path.Combine(
PathToSystem
, fileName);