2 writes to _projectCacheService
Microsoft.Build (2)
BackEnd\BuildManager\BuildManager.cs (2)
609_projectCacheService = new ProjectCacheService( 2241_projectCacheService = null;
7 references to _projectCacheService
Microsoft.Build (7)
BackEnd\BuildManager\BuildManager.cs (7)
1030Task projectCacheDispose = _projectCacheService!.DisposeAsync().AsTask(); 1391_projectCacheService!.InitializePluginsForVsScenario( 1398if (_projectCacheService!.ShouldUseCache(resolvedConfiguration)) 1444_projectCacheService!.PostCacheRequest(cacheRequest, _executionCancellationTokenSource!.Token); 2023_projectCacheService!.InitializePluginsForGraph(projectGraph, submission.BuildRequestData.TargetNames, _executionCancellationTokenSource!.Token); 2523&& _projectCacheService!.ShouldUseCache(configuration)) 2530_projectCacheService.HandleBuildResultAsync(configuration, result, buildEventContext, _executionCancellationTokenSource!.Token).Wait();