3 references to ProduceTagsAsync
Microsoft.CodeAnalysis.EditorFeatures (3)
Tagging\AbstractAsynchronousTaggerProvider.TagSource.cs (2)
28/// tagging infrastructure. It is the coordinator between <see cref="ProduceTagsAsync(TaggerContext{TTag}, CancellationToken)"/>s, 33/// <see cref="ProduceTagsAsync(TaggerContext{TTag}, CancellationToken)"/> to build the new list of tags. When
Tagging\AbstractAsynchronousTaggerProvider.TagSource_ProduceTags.cs (1)
359await @this.ProduceTagsAsync(context, cancellationToken).ConfigureAwait(true);