6 references to _progress
Microsoft.CodeAnalysis.Workspaces (6)
FindSymbols\FindReferences\FindReferencesSearchEngine.cs (4)
65
await
_progress
.OnStartedAsync(cancellationToken).ConfigureAwait(false);
71
consumeItems: static async (references, args, cancellationToken) => await args.@this.
_progress
.OnReferencesFoundAsync(references, cancellationToken).ConfigureAwait(false),
77
await
_progress
.OnCompletedAsync(cancellationToken).ConfigureAwait(false);
199
await
_progress
.OnDefinitionFoundAsync(group, cancellationToken).ConfigureAwait(false);
FindSymbols\FindReferences\FindReferencesSearchEngine_FindReferencesInDocuments.cs (2)
158
await @this.
_progress
.OnReferencesFoundAsync(converted, cancellationToken).ConfigureAwait(false);
196
await
_progress
.OnReferencesFoundAsync([(candidateGroup, candidate, location)], cancellationToken).ConfigureAwait(false);