5 references to CountTooSmall
System.Text.RegularExpressions (5)
System\Text\RegularExpressions\Regex.EnumerateSplits.cs (1)
161
ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument.count, ExceptionResource.
CountTooSmall
);
System\Text\RegularExpressions\Regex.Replace.cs (1)
163
ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument.count, ExceptionResource.
CountTooSmall
);
System\Text\RegularExpressions\Regex.Split.cs (1)
76
ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument.count, ExceptionResource.
CountTooSmall
);
System\Text\RegularExpressions\RegexReplacement.cs (1)
198
ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument.count, ExceptionResource.
CountTooSmall
);
System\Text\RegularExpressions\ThrowHelper.cs (1)
49
ExceptionResource.
CountTooSmall
=> SR.CountTooSmall,