5 references to s_portableDllPath
Microsoft.Build.Tasks.UnitTests (5)
AssemblyDependency\GlobalAssemblyCacheTests.cs (3)
484
t.Assemblies[0].SetMetadata("HintPath",
s_portableDllPath
);
743
t.Assemblies[1].SetMetadata("HintPath",
s_portableDllPath
);
813
t.Assemblies[1].SetMetadata("HintPath",
s_portableDllPath
);
AssemblyDependency\ResolveAssemblyReferenceTestFixture.cs (2)
612
s_portableDllPath
,
2462
if (String.Equals(path,
s_portableDllPath
, StringComparison.OrdinalIgnoreCase))