3 writes to _executionCancellationTokenSource
Microsoft.Build (3)
BackEnd\BuildManager\BuildManager.cs (3)
579_executionCancellationTokenSource = new CancellationTokenSource(); 2434_executionCancellationTokenSource = null; 3464_executionCancellationTokenSource = null;
12 references to _executionCancellationTokenSource
Microsoft.Build (12)
BackEnd\BuildManager\BuildManager.cs (12)
1327telemetry.IsCancellationRequested = _executionCancellationTokenSource?.IsCancellationRequested ?? false; 1600_executionCancellationTokenSource!.Token); 1649_projectCacheService!.PostCacheRequest(cacheRequest, _executionCancellationTokenSource!.Token); 1727_executionCancellationTokenSource!.Token, 2228_projectCacheService!.InitializePluginsForGraph(projectGraph, submission.BuildRequestData.TargetNames, _executionCancellationTokenSource!.Token); 2368_executionCancellationTokenSource?.Cancel(); 2433_executionCancellationTokenSource?.Dispose(); 2737_projectCacheService.HandleBuildResultAsync(configuration, result, buildEventContext, _executionCancellationTokenSource!.Token).Wait(); 2762_executionCancellationTokenSource?.Cancel(); 3461if (_executionCancellationTokenSource != null) 3463_executionCancellationTokenSource.Cancel(); 3581_executionCancellationTokenSource?.Cancel();