3 writes to IsCached
Microsoft.Build (3)
BackEnd\Shared\BuildRequestConfiguration.cs (3)
516
IsCached
= false;
852
IsCached
= true;
889
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)
467
Assumed.False(
IsCached
, "We shouldn't be accessing the ProjectInstance when the configuration is cached.");
513
if (
IsCached
)
681
Assumed.False(
IsCached
, "Configuration is cached, we shouldn't be accessing the lookup.");
723
Assumed.False(_configuration.
IsCached
, "Configuration could not be retrieved before accessing the project.");
826
if (_projectInstanceUsageCount > 0 || IsActivelyBuilding ||
IsCached
|| !IsLoaded || !IsCacheable)
870
if (!
IsCached
)