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(); 101var cancellationToken = _cancellationTokenSource.Token;