7 references to BeginIndexNotNegative
System.Text.RegularExpressions (7)
System\Text\RegularExpressions\MatchCollection.cs (1)
29
ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument.startat, ExceptionResource.
BeginIndexNotNegative
);
System\Text\RegularExpressions\Regex.cs (1)
417
ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument.startat, ExceptionResource.
BeginIndexNotNegative
);
System\Text\RegularExpressions\Regex.EnumerateSplits.cs (1)
166
ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument.startat, ExceptionResource.
BeginIndexNotNegative
);
System\Text\RegularExpressions\Regex.Replace.cs (1)
167
ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument.startat, ExceptionResource.
BeginIndexNotNegative
);
System\Text\RegularExpressions\Regex.Split.cs (1)
80
ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument.startat, ExceptionResource.
BeginIndexNotNegative
);
System\Text\RegularExpressions\RegexReplacement.cs (1)
202
ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument.startat, ExceptionResource.
BeginIndexNotNegative
);
System\Text\RegularExpressions\ThrowHelper.cs (1)
48
ExceptionResource.
BeginIndexNotNegative
=> SR.BeginIndexNotNegative,