2 implementations of IStreamingFindLiteralReferencesProgress
Microsoft.CodeAnalysis.Features (1)
FindUsages\AbstractFindUsagesService.ProgressAdapter.cs (1)
26IFindUsagesContext context, OptionsProvider<ClassificationOptions> classificationOptions, DefinitionItem definition) : IStreamingFindLiteralReferencesProgress
Microsoft.CodeAnalysis.Remote.ServiceHub (1)
Services\SymbolFinder\RemoteSymbolFinderService.cs (1)
173private sealed class FindLiteralReferencesProgressCallback : IStreamingFindLiteralReferencesProgress, IStreamingProgressTracker
6 references to IStreamingFindLiteralReferencesProgress
Microsoft.CodeAnalysis.Features (1)
FindUsages\AbstractFindUsagesService.ProgressAdapter.cs (1)
22/// Forwards <see cref="IStreamingFindLiteralReferencesProgress"/> calls to an
Microsoft.CodeAnalysis.Workspaces (5)
FindSymbols\FindLiterals\FindLiteralsSearchEngine.cs (2)
29private readonly IStreamingFindLiteralReferencesProgress _progress; 39IStreamingFindLiteralReferencesProgress progress, object value)
FindSymbols\SymbolFinder.FindLiteralsServerCallback.cs (1)
16IStreamingFindLiteralReferencesProgress progress)
FindSymbols\SymbolFinder_FindLiteralReferences.cs (2)
19IStreamingFindLiteralReferencesProgress progress, 47IStreamingFindLiteralReferencesProgress progress,