11 references to ChainReferenceAssemblyPath
Microsoft.Build.Utilities.Core (2)
ToolLocationHelper.cs (2)
2284ChainReferenceAssemblyPath(targetFrameworkDirectory); 2339path = ChainReferenceAssemblyPath(path);
Microsoft.Build.Utilities.UnitTests (9)
ToolLocationHelper_Tests.cs (9)
1373string path = ToolLocationHelper.ChainReferenceAssemblyPath(@"PathDoesNotExistSoICannotChain"); 1405string path = ToolLocationHelper.ChainReferenceAssemblyPath(Path.Combine(tempDirectory, "v4.1")); 1442string path = ToolLocationHelper.ChainReferenceAssemblyPath(Path.Combine(tempDirectory, "v4.1")); 1472string path = ToolLocationHelper.ChainReferenceAssemblyPath(Path.Combine(tempDirectory, "v4.1")); 1502string path = ToolLocationHelper.ChainReferenceAssemblyPath(Path.Combine(tempDirectory, "v4.1")); 1532string path = ToolLocationHelper.ChainReferenceAssemblyPath(Path.Combine(tempDirectory, "v4.0")); 1564string path = ToolLocationHelper.ChainReferenceAssemblyPath(tempDirectoryPath); 1600ToolLocationHelper.ChainReferenceAssemblyPath(tempDirectoryPath); 1634ToolLocationHelper.ChainReferenceAssemblyPath(tempDirectoryPath);