5 references to Empty
System.Text.RegularExpressions (4)
System\Text\RegularExpressions\Regex.cs (2)
445
return RegularExpressions.Match.
Empty
;
643
return RegularExpressions.Match.
Empty
;
System\Text\RegularExpressions\RegexRunner.cs (2)
203
return Match.
Empty
;
268
return Match.
Empty
;
xunit.assert (1)
Sdk\Exceptions\ExceptionUtility.cs (1)
72
if (match == Match.
Empty
)