37 references to s_myVersion20Path
Microsoft.Build.Tasks.UnitTests (37)
AssemblyDependency\ResolveAssemblyReferenceTestFixture.cs (33)
197protected static readonly string s_myVersionPocket20Path = s_myVersion20Path + ".PocketPC"; 289s_myVersion20Path, 385Path.Combine(s_myVersion20Path, "System.Data.dll"), 386Path.Combine(s_myVersion20Path, "System.Xml.dll"), 387Path.Combine(s_myVersion20Path, "System.Xml.pdb"), 388Path.Combine(s_myVersion20Path, "System.Xml.xml"), 389Path.Combine(s_myVersion20Path, "en", "System.Xml.resources.dll"), 390Path.Combine(s_myVersion20Path, "en", "System.Xml.resources.pdb"), 391Path.Combine(s_myVersion20Path, "en", "System.Xml.resources.config"), 392Path.Combine(s_myVersion20Path, "xx", "System.Xml.resources.dll"), 393Path.Combine(s_myVersion20Path, "en-GB", "System.Xml.resources.dll"), 394Path.Combine(s_myVersion20Path, "en-GB", "System.Xml.resources.pdb"), 395Path.Combine(s_myVersion20Path, "en-GB", "System.Xml.resources.config"), 399Path.Combine(s_myVersion20Path, "BadImage.dll"), // An assembly that will give a BadImageFormatException from GetAssemblyName 400Path.Combine(s_myVersion20Path, "BadImage.pdb"), 401Path.Combine(s_myVersion20Path, "MyGacAssembly.dll"), 402Path.Combine(s_myVersion20Path, "MyGacAssembly.pdb"), 403Path.Combine(s_myVersion20Path, "xx", "MyGacAssembly.resources.dll"), 404Path.Combine(s_myVersion20Path, "System.dll"), 407Path.Combine(s_myVersion20Path, "mscorlib.dll"), 886s_myVersion20Path, 911if (path.EndsWith(s_myVersion20Path)) 1077String.Equals(path, Path.Combine(s_myVersion20Path, "BadImage.dll"), StringComparison.OrdinalIgnoreCase)) 1079throw new System.BadImageFormatException(@"The format of the file '" + Path.Combine(s_myVersion20Path, "BadImage.dll") + "' is invalid"); 1085|| String.Equals(path, Path.Combine(s_myVersion20Path, "mscorlib.dll"), StringComparison.OrdinalIgnoreCase) 1094String.Equals(path, Path.Combine(s_myVersion20Path, "mscorlib.dll"), StringComparison.OrdinalIgnoreCase) 1214if (String.Equals(path, Path.Combine(s_myVersion20Path, "System.XML.dll"), StringComparison.OrdinalIgnoreCase)) 1234if (path.EndsWith(Path.Combine(s_myVersion20Path, "MyGacAssembly.dll"))) 1240if (String.Equals(path, Path.Combine(s_myVersion20Path, "System.dll"), StringComparison.OrdinalIgnoreCase)) 1260String.Equals(path, Path.Combine(s_myVersion20Path, "System.Data.dll"), StringComparison.OrdinalIgnoreCase)) 1997if (String.Equals(path, Path.Combine(s_myVersion20Path, "System.dll"), StringComparison.OrdinalIgnoreCase)) 2093String.Equals(path, Path.Combine(s_myVersion20Path, "mscorlib.dll"), StringComparison.OrdinalIgnoreCase) 2393if (String.Equals(path, Path.Combine(s_myVersion20Path, "System.dll"), StringComparison.OrdinalIgnoreCase))
AssemblyDependency\SuggestedRedirects.cs (4)
104t.TargetFrameworkDirectories = new string[] { s_myVersion20Path }; 154t.TargetFrameworkDirectories = new string[] { s_myVersion20Path }; 197t.TargetFrameworkDirectories = new string[] { s_myVersion20Path }; 242t.TargetFrameworkDirectories = new string[] { s_myVersion20Path };