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