3 references to ProduceTagsAsync
Microsoft.CodeAnalysis.EditorFeatures (3)
Tagging\AbstractAsynchronousTaggerProvider.TagSource.cs (2)
29
/// tagging infrastructure. It is the coordinator between <see cref="
ProduceTagsAsync
(TaggerContext{TTag}, CancellationToken)"/>s,
34
/// the tag source starts the computation and calls <see cref="
ProduceTagsAsync
(TaggerContext{TTag}, CancellationToken)"/> to build
Tagging\AbstractAsynchronousTaggerProvider.TagSource_ProduceTags.cs (1)
239
await
ProduceTagsAsync
(context, cancellationToken).ConfigureAwait(false);