3 references to ProxyTargets
Microsoft.Build.Engine.UnitTests (3)
BackEnd\Scheduler_Tests.cs (1)
547
BuildRequest request1 = CreateProxyBuildRequest(1, 1, new
ProxyTargets
(new Dictionary<string, string> { { "foo", "bar" } }), null);
ProjectCache\ProjectCacheTests.cs (2)
117
new
ProxyTargets
(
1605
new
ProxyTargets
(new Dictionary<string, string> { { proxyTarget, cacheHitTarget } })));