3 references to CancellationToken
Microsoft.CodeAnalysis.Features (3)
QuickInfo\CommonQuickInfoProvider.cs (1)
35var tokens = await GetTokensAsync(context.SemanticModel.SyntaxTree, context.Position, context.CancellationToken).ConfigureAwait(false);
QuickInfo\CommonSemanticQuickInfoProvider.cs (2)
41var tokenInformation = BindToken(context.Services, context.SemanticModel, token, context.CancellationToken); 47context.Services, context.SemanticModel, token, tokenInformation, supportedPlatforms: null, context.Options, onTheFlyDocsInfo: null, context.CancellationToken).ConfigureAwait(false);