3 references to ProxyTargetToRealTargetMap
Microsoft.Build (3)
BackEnd\Components\RequestBuilder\RequestBuilder.cs (1)
1233var proxyTargetMapping = _requestEntry.Request.ProxyTargets.ProxyTargetToRealTargetMap;
BackEnd\Shared\BuildRequest.cs (1)
152_targets = proxyTargets.ProxyTargetToRealTargetMap.Keys.ToList();
BackEnd\Shared\BuildRequestConfiguration.cs (1)
774CollectionHelpers.SetEquivalent(request.Targets, request.ProxyTargets.ProxyTargetToRealTargetMap.Keys),