3 references to MapSpanFromSecondaryBufferToPrimaryBufferAsync
Microsoft.VisualStudio.LanguageServices (3)
Extensions\VsTextSpanExtensions.cs (1)
33
/// Only call this from the UI thread. See <see cref="
MapSpanFromSecondaryBufferToPrimaryBufferAsync
"/> for the async version.
Workspace\VisualStudioDocumentNavigationService.cs (2)
271
var mapped = await vsTextSpan.
MapSpanFromSecondaryBufferToPrimaryBufferAsync
(
418
var mapped = await spanInSecondaryBuffer.
MapSpanFromSecondaryBufferToPrimaryBufferAsync
(