3 writes to _executionCancellationTokenSource
Microsoft.Build (3)
BackEnd\BuildManager\BuildManager.cs (3)
537_executionCancellationTokenSource = new CancellationTokenSource(); 2227_executionCancellationTokenSource = null; 3237_executionCancellationTokenSource = null;
11 references to _executionCancellationTokenSource
Microsoft.Build (11)
BackEnd\BuildManager\BuildManager.cs (11)
1388_executionCancellationTokenSource!.Token); 1437_projectCacheService!.PostCacheRequest(cacheRequest, _executionCancellationTokenSource!.Token); 1515_executionCancellationTokenSource!.Token, 2016_projectCacheService!.InitializePluginsForGraph(projectGraph, submission.BuildRequestData.TargetNames, _executionCancellationTokenSource!.Token); 2158_executionCancellationTokenSource?.Cancel(); 2226_executionCancellationTokenSource?.Dispose(); 2523_projectCacheService.HandleBuildResultAsync(configuration, result, buildEventContext, _executionCancellationTokenSource!.Token).Wait(); 2548_executionCancellationTokenSource?.Cancel(); 3234if (_executionCancellationTokenSource != null) 3236_executionCancellationTokenSource.Cancel(); 3352_executionCancellationTokenSource?.Cancel();