8 references to s_myProjectPath
Microsoft.Build.Tasks.UnitTests (8)
AssemblyDependency\ResolveAssemblyReferenceTestFixture.cs (8)
285s_myProjectPath, 397Path.Combine(s_myProjectPath, "MyCopyLocalAssembly.dll"), 398Path.Combine(s_myProjectPath, "MyDontCopyLocalAssembly.dll"), 410Path.Combine(s_myProjectPath, "mscorlib.dll"), // This is an mscorlib.dll that has no metadata (i.e. GetAssemblyName returns null) 411Path.Combine(s_myProjectPath, "System.Data.dll"), // This is a System.Data.dll that has the wrong pkt, it shouldn't be matched. 1084String.Equals(path, Path.Combine(s_myProjectPath, "mscorlib.dll"), StringComparison.OrdinalIgnoreCase) 1221if (String.Equals(path, Path.Combine(s_myProjectPath, "System.Xml.dll"), StringComparison.OrdinalIgnoreCase)) 1228if (String.Equals(path, Path.Combine(s_myProjectPath, "System.Data.dll"), StringComparison.OrdinalIgnoreCase))