3 writes to _executionCancellationTokenSource
Microsoft.Build (3)
BackEnd\BuildManager\BuildManager.cs (3)
577_executionCancellationTokenSource = new CancellationTokenSource(); 2409_executionCancellationTokenSource = null; 3439_executionCancellationTokenSource = null;
12 references to _executionCancellationTokenSource
Microsoft.Build (12)
BackEnd\BuildManager\BuildManager.cs (12)
1302telemetry.IsCancellationRequested = _executionCancellationTokenSource?.IsCancellationRequested ?? false; 1575_executionCancellationTokenSource!.Token); 1624_projectCacheService!.PostCacheRequest(cacheRequest, _executionCancellationTokenSource!.Token); 1702_executionCancellationTokenSource!.Token, 2203_projectCacheService!.InitializePluginsForGraph(projectGraph, submission.BuildRequestData.TargetNames, _executionCancellationTokenSource!.Token); 2343_executionCancellationTokenSource?.Cancel(); 2408_executionCancellationTokenSource?.Dispose(); 2712_projectCacheService.HandleBuildResultAsync(configuration, result, buildEventContext, _executionCancellationTokenSource!.Token).Wait(); 2737_executionCancellationTokenSource?.Cancel(); 3436if (_executionCancellationTokenSource != null) 3438_executionCancellationTokenSource.Cancel(); 3556_executionCancellationTokenSource?.Cancel();