2 references to MatchIndex
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)
548
int start2 =
MatchIndex
(uncapnum);