4 references to FindUsagesContext
Microsoft.CodeAnalysis.EditorFeatures (3)
Host\IStreamingFindReferencesPresenter.cs (3)
23/// Tells the presenter that a search is starting. The returned <see cref="FindUsagesContext"/> 25/// <see cref="FindUsagesContext.OnReferencesFoundAsync"/> should be called. When the 26/// search completes <see cref="FindUsagesContext.OnCompletedAsync"/> should be called.
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Features\FindUsages\SimpleFindUsagesContext.cs (1)
15/// Simple implementation of a <see cref="FindUsagesContext"/> that just aggregates the results