3 writes to IsCached
Microsoft.Build (3)
BackEnd\Shared\BuildRequestConfiguration.cs (3)
460
IsCached
= false;
754
IsCached
= true;
791
IsCached
= false;
10 references to IsCached
Microsoft.Build (10)
BackEnd\Components\Caching\ConfigCache.cs (3)
129
if (configuration.
IsCached
)
255
if (!configuration.
IsCached
)
259
if (configuration.
IsCached
)
BackEnd\Components\ProjectCache\ProjectCacheService.cs (2)
494
if (buildRequestConfiguration.
IsCached
)
844
if (requestConfiguration.
IsCached
)
BackEnd\Shared\BuildRequestConfiguration.cs (5)
411
Assumed.False(
IsCached
, "We shouldn't be accessing the ProjectInstance when the configuration is cached.");
457
if (
IsCached
)
625
Assumed.False(
IsCached
, "Configuration is cached, we shouldn't be accessing the lookup.");
728
if (IsActivelyBuilding ||
IsCached
|| !IsLoaded || !IsCacheable)
772
if (!
IsCached
)