5 references to _lcTable
System (5)
regex\system\text\regularexpressions\RegexCharClass.cs (5)
659
for (i = 0, iMax =
_lcTable
.Length; i < iMax; ) {
661
if (
_lcTable
[iMid]._chMax < chMin)
667
if (i >=
_lcTable
.Length)
670
for ( ; i <
_lcTable
.Length && (lc =
_lcTable
[i])._chMin <= chMax; i++) {