Ejemplo n.º 1
0
 public int GetCurrentActiveStatementPosition(uint id, VsTextSpan[] ptsNewPosition)
 {
     return(EditAndContinueImplOpt?.GetCurrentActiveStatementPosition(id, ptsNewPosition) ?? VSConstants.E_FAIL);
 }
Ejemplo n.º 2
0
 public int GetCurrentActiveStatementPosition(uint id, VsTextSpan[] ptsNewPosition)
 {
     return(EditAndContinueImplOpt.GetCurrentActiveStatementPosition(id, ptsNewPosition));
 }