6 writes to IsCacheable
Microsoft.Build (6)
BackEnd\Components\RequestBuilder\TargetBuilder.cs (2)
133configuration.IsCacheable = false; 207configuration.IsCacheable = previousCacheableStatus;
BackEnd\Shared\BuildRequestConfiguration.cs (4)
204IsCacheable = false; 208IsCacheable = true; 233IsCacheable = false; 254IsCacheable = other.IsCacheable;
4 references to IsCacheable
Microsoft.Build (4)
BackEnd\Components\RequestBuilder\TargetBuilder.cs (1)
132bool previousCacheableStatus = configuration.IsCacheable;
BackEnd\Shared\BuildRequestConfiguration.cs (3)
254IsCacheable = other.IsCacheable; 720if (IsActivelyBuilding || IsCached || !IsLoaded || !IsCacheable) 727if (IsCacheable)