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