Esempio n. 1
1
 public StackChain(Debugger debugger, CorChain chain)
 {
     debugger.Dispatcher.VerifyAccess();
     this.debugger = debugger;
     this.chain = chain;
     this.hashCode = chain.GetHashCode();
     this.isManaged = chain.IsManaged;
     this.reason = (ChainReason)chain.Reason;
     this.stackStart = chain.StackStart;
     this.stackEnd = chain.StackEnd;
 }
Esempio n. 2
0
 public StackChain(Debugger debugger, CorChain chain)
 {
     debugger.Dispatcher.VerifyAccess();
     this.debugger   = debugger;
     this.chain      = chain;
     this.hashCode   = chain.GetHashCode();
     this.isManaged  = chain.IsManaged;
     this.reason     = (ChainReason)chain.Reason;
     this.stackStart = chain.StackStart;
     this.stackEnd   = chain.StackEnd;
 }