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