37 references to s_myVersion20Path
Microsoft.Build.Tasks.UnitTests (37)
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\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 };