1 write to _cancellationToken
Microsoft.CodeAnalysis.Workspaces (1)
Recommendations\AbstractRecommendationServiceRunner.cs (1)
37
_cancellationToken
= cancellationToken;
3 references to _cancellationToken
Microsoft.CodeAnalysis.Workspaces (3)
Recommendations\AbstractRecommendationServiceRunner.cs (3)
81
if (owningMethod.DeclaringSyntaxReferences.Single().GetSyntax(
_cancellationToken
) is not TAnonymousFunctionSyntax lambdaSyntax)
106
var candidateSymbols = _context.SemanticModel.GetMemberGroup(expressionOfInvocationExpression,
_cancellationToken
);
280
semanticModel.GetEnclosingNamespace(declarationSyntax.SpanStart,
_cancellationToken
));