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)
77
await
_progress
.OnStartedAsync(cancellationToken).ConfigureAwait(false);
130
await
_progress
.OnCompletedAsync(cancellationToken).ConfigureAwait(false);
171
await
_progress
.OnDefinitionFoundAsync(group, cancellationToken).ConfigureAwait(false);
255
await
_progress
.OnFindInDocumentStartedAsync(document, cancellationToken).ConfigureAwait(false);
279
await
_progress
.OnFindInDocumentCompletedAsync(document, cancellationToken).ConfigureAwait(false);
298
await
_progress
.OnReferenceFoundAsync(group, symbol, location, cancellationToken).ConfigureAwait(false);
FindSymbols\FindReferences\FindReferencesSearchEngine_FindReferencesInDocuments.cs (2)
112
await
_progress
.OnReferenceFoundAsync(group, symbol, location, cancellationToken).ConfigureAwait(false);
136
await
_progress
.OnReferenceFoundAsync(candidateGroup, candidate, location, cancellationToken).ConfigureAwait(false);