1 override of GetStreamingPresenterOptions
Microsoft.CodeAnalysis.EditorFeatures (1)
GoOrFind\FindReferences\FindReferencesNavigationService.cs (1)
43protected override StreamingFindUsagesPresenterOptions GetStreamingPresenterOptions(Document document)
1 reference to GetStreamingPresenterOptions
Microsoft.CodeAnalysis.EditorFeatures (1)
GoOrFind\AbstractGoOrFindNavigationService.cs (1)
226var (presenterContext, presenterCancellationToken) = _streamingPresenter.StartSearch(DisplayName, GetStreamingPresenterOptions(document));