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