11 references to s_myLibrariesRootPath
Microsoft.Build.Tasks.UnitTests (11)
AssemblyDependency\ResolveAssemblyReferenceTestFixture.cs (6)
224
protected static readonly string s_myLibraries_V1Path = Path.Combine(
s_myLibrariesRootPath
, "v1");
225
protected static readonly string s_myLibraries_V2Path = Path.Combine(
s_myLibrariesRootPath
, "v2");
228
protected static readonly string s_myLibraries_ADllPath = Path.Combine(
s_myLibrariesRootPath
, "A.dll");
229
protected static readonly string s_myLibraries_BDllPath = Path.Combine(
s_myLibrariesRootPath
, "B.dll");
230
protected static readonly string s_myLibraries_CDllPath = Path.Combine(
s_myLibrariesRootPath
, "C.dll");
231
protected static readonly string s_myLibraries_TDllPath = Path.Combine(
s_myLibrariesRootPath
, "T.dll");
AssemblyDependency\SuggestedRedirects.cs (5)
58
s_myLibrariesRootPath
,
100
s_myLibrariesRootPath
, s_myLibraries_V1Path, s_myLibraries_V2Path
150
s_myLibrariesRootPath
, s_myLibraries_V1Path, s_myLibraries_V2Path
193
s_myLibrariesRootPath
, s_myLibraries_V2Path, s_myLibraries_V1Path
238
s_myLibrariesRootPath
, s_myLibraries_V2Path, s_myLibraries_V1Path