10 references to RegexRunnerMethod
System.Text.RegularExpressions (10)
System\Text\RegularExpressions\RegexCompiler.cs (10)
32
private static MethodInfo CaptureMethod => field ??=
RegexRunnerMethod
("Capture");
33
private static MethodInfo TransferCaptureMethod => field ??=
RegexRunnerMethod
("TransferCapture");
34
private static MethodInfo UncaptureMethod => field ??=
RegexRunnerMethod
("Uncapture");
35
private static MethodInfo IsMatchedMethod => field ??=
RegexRunnerMethod
("IsMatched");
36
private static MethodInfo MatchLengthMethod => field ??=
RegexRunnerMethod
("MatchLength");
37
private static MethodInfo MatchIndexMethod => field ??=
RegexRunnerMethod
("MatchIndex");
39
private static MethodInfo IsWordCharMethod => field ??=
RegexRunnerMethod
("IsWordChar");
41
private static MethodInfo CrawlposMethod => field ??=
RegexRunnerMethod
("Crawlpos");
42
private static MethodInfo CharInClassMethod => field ??=
RegexRunnerMethod
("CharInClass");
43
private static MethodInfo CheckTimeoutMethod => field ??=
RegexRunnerMethod
("CheckTimeout");