2 writes to _projectCacheService
Microsoft.Build (2)
BackEnd\BuildManager\BuildManager.cs (2)
584
_projectCacheService
= new ProjectCacheService(
2152
_projectCacheService
= null;
7 references to _projectCacheService
Microsoft.Build (7)
BackEnd\BuildManager\BuildManager.cs (7)
975
Task projectCacheDispose =
_projectCacheService
!.DisposeAsync().AsTask();
1311
_projectCacheService
!.InitializePluginsForVsScenario(
1318
if (
_projectCacheService
!.ShouldUseCache(resolvedConfiguration))
1364
_projectCacheService
!.PostCacheRequest(cacheRequest, _executionCancellationTokenSource!.Token);
1939
_projectCacheService
!.InitializePluginsForGraph(projectGraph, submission.BuildRequestData.TargetNames, _executionCancellationTokenSource!.Token);
2434
&&
_projectCacheService
!.ShouldUseCache(configuration))
2441
_projectCacheService
.HandleBuildResultAsync(configuration, result, buildEventContext, _executionCancellationTokenSource!.Token).Wait();