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