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