6 references to s_myVersion40Path
Microsoft.Build.Tasks.UnitTests (6)
AssemblyDependency\ResolveAssemblyReferenceTestFixture.cs (3)
404
Path.Combine(
s_myVersion40Path
, "System.dll"),
1245
if (String.Equals(path, Path.Combine(
s_myVersion40Path
, "System.dll"), StringComparison.OrdinalIgnoreCase))
2401
if (String.Equals(path, Path.Combine(
s_myVersion40Path
, "System.dll"), StringComparison.OrdinalIgnoreCase))
AssemblyDependency\StronglyNamedDependency.cs (1)
133
string alternativeFrameworkDirectory =
s_myVersion40Path
;
AssemblyDependency\VerifyTargetFrameworkHigherThanRedist.cs (2)
469
additionalPaths.Add(
s_myVersion40Path
);
510
additionalPaths.Add(
s_myVersion40Path
);