3 references to MapSpanFromSecondaryBufferToPrimaryBufferAsync
Microsoft.VisualStudio.LanguageServices (3)
LanguageService\AbstractLanguageService`2.VsLanguageDebugInfo.cs (1)
224var mappedSpan = await span.MapSpanFromSecondaryBufferToPrimaryBufferAsync(
Workspace\VisualStudioDocumentNavigationService.cs (2)
273var mapped = await vsTextSpan.MapSpanFromSecondaryBufferToPrimaryBufferAsync( 415var mapped = await spanInSecondaryBuffer.MapSpanFromSecondaryBufferToPrimaryBufferAsync(