86 references to s_myVersion20Path
Microsoft.Build.Tasks.UnitTests (86)
AssemblyDependency\Miscellaneous.cs (48)
472t.TargetFrameworkDirectories = new string[] { s_myVersion20Path }; 492if (String.Equals(item.ItemSpec, Path.Combine(s_myVersion20Path, "System.XML.dll"), StringComparison.OrdinalIgnoreCase)) 608if (String.Equals(item.ItemSpec, Path.Combine(s_myVersion20Path, "en", "System.XML.resources.pdb"), StringComparison.OrdinalIgnoreCase)) 615else if (String.Equals(item.ItemSpec, Path.Combine(s_myVersion20Path, "en-GB", "System.XML.resources.pdb"), StringComparison.OrdinalIgnoreCase)) 813t.TargetFrameworkDirectories = new string[] { s_myVersion20Path }; 847t.TargetFrameworkDirectories = new string[] { s_myVersion20Path }; 911t.TargetFrameworkDirectories = new string[] { s_myVersion20Path }; 946t.TargetFrameworkDirectories = new string[] { s_myVersion20Path }; 1281s_myVersion20Path 1932s_myVersion20Path, 1970s_myVersion20Path, 2283s_myVersion20Path, 2354t.CandidateAssemblyFiles = new string[] { Path.Combine(s_myVersion20Path, "System.Xml.dll") }; 2359Assert.Equal(Path.Combine(s_myVersion20Path, "System.Xml.dll"), t.ResolvedFiles[0].ItemSpec); 2375t.CandidateAssemblyFiles = new string[] { Path.Combine(s_myVersion20Path, "System.Xml.dll") }; 2395t.CandidateAssemblyFiles = new string[] { Path.Combine(s_myVersion20Path, "System.Xml.dll") }; 2400Assert.Equal(Path.Combine(s_myVersion20Path, "System.Xml.dll"), t.ResolvedFiles[0].ItemSpec); 2420Path.Combine(s_myVersion20Path, "System.Xml.dll") 2427Assert.Equal(Path.Combine(s_myVersion20Path, "System.Xml.dll"), t.ResolvedFiles[0].ItemSpec); 2456t.Assemblies = new ITaskItem[] { new TaskItem(Path.Combine(s_myVersion20Path, "System.Xml.dll")) }; 2472Assert.Equal(Path.Combine(s_myVersion20Path, "System.Xml.dll"), t.ResolvedFiles[0].ItemSpec); 3056ITaskItem taskItem = new TaskItem(Path.Combine(s_myVersion20Path, "System.Xml.dll")); 3068Assert.Equal(Path.Combine(s_myVersion20Path, "System.Xml.dll"), t.ResolvedFiles[0].ItemSpec); 3081ITaskItem taskItem = new TaskItem(Path.Combine(s_myVersion20Path, "System.Xml.dll")); 3093Assert.Equal(Path.Combine(s_myVersion20Path, "System.Xml.dll"), t.ResolvedFiles[0].ItemSpec); 3108new TaskItem(Path.Combine(s_myVersion20Path, "System.Xml.dll")), 3114s_myVersion20Path, 3120Assert.Equal(Path.Combine(s_myVersion20Path, "System.Data.dll"), t.ResolvedFiles[0].ItemSpec); 3137item.SetMetadata("HintPath", Path.Combine(s_myVersion20Path, "System.Data.dll")); 3287t.SearchPaths = new string[] { s_myVersion20Path }; 3288t.TargetFrameworkDirectories = new string[] { s_myVersion20Path }; 3366s_myVersion20Path 3372Assert.Equal(Path.Combine(s_myVersion20Path, "System.Data.dll"), t.ResolvedFiles[0].ItemSpec); 3388s_myVersion20Path 3394Assert.Equal(Path.Combine(s_myVersion20Path, "System.Data.dll"), t.ResolvedFiles[0].ItemSpec); 3428t.TargetFrameworkDirectories = new string[] { s_myVersion20Path }; 3482t.TargetFrameworkDirectories = new string[] { s_myVersion20Path }; 3524t.TargetFrameworkDirectories = new string[] { s_myVersion20Path }; 3571t.TargetFrameworkDirectories = new string[] { s_myVersion20Path }; 3613t.TargetFrameworkDirectories = new string[] { s_myVersion20Path }; 3645t.TargetFrameworkDirectories = new string[] { s_myVersion20Path }; 3689t.TargetFrameworkDirectories = new string[] { s_myVersion20Path }; 3739t.TargetFrameworkDirectories = new string[] { s_myVersion20Path }; 3781t.TargetFrameworkDirectories = new string[] { s_myVersion20Path }; 3919Assert.Equal(Path.Combine(s_myVersion20Path, "System.XML.dll"), t.ResolvedFiles[0].ItemSpec); 4253t.TargetFrameworkDirectories = new string[] { s_myVersion20Path }; 4938s_myVersion20Path, 5072s_myVersion20Path,
AssemblyDependency\ResolveAssemblyReferenceTestFixture.cs (33)
196protected static readonly string s_myVersionPocket20Path = s_myVersion20Path + ".PocketPC"; 288s_myVersion20Path, 384Path.Combine(s_myVersion20Path, "System.Data.dll"), 385Path.Combine(s_myVersion20Path, "System.Xml.dll"), 386Path.Combine(s_myVersion20Path, "System.Xml.pdb"), 387Path.Combine(s_myVersion20Path, "System.Xml.xml"), 388Path.Combine(s_myVersion20Path, "en", "System.Xml.resources.dll"), 389Path.Combine(s_myVersion20Path, "en", "System.Xml.resources.pdb"), 390Path.Combine(s_myVersion20Path, "en", "System.Xml.resources.config"), 391Path.Combine(s_myVersion20Path, "xx", "System.Xml.resources.dll"), 392Path.Combine(s_myVersion20Path, "en-GB", "System.Xml.resources.dll"), 393Path.Combine(s_myVersion20Path, "en-GB", "System.Xml.resources.pdb"), 394Path.Combine(s_myVersion20Path, "en-GB", "System.Xml.resources.config"), 398Path.Combine(s_myVersion20Path, "BadImage.dll"), // An assembly that will give a BadImageFormatException from GetAssemblyName 399Path.Combine(s_myVersion20Path, "BadImage.pdb"), 400Path.Combine(s_myVersion20Path, "MyGacAssembly.dll"), 401Path.Combine(s_myVersion20Path, "MyGacAssembly.pdb"), 402Path.Combine(s_myVersion20Path, "xx", "MyGacAssembly.resources.dll"), 403Path.Combine(s_myVersion20Path, "System.dll"), 406Path.Combine(s_myVersion20Path, "mscorlib.dll"), 885s_myVersion20Path, 910if (path.EndsWith(s_myVersion20Path)) 1076String.Equals(path, Path.Combine(s_myVersion20Path, "BadImage.dll"), StringComparison.OrdinalIgnoreCase)) 1078throw new System.BadImageFormatException(@"The format of the file '" + Path.Combine(s_myVersion20Path, "BadImage.dll") + "' is invalid"); 1084|| String.Equals(path, Path.Combine(s_myVersion20Path, "mscorlib.dll"), StringComparison.OrdinalIgnoreCase) 1093String.Equals(path, Path.Combine(s_myVersion20Path, "mscorlib.dll"), StringComparison.OrdinalIgnoreCase) 1213if (String.Equals(path, Path.Combine(s_myVersion20Path, "System.XML.dll"), StringComparison.OrdinalIgnoreCase)) 1233if (path.EndsWith(Path.Combine(s_myVersion20Path, "MyGacAssembly.dll"))) 1239if (String.Equals(path, Path.Combine(s_myVersion20Path, "System.dll"), StringComparison.OrdinalIgnoreCase)) 1259String.Equals(path, Path.Combine(s_myVersion20Path, "System.Data.dll"), StringComparison.OrdinalIgnoreCase)) 1996if (String.Equals(path, Path.Combine(s_myVersion20Path, "System.dll"), StringComparison.OrdinalIgnoreCase)) 2092String.Equals(path, Path.Combine(s_myVersion20Path, "mscorlib.dll"), StringComparison.OrdinalIgnoreCase) 2392if (String.Equals(path, Path.Combine(s_myVersion20Path, "System.dll"), StringComparison.OrdinalIgnoreCase))
AssemblyDependency\StronglyNamedDependency.cs (1)
132string actualFrameworkDirectory = s_myVersion20Path;
AssemblyDependency\SuggestedRedirects.cs (4)
103t.TargetFrameworkDirectories = new string[] { s_myVersion20Path }; 153t.TargetFrameworkDirectories = new string[] { s_myVersion20Path }; 196t.TargetFrameworkDirectories = new string[] { s_myVersion20Path }; 241t.TargetFrameworkDirectories = new string[] { s_myVersion20Path };