6 references to ProduceTagsAsync
Microsoft.CodeAnalysis.EditorFeatures (6)
Tagging\AbstractAsynchronousTaggerProvider.cs (3)
101/// cref="ProduceTagsAsync(TaggerContext{TTag}, CancellationToken)"/> after a batch of events comes in. If <see 204/// <see cref="ProduceTagsAsync(TaggerContext{TTag}, CancellationToken)"/>. 215/// and will asynchronously call into <see cref="ProduceTagsAsync(TaggerContext{TTag}, CancellationToken)"/> at some point in
Tagging\AbstractAsynchronousTaggerProvider.TagSource_ProduceTags.cs (1)
580await _dataSource.ProduceTagsAsync(context, cancellationToken).ConfigureAwait(false);
Tagging\AsynchronousViewportTaggerProvider.cs (1)
94/// <inheritdoc cref="AbstractAsynchronousTaggerProvider{TTag}.ProduceTagsAsync(TaggerContext{TTag}, CancellationToken)"/>
Tagging\TaggerContext.cs (1)
44/// to <see cref="AbstractAsynchronousTaggerProvider{TTag}.ProduceTagsAsync(TaggerContext{TTag}, CancellationToken)"/>. Note: state will