4 references to Tidy
System.Text.RegularExpressions (4)
System\Text\RegularExpressions\Match.cs (1)
86/// for a <see cref="Match"/> to call <see cref="Tidy"/> first, in order to report the correct value, while this API will return
System\Text\RegularExpressions\Regex.cs (2)
508match.Tidy(runner.runtextpos, 0, mode); 634match.Tidy(runner.runtextpos, beginning, mode);
System\Text\RegularExpressions\RegexRunner.cs (1)
220match.Tidy(runtextpos, 0, mode);