11 references to ChainReferenceAssemblyPath
Microsoft.Build.Utilities.Core (2)
ToolLocationHelper.cs (2)
2285
ChainReferenceAssemblyPath
(targetFrameworkDirectory);
2340
path =
ChainReferenceAssemblyPath
(path);
Microsoft.Build.Utilities.UnitTests (9)
ToolLocationHelper_Tests.cs (9)
1374
string path = ToolLocationHelper.
ChainReferenceAssemblyPath
(@"PathDoesNotExistSoICannotChain");
1406
string path = ToolLocationHelper.
ChainReferenceAssemblyPath
(Path.Combine(tempDirectory, "v4.1"));
1443
string path = ToolLocationHelper.
ChainReferenceAssemblyPath
(Path.Combine(tempDirectory, "v4.1"));
1473
string path = ToolLocationHelper.
ChainReferenceAssemblyPath
(Path.Combine(tempDirectory, "v4.1"));
1503
string path = ToolLocationHelper.
ChainReferenceAssemblyPath
(Path.Combine(tempDirectory, "v4.1"));
1533
string path = ToolLocationHelper.
ChainReferenceAssemblyPath
(Path.Combine(tempDirectory, "v4.0"));
1565
string path = ToolLocationHelper.
ChainReferenceAssemblyPath
(tempDirectoryPath);
1601
ToolLocationHelper.
ChainReferenceAssemblyPath
(tempDirectoryPath);
1635
ToolLocationHelper.
ChainReferenceAssemblyPath
(tempDirectoryPath);