2 writes to _projectCacheService
Microsoft.Build (2)
BackEnd\BuildManager\BuildManager.cs (2)
673_projectCacheService = new ProjectCacheService( 2441_projectCacheService = null;
7 references to _projectCacheService
Microsoft.Build (7)
BackEnd\BuildManager\BuildManager.cs (7)
1088Task projectCacheDispose = _projectCacheService!.DisposeAsync().AsTask(); 1596_projectCacheService!.InitializePluginsForVsScenario( 1603if (_projectCacheService!.ShouldUseCache(resolvedConfiguration)) 1649_projectCacheService!.PostCacheRequest(cacheRequest, _executionCancellationTokenSource!.Token); 2228_projectCacheService!.InitializePluginsForGraph(projectGraph, submission.BuildRequestData.TargetNames, _executionCancellationTokenSource!.Token); 2730&& _projectCacheService!.ShouldUseCache(configuration)) 2737_projectCacheService.HandleBuildResultAsync(configuration, result, buildEventContext, _executionCancellationTokenSource!.Token).Wait();