2 writes to _projectCacheService
Microsoft.Build (2)
BackEnd\BuildManager\BuildManager.cs (2)
585
_projectCacheService
= new ProjectCacheService(
2158
_projectCacheService
= null;
7 references to _projectCacheService
Microsoft.Build (7)
BackEnd\BuildManager\BuildManager.cs (7)
976
Task projectCacheDispose =
_projectCacheService
!.DisposeAsync().AsTask();
1312
_projectCacheService
!.InitializePluginsForVsScenario(
1319
if (
_projectCacheService
!.ShouldUseCache(resolvedConfiguration))
1365
_projectCacheService
!.PostCacheRequest(cacheRequest, _executionCancellationTokenSource!.Token);
1940
_projectCacheService
!.InitializePluginsForGraph(projectGraph, submission.BuildRequestData.TargetNames, _executionCancellationTokenSource!.Token);
2440
&&
_projectCacheService
!.ShouldUseCache(configuration))
2447
_projectCacheService
.HandleBuildResultAsync(configuration, result, buildEventContext, _executionCancellationTokenSource!.Token).Wait();