Example #1
0
 public int StartDebuggingPE()
 {
     return(EditAndContinueImplOpt?.StartDebuggingPE() ?? VSConstants.S_OK);
 }
Example #2
0
 public int StartDebuggingPE()
 {
     return(EditAndContinueImplOpt.StartDebuggingPE());
 }