3 references to GroupToStringImpl
System (3)
regex\system\text\regularexpressions\RegexMatch.cs (1)
189
return
GroupToStringImpl
(_matchcount.Length - 1);
regex\system\text\regularexpressions\RegexReplacement.cs (2)
100
sb.Append(match.
GroupToStringImpl
(-Specials - 1 - r));
130
al.Add(match.
GroupToStringImpl
(-Specials - 1 - r));