37 references to s_myVersion20Path
Microsoft.Build.Tasks.UnitTests (37)
AssemblyDependency\ResolveAssemblyReferenceTestFixture.cs (33)
196
protected static readonly string s_myVersionPocket20Path =
s_myVersion20Path
+ ".PocketPC";
288
s_myVersion20Path
,
384
Path.Combine(
s_myVersion20Path
, "System.Data.dll"),
385
Path.Combine(
s_myVersion20Path
, "System.Xml.dll"),
386
Path.Combine(
s_myVersion20Path
, "System.Xml.pdb"),
387
Path.Combine(
s_myVersion20Path
, "System.Xml.xml"),
388
Path.Combine(
s_myVersion20Path
, "en", "System.Xml.resources.dll"),
389
Path.Combine(
s_myVersion20Path
, "en", "System.Xml.resources.pdb"),
390
Path.Combine(
s_myVersion20Path
, "en", "System.Xml.resources.config"),
391
Path.Combine(
s_myVersion20Path
, "xx", "System.Xml.resources.dll"),
392
Path.Combine(
s_myVersion20Path
, "en-GB", "System.Xml.resources.dll"),
393
Path.Combine(
s_myVersion20Path
, "en-GB", "System.Xml.resources.pdb"),
394
Path.Combine(
s_myVersion20Path
, "en-GB", "System.Xml.resources.config"),
398
Path.Combine(
s_myVersion20Path
, "BadImage.dll"), // An assembly that will give a BadImageFormatException from GetAssemblyName
399
Path.Combine(
s_myVersion20Path
, "BadImage.pdb"),
400
Path.Combine(
s_myVersion20Path
, "MyGacAssembly.dll"),
401
Path.Combine(
s_myVersion20Path
, "MyGacAssembly.pdb"),
402
Path.Combine(
s_myVersion20Path
, "xx", "MyGacAssembly.resources.dll"),
403
Path.Combine(
s_myVersion20Path
, "System.dll"),
406
Path.Combine(
s_myVersion20Path
, "mscorlib.dll"),
885
s_myVersion20Path
,
910
if (path.EndsWith(
s_myVersion20Path
))
1076
String.Equals(path, Path.Combine(
s_myVersion20Path
, "BadImage.dll"), StringComparison.OrdinalIgnoreCase))
1078
throw 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)
1093
String.Equals(path, Path.Combine(
s_myVersion20Path
, "mscorlib.dll"), StringComparison.OrdinalIgnoreCase)
1213
if (String.Equals(path, Path.Combine(
s_myVersion20Path
, "System.XML.dll"), StringComparison.OrdinalIgnoreCase))
1233
if (path.EndsWith(Path.Combine(
s_myVersion20Path
, "MyGacAssembly.dll")))
1239
if (String.Equals(path, Path.Combine(
s_myVersion20Path
, "System.dll"), StringComparison.OrdinalIgnoreCase))
1259
String.Equals(path, Path.Combine(
s_myVersion20Path
, "System.Data.dll"), StringComparison.OrdinalIgnoreCase))
1996
if (String.Equals(path, Path.Combine(
s_myVersion20Path
, "System.dll"), StringComparison.OrdinalIgnoreCase))
2092
String.Equals(path, Path.Combine(
s_myVersion20Path
, "mscorlib.dll"), StringComparison.OrdinalIgnoreCase)
2392
if (String.Equals(path, Path.Combine(
s_myVersion20Path
, "System.dll"), StringComparison.OrdinalIgnoreCase))
AssemblyDependency\SuggestedRedirects.cs (4)
103
t.TargetFrameworkDirectories = new string[] {
s_myVersion20Path
};
153
t.TargetFrameworkDirectories = new string[] {
s_myVersion20Path
};
196
t.TargetFrameworkDirectories = new string[] {
s_myVersion20Path
};
241
t.TargetFrameworkDirectories = new string[] {
s_myVersion20Path
};