1 write to _cancellationToken
Microsoft.VisualStudio.LanguageServices (1)
PullMemberUp\SymbolDependentsBuilder.cs (1)
53_cancellationToken = cancellationToken;
4 references to _cancellationToken
Microsoft.VisualStudio.LanguageServices (4)
PullMemberUp\SymbolDependentsBuilder.cs (4)
58var tasks = _declarationService.GetDeclarations(_member).Select(@ref => @ref.GetSyntaxAsync(_cancellationToken)); 60var compilation = await _project.GetCompilationAsync(_cancellationToken).ConfigureAwait(false); 63Visit(compilation.GetSemanticModel(syntax.SyntaxTree).GetOperation(syntax, _cancellationToken)); 71_cancellationToken.ThrowIfCancellationRequested();