3 writes to _executionCancellationTokenSource
Microsoft.Build (3)
BackEnd\BuildManager\BuildManager.cs (3)
538_executionCancellationTokenSource = new CancellationTokenSource(); 2224_executionCancellationTokenSource = null; 3234_executionCancellationTokenSource = null;
11 references to _executionCancellationTokenSource
Microsoft.Build (11)
BackEnd\BuildManager\BuildManager.cs (11)
1389_executionCancellationTokenSource!.Token); 1438_projectCacheService!.PostCacheRequest(cacheRequest, _executionCancellationTokenSource!.Token); 1516_executionCancellationTokenSource!.Token, 2013_projectCacheService!.InitializePluginsForGraph(projectGraph, submission.BuildRequestData.TargetNames, _executionCancellationTokenSource!.Token); 2155_executionCancellationTokenSource?.Cancel(); 2223_executionCancellationTokenSource?.Dispose(); 2520_projectCacheService.HandleBuildResultAsync(configuration, result, buildEventContext, _executionCancellationTokenSource!.Token).Wait(); 2545_executionCancellationTokenSource?.Cancel(); 3231if (_executionCancellationTokenSource != null) 3233_executionCancellationTokenSource.Cancel(); 3349_executionCancellationTokenSource?.Cancel();