3 references to LastGroup
System.Text.RegularExpressions (3)
System\Text\RegularExpressions\RegexParser.cs (1)
1394
capnum = RegexReplacement.
LastGroup
;
System\Text\RegularExpressions\RegexReplacement.cs (2)
138
LastGroup
=> match.LastGroupToStringImpl(),
170
LastGroup
=> match.LastGroupToStringImpl(),