3 references to Match
System.Text.RegularExpressions (3)
System\Text\RegularExpressions\Match.cs (2)
63
public static Match Empty { get; } = new
Match
(null, 1, string.Empty, 0);
381
base
(regex, capcount, text, textLength)
System\Text\RegularExpressions\RegexRunner.cs (1)
292
new
Match
(runregex, runregex.capsize, runtext, text.Length) :