1 write to endLine
System.Activities (1)
System\Activities\Debugger\SourceLocation.cs (1)
96
this.
endLine
= endLine;
2 references to endLine
System.Activities (2)
System\Activities\Debugger\SourceLocation.cs (2)
122
get { return this.
endLine
; }
141
return this.endColumn == int.MaxValue && this.startLine == this.
endLine
&& this.startColumn == 1;