10 references to RegexRunnerMethod
System.Text.RegularExpressions (10)
System\Text\RegularExpressions\RegexCompiler.cs (10)
31private static readonly MethodInfo s_captureMethod = RegexRunnerMethod("Capture"); 32private static readonly MethodInfo s_transferCaptureMethod = RegexRunnerMethod("TransferCapture"); 33private static readonly MethodInfo s_uncaptureMethod = RegexRunnerMethod("Uncapture"); 34private static readonly MethodInfo s_isMatchedMethod = RegexRunnerMethod("IsMatched"); 35private static readonly MethodInfo s_matchLengthMethod = RegexRunnerMethod("MatchLength"); 36private static readonly MethodInfo s_matchIndexMethod = RegexRunnerMethod("MatchIndex"); 38private static readonly MethodInfo s_isWordCharMethod = RegexRunnerMethod("IsWordChar"); 40private static readonly MethodInfo s_crawlposMethod = RegexRunnerMethod("Crawlpos"); 41private static readonly MethodInfo s_charInClassMethod = RegexRunnerMethod("CharInClass"); 42private static readonly MethodInfo s_checkTimeoutMethod = RegexRunnerMethod("CheckTimeout");