Implemented interface member:
method
IsMappedLocation
Microsoft.VisualStudio.LanguageServices.Implementation.Utilities.IVsLanguageDebugInfo.IsMappedLocation(Microsoft.VisualStudio.TextManager.Interop.IVsTextBuffer, System.Int32, System.Int32)
1 reference to IsMappedLocation
Microsoft.VisualStudio.LanguageServices (1)
LanguageService\AbstractLanguageService`2.IVsLanguageDebugInfo.cs (1)
71
return _languageDebugInfo.
IsMappedLocation
(pBuffer, iLine, iCol);