3 writes to _ch
System (3)
regex\system\text\regularexpressions\RegexNode.cs (3)
138_ch = ch; 320_ch = RegexCharClass.SingletonChar(_str); 325_ch = RegexCharClass.SingletonChar(_str);
14 references to _ch
System (14)
regex\system\text\regularexpressions\RegexFCD.cs (5)
88string pref = String.Empty.PadRight(curNode._m, curNode._ch); 95return new RegexPrefix(curNode._ch.ToString(CultureInfo.InvariantCulture), 0 != (curNode._options & RegexOptions.IgnoreCase)); 440PushFC(new RegexFC(node._ch, NodeType == RegexNode.Notone, false, ci)); 445PushFC(new RegexFC(node._ch, false, node._m == 0, ci)); 450PushFC(new RegexFC(node._ch, true, node._m == 0, ci));
regex\system\text\regularexpressions\RegexNode.cs (5)
408prevCharClass.AddChar(prev._ch); 415prevCharClass.AddChar(at._ch); 498prev._str = Convert.ToString(prev._ch, CultureInfo.InvariantCulture); 503prev._str += at._ch.ToString(); 509prev._str = at._ch.ToString() + prev._str;
regex\system\text\regularexpressions\RegexReplacement.cs (1)
49sb.Append(child._ch);
regex\system\text\regularexpressions\RegexWriter.cs (3)
497Emit(node._type | bits, (int)node._ch); 506RegexCode.Onerep : RegexCode.Notonerep) | bits, (int)node._ch, node._m); 508Emit(node._type | bits, (int)node._ch, node._n == Int32.MaxValue ?