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