3 writes to _pendingExecutionCancellationSource
Microsoft.VisualStudio.LanguageServices.CSharp (3)
SemanticSearch\SemanticSearchToolWindowImpl.cs (3)
379
var pendingExecutionCancellationSource = Interlocked.Exchange(ref
_pendingExecutionCancellationSource
, null);
398
Interlocked.Exchange(ref
_pendingExecutionCancellationSource
, cancellationSource)?.Cancel();
488
Interlocked.CompareExchange(ref
_pendingExecutionCancellationSource
, value: null, cancellationSource);
1 reference to _pendingExecutionCancellationSource
Microsoft.VisualStudio.LanguageServices.CSharp (1)
SemanticSearch\SemanticSearchToolWindowImpl.cs (1)
346
var isExecuting =
_pendingExecutionCancellationSource
!= null;