12 references to IsLoaded
Microsoft.Build (12)
BackEnd\BuildManager\BuildManager.cs (1)
1722if (config.IsLoaded)
BackEnd\Components\BuildRequestEngine\BuildRequestEngine.cs (1)
869if (configuration.IsLoaded)
BackEnd\Components\Caching\ConfigCache.cs (2)
135if (!configuration.IsLoaded) 144Assumed.True(configuration.IsLoaded, "Request to create configuration did not honor request to also load project.");
BackEnd\Components\ProjectCache\ProjectCacheService.cs (3)
487if (!buildRequestConfiguration.IsLoaded) 562if (!configuration.IsLoaded) 834if (!requestConfiguration.IsLoaded)
BackEnd\Components\RequestBuilder\RequestBuilder.cs (1)
1151if (!_requestEntry.RequestConfiguration.IsLoaded)
BackEnd\Shared\BuildRequestConfiguration.cs (4)
465Assumed.False(IsLoaded, $"Already loaded the project for this configuration id {ConfigurationId}."); 542Assumed.True(IsLoaded, $"This {nameof(BuildRequestConfiguration)} must be loaded at the end of this method"); 720if (IsActivelyBuilding || IsCached || !IsLoaded || !IsCacheable) 759if (!IsLoaded)