3 writes to _executionCancellationTokenSource
Microsoft.Build (3)
BackEnd\BuildManager\BuildManager.cs (3)
529_executionCancellationTokenSource = new CancellationTokenSource(); 2145_executionCancellationTokenSource = null; 3137_executionCancellationTokenSource = null;
11 references to _executionCancellationTokenSource
Microsoft.Build (11)
BackEnd\BuildManager\BuildManager.cs (11)
1315_executionCancellationTokenSource!.Token); 1364_projectCacheService!.PostCacheRequest(cacheRequest, _executionCancellationTokenSource!.Token); 1442_executionCancellationTokenSource!.Token, 1939_projectCacheService!.InitializePluginsForGraph(projectGraph, submission.BuildRequestData.TargetNames, _executionCancellationTokenSource!.Token); 2076_executionCancellationTokenSource?.Cancel(); 2144_executionCancellationTokenSource?.Dispose(); 2441_projectCacheService.HandleBuildResultAsync(configuration, result, buildEventContext, _executionCancellationTokenSource!.Token).Wait(); 2466_executionCancellationTokenSource?.Cancel(); 3134if (_executionCancellationTokenSource != null) 3136_executionCancellationTokenSource.Cancel(); 3252_executionCancellationTokenSource?.Cancel();