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