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