1 write to pathLength
System.Workflow.ComponentModel (1)
AuthoringOM\Bind.cs (1)
1793this.pathLength = this.pathValue.Length;
5 references to pathLength
System.Workflow.ComponentModel (5)
AuthoringOM\Bind.cs (5)
1801if (this.pathLength > 0 && this.pathValue[0] == '.') 1810char c = (this.index < this.pathLength) ? this.pathValue[this.index] : NullChar; 1864while (this.index < this.pathLength && SpecialChars.IndexOf(this.pathValue[this.index]) < 0) 1881if (this.index >= this.pathLength) 1901if (this.index >= this.pathLength)