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