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)
217
IsCacheable
= false;
221
IsCacheable
= true;
246
IsCacheable
= false;
267
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)
267
IsCacheable = other.
IsCacheable
;
775
if (_projectInstanceUsageCount > 0 || IsActivelyBuilding || IsCached || !IsLoaded || !
IsCacheable
)
782
if (
IsCacheable
)