Ejemplo n.º 1
0
 public SourceCodeStackGuard(SourceRef sref, ByteCode bc)
 {
     m_Bc = bc;
     m_Bc.PushSourceRef(sref);
 }