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