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