6 references to Empty
System.Text.RegularExpressions (5)
System\Text\RegularExpressions\Match.cs (1)
26/// returns a <see cref="Match"/> object that is equal to <see cref="Match.Empty"/>. You can use the
System\Text\RegularExpressions\Regex.cs (2)
597return RegularExpressions.Match.Empty; 795return RegularExpressions.Match.Empty;
System\Text\RegularExpressions\RegexRunner.cs (2)
205return Match.Empty; 270return Match.Empty;
xunit.assert (1)
Sdk\Exceptions\ExceptionUtility.cs (1)
71 if (match == Match.Empty)