4 references to GetVsTextSpan
Microsoft.VisualStudio.LanguageServices (4)
Workspace\VisualStudioDocumentNavigationService.cs (4)
62var vsTextSpan = GetVsTextSpan(text, textSpan, allowInvalidSpan); 108text => GetVsTextSpan(text, textSpan, allowInvalidSpan), 109(text, span) => GetVsTextSpan(text, span, allowInvalidSpan), 123(text, span) => GetVsTextSpan(text, span, allowInvalidSpan: false),