1 write to linePosition
System.Activities (1)
System\Activities\Debugger\DocumentLocation.cs (1)
21
this.
linePosition
= linePosition;
6 references to linePosition
System.Activities (6)
System\Activities\Debugger\DocumentLocation.cs (6)
36
get { return this.
linePosition
; }
46
return (this.lineNumber.Value == that.lineNumber.Value) && (this.
linePosition
.Value == that.
linePosition
.Value);
51
return this.lineNumber.Value.GetHashCode() ^ this.
linePosition
.Value.GetHashCode();
65
return this.
linePosition
.Value - that.
linePosition
.Value;