Ejemplo n.º 1
0
 public StackFrameStatementBookmark(DecompilerTextView decompilerTextView, IMemberRef member, TextLocation location, TextLocation endLocation, StackFrameStatementType type, uint ilOffset)
     : base(member, ilOffset, location, endLocation)
 {
     this.decompilerTextView = decompilerTextView;
     this.type = type;
 }
Ejemplo n.º 2
0
 public StackFrameStatementBookmark(DecompilerTextView decompilerTextView, IMemberRef member, TextLocation location, TextLocation endLocation, StackFrameStatementType type, uint ilOffset)
     : base(member, ilOffset, location, endLocation)
 {
     this.decompilerTextView = decompilerTextView;
     this.type = type;
 }