1 write to textLen
System.Data.Services (1)
System\Data\Services\Parsing\ExpressionLexer.cs (1)
70
this.
textLen
= this.text.Length;
7 references to textLen
System.Data.Services (7)
System\Data\Services\Parsing\ExpressionLexer.cs (7)
138
bool hasNext = this.textPos + 1 < this.
textLen
;
197
while (this.textPos < this.
textLen
&& this.ch != quote)
202
if (this.textPos == this.
textLen
)
230
if (this.textPos == this.
textLen
)
462
if (this.textPos < this.
textLen
)
467
this.ch = this.textPos < this.
textLen
? this.text[this.textPos] : '\0';
567
this.ch = this.textPos < this.
textLen
? this.text[this.textPos] : '\0';