3 writes to _executionCancellationTokenSource
Microsoft.Build (3)
BackEnd\BuildManager\BuildManager.cs (3)
577_executionCancellationTokenSource = new CancellationTokenSource(); 2339_executionCancellationTokenSource = null; 3365_executionCancellationTokenSource = null;
11 references to _executionCancellationTokenSource
Microsoft.Build (11)
BackEnd\BuildManager\BuildManager.cs (11)
1500_executionCancellationTokenSource!.Token); 1549_projectCacheService!.PostCacheRequest(cacheRequest, _executionCancellationTokenSource!.Token); 1627_executionCancellationTokenSource!.Token, 2128_projectCacheService!.InitializePluginsForGraph(projectGraph, submission.BuildRequestData.TargetNames, _executionCancellationTokenSource!.Token); 2270_executionCancellationTokenSource?.Cancel(); 2338_executionCancellationTokenSource?.Dispose(); 2635_projectCacheService.HandleBuildResultAsync(configuration, result, buildEventContext, _executionCancellationTokenSource!.Token).Wait(); 2660_executionCancellationTokenSource?.Cancel(); 3362if (_executionCancellationTokenSource != null) 3364_executionCancellationTokenSource.Cancel(); 3482_executionCancellationTokenSource?.Cancel();