3 writes to _executionCancellationTokenSource
Microsoft.Build (3)
BackEnd\BuildManager\BuildManager.cs (3)
530_executionCancellationTokenSource = new CancellationTokenSource(); 2160_executionCancellationTokenSource = null; 3152_executionCancellationTokenSource = null;
11 references to _executionCancellationTokenSource
Microsoft.Build (11)
BackEnd\BuildManager\BuildManager.cs (11)
1325_executionCancellationTokenSource!.Token); 1374_projectCacheService!.PostCacheRequest(cacheRequest, _executionCancellationTokenSource!.Token); 1452_executionCancellationTokenSource!.Token, 1949_projectCacheService!.InitializePluginsForGraph(projectGraph, submission.BuildRequestData.TargetNames, _executionCancellationTokenSource!.Token); 2091_executionCancellationTokenSource?.Cancel(); 2159_executionCancellationTokenSource?.Dispose(); 2456_projectCacheService.HandleBuildResultAsync(configuration, result, buildEventContext, _executionCancellationTokenSource!.Token).Wait(); 2481_executionCancellationTokenSource?.Cancel(); 3149if (_executionCancellationTokenSource != null) 3151_executionCancellationTokenSource.Cancel(); 3267_executionCancellationTokenSource?.Cancel();