2 writes to _projectCacheService
Microsoft.Build (2)
BackEnd\BuildManager\BuildManager.cs (2)
593
_projectCacheService
= new ProjectCacheService(
2194
_projectCacheService
= null;
7 references to _projectCacheService
Microsoft.Build (7)
BackEnd\BuildManager\BuildManager.cs (7)
993
Task projectCacheDispose =
_projectCacheService
!.DisposeAsync().AsTask();
1348
_projectCacheService
!.InitializePluginsForVsScenario(
1355
if (
_projectCacheService
!.ShouldUseCache(resolvedConfiguration))
1401
_projectCacheService
!.PostCacheRequest(cacheRequest, _executionCancellationTokenSource!.Token);
1976
_projectCacheService
!.InitializePluginsForGraph(projectGraph, submission.BuildRequestData.TargetNames, _executionCancellationTokenSource!.Token);
2476
&&
_projectCacheService
!.ShouldUseCache(configuration))
2483
_projectCacheService
.HandleBuildResultAsync(configuration, result, buildEventContext, _executionCancellationTokenSource!.Token).Wait();