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