ReplaceLiftedLocals() private method

// This method is called from the generator to update the frame with generator's locals
private ReplaceLiftedLocals ( IRuntimeVariables liftedLocals ) : void
liftedLocals IRuntimeVariables
return void
Esempio n. 1
0
 public static void ReplaceLiftedLocals(DebugFrame frame, IRuntimeVariables liftedLocals)
 {
     frame.ReplaceLiftedLocals(liftedLocals);
 }