3 writes to _executionCancellationTokenSource
Microsoft.Build (3)
BackEnd\BuildManager\BuildManager.cs (3)
611_executionCancellationTokenSource = new CancellationTokenSource(); 2521_executionCancellationTokenSource = null; 3564_executionCancellationTokenSource = null;
12 references to _executionCancellationTokenSource
Microsoft.Build (12)
BackEnd\BuildManager\BuildManager.cs (12)
1388telemetry.IsCancellationRequested = _executionCancellationTokenSource?.IsCancellationRequested ?? false; 1667_executionCancellationTokenSource!.Token); 1717_projectCacheService!.PostCacheRequest(cacheRequest, _executionCancellationTokenSource!.Token); 1797_executionCancellationTokenSource!.Token, 2314_projectCacheService!.InitializePluginsForGraph(projectGraph, submission.BuildRequestData.TargetNames, _executionCancellationTokenSource!.Token); 2455_executionCancellationTokenSource?.Cancel(); 2520_executionCancellationTokenSource?.Dispose(); 2826_projectCacheService.HandleBuildResultAsync(configuration, result, buildEventContext, _executionCancellationTokenSource!.Token).Wait(); 2851_executionCancellationTokenSource?.Cancel(); 3561if (_executionCancellationTokenSource != null) 3563_executionCancellationTokenSource.Cancel(); 3684_executionCancellationTokenSource?.Cancel();