1 write to lineNumber
System.Activities (1)
System\Activities\Debugger\DocumentLocation.cs (1)
20
this.
lineNumber
= lineNumber;
8 references to lineNumber
System.Activities (8)
System\Activities\Debugger\DocumentLocation.cs (8)
31
get { return this.
lineNumber
; }
46
return (this.
lineNumber
.Value == that.
lineNumber
.Value) && (this.linePosition.Value == that.linePosition.Value);
51
return this.
lineNumber
.Value.GetHashCode() ^ this.linePosition.Value.GetHashCode();
62
if (this.
lineNumber
.Value == that.
lineNumber
.Value)
70
return this.
lineNumber
.Value - that.
lineNumber
.Value;