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)
212
IsCacheable
= false;
216
IsCacheable
= true;
241
IsCacheable
= false;
262
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)
262
IsCacheable = other.
IsCacheable
;
728
if (IsActivelyBuilding || IsCached || !IsLoaded || !
IsCacheable
)
735
if (
IsCacheable
)