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