示例#1
0
 public void FinishReplay(IILDynamicType target)
 {
     WriteShelvedSourceDefinition();
     _ilGen.ReplayTo(_trueContent.Generator);
     CloseSourceScope();
 }
示例#2
0
 public void FinishReplay(IILDynamicType target)
 {
     _ilGen.ReplayTo(_trueContent.Generator);
 }