2 implementations of ValidateBreakpointLocation
Microsoft.VisualStudio.LanguageServices (2)
LanguageService\AbstractLanguageService`2.IVsLanguageDebugInfo.cs (1)
91int IVsLanguageDebugInfo.ValidateBreakpointLocation(IVsTextBuffer pBuffer, int iLine, int iCol, TextSpan[] pCodeSpan)
LanguageService\AbstractLanguageService`2.VsLanguageDebugInfo.cs (1)
248public int ValidateBreakpointLocation(IVsTextBuffer pBuffer, int iLine, int iCol, VsTextSpan[] pCodeSpan)