3 writes to _executionCancellationTokenSource
Microsoft.Build (3)
BackEnd\BuildManager\BuildManager.cs (3)
577_executionCancellationTokenSource = new CancellationTokenSource(); 2416_executionCancellationTokenSource = null; 3442_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(); 2712_projectCacheService.HandleBuildResultAsync(configuration, result, buildEventContext, _executionCancellationTokenSource!.Token).Wait(); 2737_executionCancellationTokenSource?.Cancel(); 3439if (_executionCancellationTokenSource != null) 3441_executionCancellationTokenSource.Cancel(); 3559_executionCancellationTokenSource?.Cancel();