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