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