3 writes to _executionCancellationTokenSource
Microsoft.Build (3)
BackEnd\BuildManager\BuildManager.cs (3)
537_executionCancellationTokenSource = new CancellationTokenSource(); 2187_executionCancellationTokenSource = null; 3198_executionCancellationTokenSource = null;
11 references to _executionCancellationTokenSource
Microsoft.Build (11)
BackEnd\BuildManager\BuildManager.cs (11)
1352_executionCancellationTokenSource!.Token); 1401_projectCacheService!.PostCacheRequest(cacheRequest, _executionCancellationTokenSource!.Token); 1479_executionCancellationTokenSource!.Token, 1976_projectCacheService!.InitializePluginsForGraph(projectGraph, submission.BuildRequestData.TargetNames, _executionCancellationTokenSource!.Token); 2118_executionCancellationTokenSource?.Cancel(); 2186_executionCancellationTokenSource?.Dispose(); 2483_projectCacheService.HandleBuildResultAsync(configuration, result, buildEventContext, _executionCancellationTokenSource!.Token).Wait(); 2508_executionCancellationTokenSource?.Cancel(); 3195if (_executionCancellationTokenSource != null) 3197_executionCancellationTokenSource.Cancel(); 3313_executionCancellationTokenSource?.Cancel();