3 writes to _executionCancellationTokenSource
Microsoft.Build (3)
BackEnd\BuildManager\BuildManager.cs (3)
538_executionCancellationTokenSource = new CancellationTokenSource(); 2231_executionCancellationTokenSource = null; 3248_executionCancellationTokenSource = null;
11 references to _executionCancellationTokenSource
Microsoft.Build (11)
BackEnd\BuildManager\BuildManager.cs (11)
1392_executionCancellationTokenSource!.Token); 1441_projectCacheService!.PostCacheRequest(cacheRequest, _executionCancellationTokenSource!.Token); 1519_executionCancellationTokenSource!.Token, 2020_projectCacheService!.InitializePluginsForGraph(projectGraph, submission.BuildRequestData.TargetNames, _executionCancellationTokenSource!.Token); 2162_executionCancellationTokenSource?.Cancel(); 2230_executionCancellationTokenSource?.Dispose(); 2527_projectCacheService.HandleBuildResultAsync(configuration, result, buildEventContext, _executionCancellationTokenSource!.Token).Wait(); 2552_executionCancellationTokenSource?.Cancel(); 3245if (_executionCancellationTokenSource != null) 3247_executionCancellationTokenSource.Cancel(); 3363_executionCancellationTokenSource?.Cancel();