3 writes to _executionCancellationTokenSource
Microsoft.Build (3)
BackEnd\BuildManager\BuildManager.cs (3)
611_executionCancellationTokenSource = new CancellationTokenSource(); 2492_executionCancellationTokenSource = null; 3532_executionCancellationTokenSource = null;
12 references to _executionCancellationTokenSource
Microsoft.Build (12)
BackEnd\BuildManager\BuildManager.cs (12)
1371telemetry.IsCancellationRequested = _executionCancellationTokenSource?.IsCancellationRequested ?? false; 1650_executionCancellationTokenSource!.Token); 1700_projectCacheService!.PostCacheRequest(cacheRequest, _executionCancellationTokenSource!.Token); 1780_executionCancellationTokenSource!.Token, 2285_projectCacheService!.InitializePluginsForGraph(projectGraph, submission.BuildRequestData.TargetNames, _executionCancellationTokenSource!.Token); 2426_executionCancellationTokenSource?.Cancel(); 2491_executionCancellationTokenSource?.Dispose(); 2797_projectCacheService.HandleBuildResultAsync(configuration, result, buildEventContext, _executionCancellationTokenSource!.Token).Wait(); 2822_executionCancellationTokenSource?.Cancel(); 3529if (_executionCancellationTokenSource != null) 3531_executionCancellationTokenSource.Cancel(); 3649_executionCancellationTokenSource?.Cancel();