3 writes to IsCached
Microsoft.Build (3)
BackEnd\Shared\BuildRequestConfiguration.cs (3)
465
IsCached
= false;
801
IsCached
= true;
838
IsCached
= false;
9 references to IsCached
Microsoft.Build (9)
BackEnd\Components\Caching\ConfigCache.cs (3)
129
if (configuration.
IsCached
)
255
if (!configuration.
IsCached
)
259
if (configuration.
IsCached
)
BackEnd\Shared\BuildRequestConfiguration.cs (6)
416
Assumed.False(
IsCached
, "We shouldn't be accessing the ProjectInstance when the configuration is cached.");
462
if (
IsCached
)
630
Assumed.False(
IsCached
, "Configuration is cached, we shouldn't be accessing the lookup.");
672
Assumed.False(_configuration.
IsCached
, "Configuration could not be retrieved before accessing the project.");
775
if (_projectInstanceUsageCount > 0 || IsActivelyBuilding ||
IsCached
|| !IsLoaded || !IsCacheable)
819
if (!
IsCached
)