3 writes to _executionCancellationTokenSource
Microsoft.Build (3)
BackEnd\BuildManager\BuildManager.cs (3)
577_executionCancellationTokenSource = new CancellationTokenSource(); 2416_executionCancellationTokenSource = null; 3449_executionCancellationTokenSource = null;
12 references to _executionCancellationTokenSource
Microsoft.Build (12)
BackEnd\BuildManager\BuildManager.cs (12)
1302telemetry.IsCancellationRequested = _executionCancellationTokenSource?.IsCancellationRequested ?? false; 1577_executionCancellationTokenSource!.Token); 1626_projectCacheService!.PostCacheRequest(cacheRequest, _executionCancellationTokenSource!.Token); 1704_executionCancellationTokenSource!.Token, 2205_projectCacheService!.InitializePluginsForGraph(projectGraph, submission.BuildRequestData.TargetNames, _executionCancellationTokenSource!.Token); 2347_executionCancellationTokenSource?.Cancel(); 2415_executionCancellationTokenSource?.Dispose(); 2719_projectCacheService.HandleBuildResultAsync(configuration, result, buildEventContext, _executionCancellationTokenSource!.Token).Wait(); 2744_executionCancellationTokenSource?.Cancel(); 3446if (_executionCancellationTokenSource != null) 3448_executionCancellationTokenSource.Cancel(); 3566_executionCancellationTokenSource?.Cancel();