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)
2288
else if (cacheResult.ResultType == CacheResultType.CacheHit && cacheResult.
ProxyTargets
!= null)
2292
AddProxyBuildRequestToSubmission(submission, configuration.ConfigurationId, cacheResult.
ProxyTargets
, projectContextId);
Microsoft.Build.Engine.UnitTests (2)
ProjectCache\ProjectCacheTests.cs (2)
181
CacheResultType.CacheHit => cacheResult.
ProxyTargets
!= null
852
if (expectedCacheResponse.
ProxyTargets
!= null)