3 references to GetStreamingLocationAsync
Microsoft.CodeAnalysis.EditorFeatures (3)
GoToDefinition\AbstractGoToDefinitionService.cs (1)
134
return await _streamingPresenter.
GetStreamingLocationAsync
(
GoToDefinition\GoToDefinitionHelpers.cs (1)
136
return await streamingPresenter.
GetStreamingLocationAsync
(
Host\IStreamingFindReferencesPresenter.cs (1)
64
var location = await presenter.
GetStreamingLocationAsync
(