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