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