1 write to ProxyTargets
Microsoft.Build (1)
BackEnd\Components\ProjectCache\CacheResult.cs (1)
71
ProxyTargets
= proxyTargets;
4 references to ProxyTargets
Microsoft.Build (2)
BackEnd\BuildManager\BuildManager.cs (2)
2303
else if (cacheResult.ResultType == CacheResultType.CacheHit && cacheResult.
ProxyTargets
!= null)
2307
AddProxyBuildRequestToSubmission(submission, configuration.ConfigurationId, cacheResult.
ProxyTargets
, projectContextId);
Microsoft.Build.Engine.UnitTests (2)
ProjectCache\ProjectCacheTests.cs (2)
184
CacheResultType.CacheHit => cacheResult.
ProxyTargets
!= null
855
if (expectedCacheResponse.
ProxyTargets
!= null)