6 writes to IsCacheable
Microsoft.Build (6)
BackEnd\Components\RequestBuilder\TargetBuilder.cs (2)
133configuration.IsCacheable = false; 207configuration.IsCacheable = previousCacheableStatus;
BackEnd\Shared\BuildRequestConfiguration.cs (4)
268IsCacheable = false; 272IsCacheable = true; 297IsCacheable = false; 318IsCacheable = other.IsCacheable;
4 references to IsCacheable
Microsoft.Build (4)
BackEnd\Components\RequestBuilder\TargetBuilder.cs (1)
132bool previousCacheableStatus = configuration.IsCacheable;
BackEnd\Shared\BuildRequestConfiguration.cs (3)
318IsCacheable = other.IsCacheable; 826if (_projectInstanceUsageCount > 0 || IsActivelyBuilding || IsCached || !IsLoaded || !IsCacheable) 833if (IsCacheable)