6 references to _category
System (6)
regex\system\text\regularexpressions\RegexParser.cs (6)
1817
return(ch <= '|' &&
_category
[ch] >= S);
1824
return(ch <= '|' &&
_category
[ch] >= X);
1831
return(ch <= '{' &&
_category
[ch] >= Q);
1841
return ch <= '{' &&
_category
[ch] >= Q;
1858
return(ch <= ' ' &&
_category
[ch] == X);
1865
return(ch <= '|' &&
_category
[ch] >= E);