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