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