2 writes to _projectCacheService
Microsoft.Build (2)
BackEnd\BuildManager\BuildManager.cs (2)
590_projectCacheService = new ProjectCacheService( 2174_projectCacheService = null;
7 references to _projectCacheService
Microsoft.Build (7)
BackEnd\BuildManager\BuildManager.cs (7)
1002Task projectCacheDispose = _projectCacheService.DisposeAsync().AsTask(); 1335_projectCacheService.InitializePluginsForVsScenario( 1342if (_projectCacheService.ShouldUseCache(resolvedConfiguration)) 1388_projectCacheService.PostCacheRequest(cacheRequest, _executionCancellationTokenSource.Token); 1960_projectCacheService.InitializePluginsForGraph(projectGraph, submission.BuildRequestData.TargetNames, _executionCancellationTokenSource.Token); 2456&& _projectCacheService.ShouldUseCache(configuration)) 2463_projectCacheService.HandleBuildResultAsync(configuration, result, buildEventContext, _executionCancellationTokenSource.Token).Wait();