Beispiel #1
0
 public StackFrameLine(StackFrameLineType type, ITextEditorUIContext uiContext, SerializedDnToken methodKey, uint ilOffset)
     : base(methodKey, ilOffset)
 {
     this.type      = type;
     this.uiContext = uiContext;
 }
Beispiel #2
0
		public StackFrameLine(StackFrameLineType type, DecompilerTextView decompilerTextView, MethodKey methodKey, uint ilOffset)
			: base(methodKey, ilOffset) {
			this.type = type;
			this.decompilerTextView = decompilerTextView;
		}
Beispiel #3
0
 public StackFrameLine(StackFrameLineType type, DecompilerTextView decompilerTextView, MethodKey methodKey, uint ilOffset)
     : base(methodKey, ilOffset)
 {
     this.type = type;
     this.decompilerTextView = decompilerTextView;
 }
Beispiel #4
0
 public StackFrameLine(StackFrameLineType type, DecompilerTextView decompilerTextView, SerializedDnSpyToken methodKey, uint ilOffset)
     : base(methodKey, ilOffset)
 {
     this.type = type;
     this.decompilerTextView = decompilerTextView;
 }
Beispiel #5
0
		public StackFrameLine(StackFrameLineType type, ITextEditorUIContext uiContext, SerializedDnToken methodKey, uint ilOffset)
			: base(methodKey, ilOffset) {
			this.type = type;
			this.uiContext = uiContext;
		}
Beispiel #6
0
		public StackFrameLine(StackFrameLineType type, DecompilerTextView decompilerTextView, SerializedDnSpyToken methodKey, uint ilOffset)
			: base(methodKey, ilOffset) {
			this.type = type;
			this.decompilerTextView = decompilerTextView;
		}