11 references to s_myLibrariesRootPath
Microsoft.Build.Tasks.UnitTests (11)
AssemblyDependency\ResolveAssemblyReferenceTestFixture.cs (6)
223protected static readonly string s_myLibraries_V1Path = Path.Combine(s_myLibrariesRootPath, "v1"); 224protected static readonly string s_myLibraries_V2Path = Path.Combine(s_myLibrariesRootPath, "v2"); 227protected static readonly string s_myLibraries_ADllPath = Path.Combine(s_myLibrariesRootPath, "A.dll"); 228protected static readonly string s_myLibraries_BDllPath = Path.Combine(s_myLibrariesRootPath, "B.dll"); 229protected static readonly string s_myLibraries_CDllPath = Path.Combine(s_myLibrariesRootPath, "C.dll"); 230protected static readonly string s_myLibraries_TDllPath = Path.Combine(s_myLibrariesRootPath, "T.dll");
AssemblyDependency\SuggestedRedirects.cs (5)
57s_myLibrariesRootPath, 99s_myLibrariesRootPath, s_myLibraries_V1Path, s_myLibraries_V2Path 149s_myLibrariesRootPath, s_myLibraries_V1Path, s_myLibraries_V2Path 192s_myLibrariesRootPath, s_myLibraries_V2Path, s_myLibraries_V1Path 237s_myLibrariesRootPath, s_myLibraries_V2Path, s_myLibraries_V1Path