37 references to s_myVersion20Path
Microsoft.Build.Tasks.UnitTests (37)
AssemblyDependency\ResolveAssemblyReferenceTestFixture.cs (33)
195protected static readonly string s_myVersionPocket20Path = s_myVersion20Path + ".PocketPC"; 287s_myVersion20Path, 383Path.Combine(s_myVersion20Path, "System.Data.dll"), 384Path.Combine(s_myVersion20Path, "System.Xml.dll"), 385Path.Combine(s_myVersion20Path, "System.Xml.pdb"), 386Path.Combine(s_myVersion20Path, "System.Xml.xml"), 387Path.Combine(s_myVersion20Path, "en", "System.Xml.resources.dll"), 388Path.Combine(s_myVersion20Path, "en", "System.Xml.resources.pdb"), 389Path.Combine(s_myVersion20Path, "en", "System.Xml.resources.config"), 390Path.Combine(s_myVersion20Path, "xx", "System.Xml.resources.dll"), 391Path.Combine(s_myVersion20Path, "en-GB", "System.Xml.resources.dll"), 392Path.Combine(s_myVersion20Path, "en-GB", "System.Xml.resources.pdb"), 393Path.Combine(s_myVersion20Path, "en-GB", "System.Xml.resources.config"), 397Path.Combine(s_myVersion20Path, "BadImage.dll"), // An assembly that will give a BadImageFormatException from GetAssemblyName 398Path.Combine(s_myVersion20Path, "BadImage.pdb"), 399Path.Combine(s_myVersion20Path, "MyGacAssembly.dll"), 400Path.Combine(s_myVersion20Path, "MyGacAssembly.pdb"), 401Path.Combine(s_myVersion20Path, "xx", "MyGacAssembly.resources.dll"), 402Path.Combine(s_myVersion20Path, "System.dll"), 405Path.Combine(s_myVersion20Path, "mscorlib.dll"), 884s_myVersion20Path, 909if (path.EndsWith(s_myVersion20Path)) 1075String.Equals(path, Path.Combine(s_myVersion20Path, "BadImage.dll"), StringComparison.OrdinalIgnoreCase)) 1077throw new System.BadImageFormatException(@"The format of the file '" + Path.Combine(s_myVersion20Path, "BadImage.dll") + "' is invalid"); 1083|| String.Equals(path, Path.Combine(s_myVersion20Path, "mscorlib.dll"), StringComparison.OrdinalIgnoreCase) 1092String.Equals(path, Path.Combine(s_myVersion20Path, "mscorlib.dll"), StringComparison.OrdinalIgnoreCase) 1212if (String.Equals(path, Path.Combine(s_myVersion20Path, "System.XML.dll"), StringComparison.OrdinalIgnoreCase)) 1232if (path.EndsWith(Path.Combine(s_myVersion20Path, "MyGacAssembly.dll"))) 1238if (String.Equals(path, Path.Combine(s_myVersion20Path, "System.dll"), StringComparison.OrdinalIgnoreCase)) 1258String.Equals(path, Path.Combine(s_myVersion20Path, "System.Data.dll"), StringComparison.OrdinalIgnoreCase)) 1995if (String.Equals(path, Path.Combine(s_myVersion20Path, "System.dll"), StringComparison.OrdinalIgnoreCase)) 2091String.Equals(path, Path.Combine(s_myVersion20Path, "mscorlib.dll"), StringComparison.OrdinalIgnoreCase) 2391if (String.Equals(path, Path.Combine(s_myVersion20Path, "System.dll"), StringComparison.OrdinalIgnoreCase))
AssemblyDependency\SuggestedRedirects.cs (4)
102t.TargetFrameworkDirectories = new string[] { s_myVersion20Path }; 152t.TargetFrameworkDirectories = new string[] { s_myVersion20Path }; 195t.TargetFrameworkDirectories = new string[] { s_myVersion20Path }; 240t.TargetFrameworkDirectories = new string[] { s_myVersion20Path };