2 references to ProduceTagsAsync
Microsoft.CodeAnalysis.EditorFeatures (2)
Classification\CopyPasteAndPrintingClassificationBufferTaggerProvider.Tagger.cs (2)
145await ProduceTagsAsync(context, snapshotSpan, classificationService, options, ClassificationType.Semantic, cancellationToken).ConfigureAwait(false); 146await ProduceTagsAsync(context, snapshotSpan, classificationService, options, ClassificationType.EmbeddedLanguage, cancellationToken).ConfigureAwait(false);