1 write to ProxyTargets
Microsoft.Build (1)
BackEnd\Components\ProjectCache\CacheResult.cs (1)
71
ProxyTargets
= proxyTargets;
2 references to ProxyTargets
Microsoft.Build (2)
BackEnd\BuildManager\BuildManager.cs (2)
2559
else if (cacheResult.ResultType == CacheResultType.CacheHit && cacheResult.
ProxyTargets
!= null)
2563
AddProxyBuildRequestToSubmission(submission, configuration.ConfigurationId, cacheResult.
ProxyTargets
, projectContextId);