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)
268
IsCacheable
= false;
272
IsCacheable
= true;
297
IsCacheable
= false;
318
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)
318
IsCacheable = other.
IsCacheable
;
826
if (_projectInstanceUsageCount > 0 || IsActivelyBuilding || IsCached || !IsLoaded || !
IsCacheable
)
833
if (
IsCacheable
)