3 writes to IsCached
Microsoft.Build (3)
BackEnd\Shared\BuildRequestConfiguration.cs (3)
452
IsCached
= false;
748
IsCached
= true;
785
IsCached
= false;
11 references to IsCached
Microsoft.Build (10)
BackEnd\Components\Caching\ConfigCache.cs (3)
133
if (configuration.
IsCached
)
259
if (!configuration.
IsCached
)
263
if (configuration.
IsCached
)
BackEnd\Components\ProjectCache\ProjectCacheService.cs (2)
493
if (buildRequestConfiguration.
IsCached
)
842
if (requestConfiguration.
IsCached
)
BackEnd\Shared\BuildRequestConfiguration.cs (5)
403
ErrorUtilities.VerifyThrow(!
IsCached
, "We shouldn't be accessing the ProjectInstance when the configuration is cached.");
449
if (
IsCached
)
619
ErrorUtilities.VerifyThrow(!
IsCached
, "Configuration is cached, we shouldn't be accessing the lookup.");
722
if (IsActivelyBuilding ||
IsCached
|| !IsLoaded || !IsCacheable)
766
if (!
IsCached
)
Microsoft.Build.Engine.UnitTests (1)
BackEnd\BuildRequestConfiguration_Tests.cs (1)
312
Assert.False(configuration.
IsCached
);