3 references to AddSemanticClassificationsAsync
IdeCoreBenchmarks (1)
ClassificationBenchmarks.cs (1)
87
await service.
AddSemanticClassificationsAsync
(document, span, ClassificationOptions.Default, result, CancellationToken.None);
Microsoft.CodeAnalysis.EditorFeatures (1)
Classification\Semantic\AbstractSemanticOrEmbeddedClassificationViewTaggerProvider.cs (1)
240
await classificationService.
AddSemanticClassificationsAsync
(
Microsoft.CodeAnalysis.Remote.ServiceHub (1)
Services\SemanticClassification\RemoteSemanticClassificationService.Caching.cs (1)
156
await classificationService.
AddSemanticClassificationsAsync
(document, fullSpan, options, classifiedSpans, cancellationToken).ConfigureAwait(false);