1 write to _progress
Microsoft.CodeAnalysis.Workspaces (1)
FindSymbols\SymbolFinder.FindReferencesServerCallback.cs (1)
37
_progress
= progress;
8 references to _progress
Microsoft.CodeAnalysis.Workspaces (8)
FindSymbols\SymbolFinder.FindReferencesServerCallback.cs (8)
41
=>
_progress
.ProgressTracker.AddItemsAsync(count, cancellationToken);
44
=>
_progress
.ProgressTracker.ItemsCompletedAsync(count, cancellationToken);
47
=>
_progress
.OnStartedAsync(cancellationToken);
50
=>
_progress
.OnCompletedAsync(cancellationToken);
55
await
_progress
.OnFindInDocumentStartedAsync(document, cancellationToken).ConfigureAwait(false);
61
await
_progress
.OnFindInDocumentCompletedAsync(document, cancellationToken).ConfigureAwait(false);
87
await
_progress
.OnDefinitionFoundAsync(symbolGroup, cancellationToken).ConfigureAwait(false);
117
await
_progress
.OnReferenceFoundAsync(symbolGroup, symbol, referenceLocation, cancellationToken).ConfigureAwait(false);