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