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