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