3 writes to _executionCancellationTokenSource
Microsoft.Build (3)
BackEnd\BuildManager\BuildManager.cs (3)
530_executionCancellationTokenSource = new CancellationTokenSource(); 2151_executionCancellationTokenSource = null; 3143_executionCancellationTokenSource = null;
11 references to _executionCancellationTokenSource
Microsoft.Build (11)
BackEnd\BuildManager\BuildManager.cs (11)
1316_executionCancellationTokenSource!.Token); 1365_projectCacheService!.PostCacheRequest(cacheRequest, _executionCancellationTokenSource!.Token); 1443_executionCancellationTokenSource!.Token, 1940_projectCacheService!.InitializePluginsForGraph(projectGraph, submission.BuildRequestData.TargetNames, _executionCancellationTokenSource!.Token); 2082_executionCancellationTokenSource?.Cancel(); 2150_executionCancellationTokenSource?.Dispose(); 2447_projectCacheService.HandleBuildResultAsync(configuration, result, buildEventContext, _executionCancellationTokenSource!.Token).Wait(); 2472_executionCancellationTokenSource?.Cancel(); 3140if (_executionCancellationTokenSource != null) 3142_executionCancellationTokenSource.Cancel(); 3258_executionCancellationTokenSource?.Cancel();