2 writes to _projectCacheService
Microsoft.Build (2)
BackEnd\BuildManager\BuildManager.cs (2)
714_projectCacheService = new ProjectCacheService( 2499_projectCacheService = null;
7 references to _projectCacheService
Microsoft.Build (7)
BackEnd\BuildManager\BuildManager.cs (7)
1132Task projectCacheDispose = _projectCacheService!.DisposeAsync().AsTask(); 1646_projectCacheService!.InitializePluginsForVsScenario( 1653if (_projectCacheService!.ShouldUseCache(resolvedConfiguration)) 1700_projectCacheService!.PostCacheRequest(cacheRequest, _executionCancellationTokenSource!.Token); 2285_projectCacheService!.InitializePluginsForGraph(projectGraph, submission.BuildRequestData.TargetNames, _executionCancellationTokenSource!.Token); 2790&& _projectCacheService!.ShouldUseCache(configuration)) 2797_projectCacheService.HandleBuildResultAsync(configuration, result, buildEventContext, _executionCancellationTokenSource!.Token).Wait();