2 writes to _sharedCompileCts
Microsoft.Build.Tasks.CodeAnalysis (2)
src\Compilers\Core\MSBuildTask\ManagedCompiler.cs (2)
541_sharedCompileCts = new CancellationTokenSource(); 592_sharedCompileCts = null;
4 references to _sharedCompileCts
Microsoft.Build.Tasks.CodeAnalysis (4)
src\Compilers\Core\MSBuildTask\ManagedCompiler.cs (4)
573cancellationToken: _sharedCompileCts.Token); 575responseTask.Wait(_sharedCompileCts.Token); 591_sharedCompileCts?.Dispose(); 619_sharedCompileCts?.Cancel();