1 write to _currentUpdateCancellationToken
Microsoft.CodeAnalysis.EditorFeatures (1)
CodeDefinitionWindow\DefinitionContextTracker.cs (1)
119
_currentUpdateCancellationToken
= new CancellationTokenSource();
2 references to _currentUpdateCancellationToken
Microsoft.CodeAnalysis.EditorFeatures (2)
CodeDefinitionWindow\DefinitionContextTracker.cs (2)
110
_currentUpdateCancellationToken
?.Cancel();
121
var cancellationToken =
_currentUpdateCancellationToken
.Token;