2 references to OnReferenceFoundAsync
Microsoft.CodeAnalysis.Workspaces (2)
FindSymbols\FindLiterals\FindLiteralsSearchEngine.cs (1)
147await _progress.OnReferenceFoundAsync(document, token.Span, cancellationToken).ConfigureAwait(false);
FindSymbols\SymbolFinder.FindLiteralsServerCallback.cs (1)
27await progress.OnReferenceFoundAsync(document, span, cancellationToken).ConfigureAwait(false);