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