11 references to s_myLibrariesRootPath
Microsoft.Build.Tasks.UnitTests (11)
AssemblyDependency\ResolveAssemblyReferenceTestFixture.cs (6)
225protected static readonly string s_myLibraries_V1Path = Path.Combine(s_myLibrariesRootPath, "v1"); 226protected static readonly string s_myLibraries_V2Path = Path.Combine(s_myLibrariesRootPath, "v2"); 229protected static readonly string s_myLibraries_ADllPath = Path.Combine(s_myLibrariesRootPath, "A.dll"); 230protected static readonly string s_myLibraries_BDllPath = Path.Combine(s_myLibrariesRootPath, "B.dll"); 231protected static readonly string s_myLibraries_CDllPath = Path.Combine(s_myLibrariesRootPath, "C.dll"); 232protected static readonly string s_myLibraries_TDllPath = Path.Combine(s_myLibrariesRootPath, "T.dll");
AssemblyDependency\SuggestedRedirects.cs (5)
59s_myLibrariesRootPath, 101s_myLibrariesRootPath, s_myLibraries_V1Path, s_myLibraries_V2Path 151s_myLibrariesRootPath, s_myLibraries_V1Path, s_myLibraries_V2Path 194s_myLibrariesRootPath, s_myLibraries_V2Path, s_myLibraries_V1Path 239s_myLibrariesRootPath, s_myLibraries_V2Path, s_myLibraries_V1Path