4 references to CancellationToken
Microsoft.CodeAnalysis.CSharp.Features (1)
QuickInfo\CSharpSyntacticQuickInfoProvider.cs (1)
37=> Task.FromResult(BuildQuickInfo(token, context.CancellationToken));
Microsoft.CodeAnalysis.Features (3)
QuickInfo\CommonQuickInfoProvider.cs (1)
36var tokens = await GetTokensAsync(context.SemanticModel.SyntaxTree, context.Position, context.CancellationToken).ConfigureAwait(false);
QuickInfo\CommonSemanticQuickInfoProvider.cs (2)
43var tokenInformation = BindToken(context.Services, context.SemanticModel, token, context.CancellationToken); 49context.Services, context.SemanticModel, token, tokenInformation, supportedPlatforms: null, context.Options, onTheFlyDocsInfo: null, context.CancellationToken).ConfigureAwait(false);