3 writes to _executionCancellationTokenSource
Microsoft.Build (3)
BackEnd\BuildManager\BuildManager.cs (3)
538_executionCancellationTokenSource = new CancellationTokenSource(); 2234_executionCancellationTokenSource = null; 3251_executionCancellationTokenSource = null;
11 references to _executionCancellationTokenSource
Microsoft.Build (11)
BackEnd\BuildManager\BuildManager.cs (11)
1395_executionCancellationTokenSource!.Token); 1444_projectCacheService!.PostCacheRequest(cacheRequest, _executionCancellationTokenSource!.Token); 1522_executionCancellationTokenSource!.Token, 2023_projectCacheService!.InitializePluginsForGraph(projectGraph, submission.BuildRequestData.TargetNames, _executionCancellationTokenSource!.Token); 2165_executionCancellationTokenSource?.Cancel(); 2233_executionCancellationTokenSource?.Dispose(); 2530_projectCacheService.HandleBuildResultAsync(configuration, result, buildEventContext, _executionCancellationTokenSource!.Token).Wait(); 2555_executionCancellationTokenSource?.Cancel(); 3248if (_executionCancellationTokenSource != null) 3250_executionCancellationTokenSource.Cancel(); 3366_executionCancellationTokenSource?.Cancel();