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