1 write to _progress
Microsoft.CodeAnalysis.Workspaces (1)
FindSymbols\FindReferences\FindReferencesSearchEngine.cs (1)
56_progress = progress;
8 references to _progress
Microsoft.CodeAnalysis.Workspaces (8)
FindSymbols\FindReferences\FindReferencesSearchEngine.cs (6)
77await _progress.OnStartedAsync(cancellationToken).ConfigureAwait(false); 130await _progress.OnCompletedAsync(cancellationToken).ConfigureAwait(false); 171await _progress.OnDefinitionFoundAsync(group, cancellationToken).ConfigureAwait(false); 255await _progress.OnFindInDocumentStartedAsync(document, cancellationToken).ConfigureAwait(false); 279await _progress.OnFindInDocumentCompletedAsync(document, cancellationToken).ConfigureAwait(false); 298await _progress.OnReferenceFoundAsync(group, symbol, location, cancellationToken).ConfigureAwait(false);
FindSymbols\FindReferences\FindReferencesSearchEngine_FindReferencesInDocuments.cs (2)
112await _progress.OnReferenceFoundAsync(group, symbol, location, cancellationToken).ConfigureAwait(false); 136await _progress.OnReferenceFoundAsync(candidateGroup, candidate, location, cancellationToken).ConfigureAwait(false);