3 references to GetPathToStandardLibraries
Microsoft.Build.Utilities.Core (1)
Microsoft.Build.Utilities.UnitTests (2)
ToolLocationHelper_Tests.cs (2)
2541string stdLibPath = ToolLocationHelper.GetPathToStandardLibraries(frameworkName, frameworkVersion, string.Empty, null, null, fallbackSearchPaths);
2566string stdLibPath = ToolLocationHelper.GetPathToStandardLibraries(frameworkName, frameworkVersion, string.Empty, null, rootDir, fallbackSearchPaths);