2 writes to _sharedCompileCts
Microsoft.Build.Tasks.CodeAnalysis (2)
ManagedCompiler.cs (2)
533_sharedCompileCts = new CancellationTokenSource(); 584_sharedCompileCts = null;
4 references to _sharedCompileCts
Microsoft.Build.Tasks.CodeAnalysis (4)
ManagedCompiler.cs (4)
565cancellationToken: _sharedCompileCts.Token); 567responseTask.Wait(_sharedCompileCts.Token); 583_sharedCompileCts?.Dispose(); 611_sharedCompileCts?.Cancel();