3 writes to _executionCancellationTokenSource
Microsoft.Build (3)
BackEnd\BuildManager\BuildManager.cs (3)
541_executionCancellationTokenSource = new CancellationTokenSource(); 2166_executionCancellationTokenSource = null; 3136_executionCancellationTokenSource = null;
11 references to _executionCancellationTokenSource
Microsoft.Build (11)
BackEnd\BuildManager\BuildManager.cs (11)
1339_executionCancellationTokenSource.Token); 1388_projectCacheService.PostCacheRequest(cacheRequest, _executionCancellationTokenSource.Token); 1432_executionCancellationTokenSource.Token, 1960_projectCacheService.InitializePluginsForGraph(projectGraph, submission.BuildRequestData.TargetNames, _executionCancellationTokenSource.Token); 2097_executionCancellationTokenSource.Cancel(); 2165_executionCancellationTokenSource.Dispose(); 2463_projectCacheService.HandleBuildResultAsync(configuration, result, buildEventContext, _executionCancellationTokenSource.Token).Wait(); 2488_executionCancellationTokenSource.Cancel(); 3133if (_executionCancellationTokenSource != null) 3135_executionCancellationTokenSource.Cancel(); 3252_executionCancellationTokenSource.Cancel();