1 write to CancellationToken
Microsoft.CodeAnalysis.Features (1)
62 references to CancellationToken
Microsoft.AspNetCore.App.Analyzers (13)
RouteEmbeddedLanguage\FrameworkParametersCompletionProvider.cs (9)
96var root = await context.Document.GetSyntaxRootAsync(context.CancellationToken).ConfigureAwait(false);
124var semanticModel = await context.Document.GetSemanticModelAsync(context.CancellationToken).ConfigureAwait(false);
134if (!IsCurrentParameterBindable(token, semanticModel, wellKnownTypes, context.CancellationToken))
141var hasNonRouteAttribute = HasNonRouteAttribute(token, semanticModel, wellKnownTypes, context.CancellationToken);
152var mapMethodParts = RouteUsageDetector.FindMapMethodParts(semanticModel, wellKnownTypes, container, context.CancellationToken);
196var methodSymbol = semanticModel.GetDeclaredSymbol(methodSyntax, context.CancellationToken);
232var routeUsage = routeUsageCache.Get(routeStringToken, context.CancellationToken);
306context.CancellationToken,
502CancellationToken = _context.CancellationToken;
Microsoft.AspNetCore.App.CodeFixes (2)
Microsoft.CodeAnalysis.CSharp.Features (18)
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (1)
Microsoft.CodeAnalysis.EditorFeatures.Wpf (1)
Microsoft.CodeAnalysis.EditorFeatures2.UnitTests (1)
Microsoft.CodeAnalysis.Features (22)
Microsoft.CodeAnalysis.LanguageServer (1)
Microsoft.CodeAnalysis.VisualBasic.Features (2)
Microsoft.VisualStudio.LanguageServices.VisualBasic (1)