10 references to Append
System.Text.RegularExpressions (10)
src\libraries\Common\src\System\Text\ValueStringBuilder.cs (1)
238
Append
(c);
System\Text\RegularExpressions\RegexCharClass.cs (2)
1654
vsb.
Append
(currentRange.First);
1657
vsb.
Append
((char)(currentRange.Last + 1));
System\Text\RegularExpressions\RegexFindOptimizations.cs (1)
385
vsb.
Append
(chars[0]);
System\Text\RegularExpressions\RegexNode.cs (1)
3144
vsb.
Append
(child.Ch);
System\Text\RegularExpressions\RegexParser.cs (3)
198
vsb.
Append
('\\');
199
vsb.
Append
(ch);
238
vsb.
Append
(parser.ScanCharEscape());
System\Text\RegularExpressions\RegexPrefixAnalyzer.cs (1)
423
vsb.
Append
(node.Ch);
System\Text\RegularExpressions\RegexReplacement.cs (1)
55
vsb.
Append
(child.Ch);