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