3 references to _streamingPresenter
Microsoft.CodeAnalysis.EditorFeatures (3)
Navigation\AbstractDefinitionLocationService.cs (3)
103
var location = await
_streamingPresenter
.GetStreamingLocationAsync(
167
return await
_streamingPresenter
.GetStreamingLocationAsync(
241
var (context, _) =
_streamingPresenter
.StartSearch(title, new StreamingFindUsagesPresenterOptions(SupportsReferences: true));