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)
597
return RegularExpressions.Match.
Empty
;
795
return RegularExpressions.Match.
Empty
;
System\Text\RegularExpressions\RegexRunner.cs (2)
205
return Match.
Empty
;
270
return Match.
Empty
;
xunit.assert (1)
Sdk\Exceptions\ExceptionUtility.cs (1)
71
if (match == Match.
Empty
)