8 references to s_myProjectPath
Microsoft.Build.Tasks.UnitTests (8)
AssemblyDependency\ResolveAssemblyReferenceTestFixture.cs (8)
283s_myProjectPath,
395Path.Combine(s_myProjectPath, "MyCopyLocalAssembly.dll"),
396Path.Combine(s_myProjectPath, "MyDontCopyLocalAssembly.dll"),
408Path.Combine(s_myProjectPath, "mscorlib.dll"), // This is an mscorlib.dll that has no metadata (i.e. GetAssemblyName returns null)
409Path.Combine(s_myProjectPath, "System.Data.dll"), // This is a System.Data.dll that has the wrong pkt, it shouldn't be matched.
1082String.Equals(path, Path.Combine(s_myProjectPath, "mscorlib.dll"), StringComparison.OrdinalIgnoreCase)
1219if (String.Equals(path, Path.Combine(s_myProjectPath, "System.Xml.dll"), StringComparison.OrdinalIgnoreCase))
1226if (String.Equals(path, Path.Combine(s_myProjectPath, "System.Data.dll"), StringComparison.OrdinalIgnoreCase))