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