H A D | ResolveAssemblyReferenceTestFixture.cs | 245 protected static readonly string s_myApp_V10Path = Path.Combine(s_myAppRootPath, "v1.0"); field in Microsoft.Build.UnitTests.ResolveAssemblyReference_Tests.ResolveAssemblyReferenceTestFixture 506 Path.Combine(s_myApp_V10Path, "DependsOnUnified.dll"), 510 Path.Combine(s_myApp_V10Path, "DependsOnEverettSystem.dll"), 1292 …if (String.Compare(path, Path.Combine(s_myApp_V10Path, "DependsOnEverettSystem.dll"), StringCompar… in GetAssemblyName() 1312 …if (String.Compare(path, Path.Combine(s_myApp_V10Path, "DependsOnUnified.dll"), StringComparison.O… in GetAssemblyName() 2220 …if (String.Compare(path, Path.Combine(s_myApp_V10Path, "DependsOnEverettSystem.dll"), StringCompar… in GetDependencies() 2236 …if (String.Compare(path, Path.Combine(s_myApp_V10Path, "DependsOnUnified.dll"), StringComparison.O… in GetDependencies()
|