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