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