1 write to _cancellationTokenSource
Microsoft.VisualStudio.LanguageServices (1)
AnalyzerDependency\AnalyzerDependencyCheckingService.cs (1)
97
_cancellationTokenSource
= new CancellationTokenSource();
2 references to _cancellationTokenSource
Microsoft.VisualStudio.LanguageServices (2)
AnalyzerDependency\AnalyzerDependencyCheckingService.cs (2)
96
_cancellationTokenSource
.Cancel();
101
var cancellationToken =
_cancellationTokenSource
.Token;