3 writes to IsCached
Microsoft.Build (3)
BackEnd\Shared\BuildRequestConfiguration.cs (3)
452IsCached = false; 746IsCached = true; 783IsCached = false;
10 references to IsCached
Microsoft.Build (10)
BackEnd\Components\Caching\ConfigCache.cs (3)
129if (configuration.IsCached) 255if (!configuration.IsCached) 259if (configuration.IsCached)
BackEnd\Components\ProjectCache\ProjectCacheService.cs (2)
493if (buildRequestConfiguration.IsCached) 841if (requestConfiguration.IsCached)
BackEnd\Shared\BuildRequestConfiguration.cs (5)
403Assumed.False(IsCached, "We shouldn't be accessing the ProjectInstance when the configuration is cached."); 449if (IsCached) 617Assumed.False(IsCached, "Configuration is cached, we shouldn't be accessing the lookup."); 720if (IsActivelyBuilding || IsCached || !IsLoaded || !IsCacheable) 764if (!IsCached)