3 writes to _executionCancellationTokenSource
Microsoft.Build (3)
BackEnd\BuildManager\BuildManager.cs (3)
611_executionCancellationTokenSource = new CancellationTokenSource(); 2509_executionCancellationTokenSource = null; 3552_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, 2302_projectCacheService!.InitializePluginsForGraph(projectGraph, submission.BuildRequestData.TargetNames, _executionCancellationTokenSource!.Token); 2443_executionCancellationTokenSource?.Cancel(); 2508_executionCancellationTokenSource?.Dispose(); 2814_projectCacheService.HandleBuildResultAsync(configuration, result, buildEventContext, _executionCancellationTokenSource!.Token).Wait(); 2839_executionCancellationTokenSource?.Cancel(); 3549if (_executionCancellationTokenSource != null) 3551_executionCancellationTokenSource.Cancel(); 3672_executionCancellationTokenSource?.Cancel();