6 references to count
System.Text.RegularExpressions (6)
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 (2)
28ExceptionArgument.count => nameof(ExceptionArgument.count),