2 references to MatchLength
System.Text.RegularExpressions (2)
System\Text\RegularExpressions\RegexInterpreter.cs (1)
864
if (!MatchRef(MatchIndex(capnum),
MatchLength
(capnum), inputSpan, (_operator & RegexOpcode.CaseInsensitive) != 0))
System\Text\RegularExpressions\RegexRunner.cs (1)
549
int end2 = start2 +
MatchLength
(uncapnum);