11 references to ChainReferenceAssemblyPath
Microsoft.Build.Utilities.Core (2)
ToolLocationHelper.cs (2)
2291ChainReferenceAssemblyPath(targetFrameworkDirectory); 2346path = ChainReferenceAssemblyPath(path);
Microsoft.Build.Utilities.UnitTests (9)
ToolLocationHelper_Tests.cs (9)
1371string path = ToolLocationHelper.ChainReferenceAssemblyPath(@"PathDoesNotExistSoICannotChain"); 1403string path = ToolLocationHelper.ChainReferenceAssemblyPath(Path.Combine(tempDirectory, "v4.1")); 1440string path = ToolLocationHelper.ChainReferenceAssemblyPath(Path.Combine(tempDirectory, "v4.1")); 1470string path = ToolLocationHelper.ChainReferenceAssemblyPath(Path.Combine(tempDirectory, "v4.1")); 1500string path = ToolLocationHelper.ChainReferenceAssemblyPath(Path.Combine(tempDirectory, "v4.1")); 1530string path = ToolLocationHelper.ChainReferenceAssemblyPath(Path.Combine(tempDirectory, "v4.0")); 1562string path = ToolLocationHelper.ChainReferenceAssemblyPath(tempDirectoryPath); 1598ToolLocationHelper.ChainReferenceAssemblyPath(tempDirectoryPath); 1632ToolLocationHelper.ChainReferenceAssemblyPath(tempDirectoryPath);