4 references to ProxyTargets
Microsoft.Build (1)
BackEnd\Components\ProjectCache\ProxyTargets.cs (1)
57
return experimentalProxyTargets == null ? null : new
ProxyTargets
(experimentalProxyTargets.ProxyTargetToRealTargetMap);
Microsoft.Build.Engine.UnitTests (3)
BackEnd\Scheduler_Tests.cs (1)
551
BuildRequest request1 = CreateProxyBuildRequest(1, 1, new
ProxyTargets
(new Dictionary<string, string> { { "foo", "bar" } }), null);
ProjectCache\ProjectCacheTests.cs (2)
136
new
ProxyTargets
(
1624
new
ProxyTargets
(new Dictionary<string, string> { { proxyTarget, cacheHitTarget } })));