2 references to Replace
System (2)
regex\system\text\regularexpressions\Regex.cs (2)
1101return Replace(input, evaluator, -1, UseOptionR() ? input.Length : 0); 1119return Replace(input, evaluator, count, UseOptionR() ? input.Length : 0);