2 writes to _sharedCompileCts
Microsoft.Build.Tasks.CodeAnalysis (2)
ManagedCompiler.cs (2)
530_sharedCompileCts = new CancellationTokenSource(); 581_sharedCompileCts = null;
4 references to _sharedCompileCts
Microsoft.Build.Tasks.CodeAnalysis (4)
ManagedCompiler.cs (4)
562cancellationToken: _sharedCompileCts.Token); 564responseTask.Wait(_sharedCompileCts.Token); 580_sharedCompileCts?.Dispose(); 594_sharedCompileCts?.Cancel();