示例#1
0
 public int StopDebuggingPE()
 {
     return(EditAndContinueImplOpt?.StopDebuggingPE() ?? VSConstants.S_OK);
 }
示例#2
0
 public int StopDebuggingPE()
 {
     return(EditAndContinueImplOpt.StopDebuggingPE());
 }