6 writes to IsCacheable
Microsoft.Build (6)
BackEnd\Components\RequestBuilder\TargetBuilder.cs (2)
133configuration.IsCacheable = false; 207configuration.IsCacheable = previousCacheableStatus;
BackEnd\Shared\BuildRequestConfiguration.cs (4)
212IsCacheable = false; 216IsCacheable = true; 241IsCacheable = false; 262IsCacheable = other.IsCacheable;
4 references to IsCacheable
Microsoft.Build (4)
BackEnd\Components\RequestBuilder\TargetBuilder.cs (1)
132bool previousCacheableStatus = configuration.IsCacheable;
BackEnd\Shared\BuildRequestConfiguration.cs (3)
262IsCacheable = other.IsCacheable; 728if (IsActivelyBuilding || IsCached || !IsLoaded || !IsCacheable) 735if (IsCacheable)