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