2 writes to _sharedCompileCts
Microsoft.Build.Tasks.CodeAnalysis (2)
ManagedCompiler.cs (2)
554_sharedCompileCts = new CancellationTokenSource(); 605_sharedCompileCts = null;
4 references to _sharedCompileCts
Microsoft.Build.Tasks.CodeAnalysis (4)
ManagedCompiler.cs (4)
586cancellationToken: _sharedCompileCts.Token); 588responseTask.Wait(_sharedCompileCts.Token); 604_sharedCompileCts?.Dispose(); 632_sharedCompileCts?.Cancel();