5 references to s_myVersion90Path
Microsoft.Build.Tasks.UnitTests (5)
AssemblyDependency\ResolveAssemblyReferenceTestFixture.cs (3)
405
Path.Combine(
s_myVersion90Path
, "System.dll"),
1251
if (String.Equals(path, Path.Combine(
s_myVersion90Path
, "System.dll"), StringComparison.OrdinalIgnoreCase))
2410
if (String.Equals(path, Path.Combine(
s_myVersion90Path
, "System.dll"), StringComparison.OrdinalIgnoreCase))
AssemblyDependency\VerifyTargetFrameworkHigherThanRedist.cs (2)
470
additionalPaths.Add(
s_myVersion90Path
+ Path.DirectorySeparatorChar);
511
additionalPaths.Add(
s_myVersion90Path
+ Path.DirectorySeparatorChar);