7 references to s_myAppRootPath
Microsoft.Build.Tasks.UnitTests (7)
AssemblyDependency\ResolveAssemblyReferenceTestFixture.cs (7)
257protected static readonly string s_myApp_V05Path = Path.Combine(s_myAppRootPath, "v0.5");
258protected static readonly string s_myApp_V10Path = Path.Combine(s_myAppRootPath, "v1.0");
259protected static readonly string s_myApp_V20Path = Path.Combine(s_myAppRootPath, "v2.0");
260protected static readonly string s_myApp_V30Path = Path.Combine(s_myAppRootPath, "v3.0");
455Path.Combine(s_myAppRootPath, "DependsOnSimpleA.dll"),
520Path.Combine(s_myAppRootPath, "DependsOnWeaklyNamedUnified.dll"),
2104if (String.Equals(path, Path.Combine(s_myAppRootPath, "DependsOnSimpleA.dll"), StringComparison.OrdinalIgnoreCase))