3 writes to IsCached
Microsoft.Build (3)
BackEnd\Shared\BuildRequestConfiguration.cs (3)
460IsCached = false; 754IsCached = true; 791IsCached = 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)
494if (buildRequestConfiguration.IsCached) 844if (requestConfiguration.IsCached)
BackEnd\Shared\BuildRequestConfiguration.cs (5)
411Assumed.False(IsCached, "We shouldn't be accessing the ProjectInstance when the configuration is cached."); 457if (IsCached) 625Assumed.False(IsCached, "Configuration is cached, we shouldn't be accessing the lookup."); 728if (IsActivelyBuilding || IsCached || !IsLoaded || !IsCacheable) 772if (!IsCached)