12 references to IsLoaded
Microsoft.Build (12)
BackEnd\BuildManager\BuildManager.cs (1)
1801if (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)
488if (!buildRequestConfiguration.IsLoaded) 564if (!configuration.IsLoaded) 837if (!requestConfiguration.IsLoaded)
BackEnd\Components\RequestBuilder\RequestBuilder.cs (1)
1163if (!_requestEntry.RequestConfiguration.IsLoaded)
BackEnd\Shared\BuildRequestConfiguration.cs (4)
473Assumed.False(IsLoaded, $"Already loaded the project for this configuration id {ConfigurationId}."); 550Assumed.True(IsLoaded, $"This {nameof(BuildRequestConfiguration)} must be loaded at the end of this method"); 728if (IsActivelyBuilding || IsCached || !IsLoaded || !IsCacheable) 767if (!IsLoaded)