8 references to startat
System.Text.RegularExpressions (8)
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 (2)
39
ExceptionArgument.
startat
=> nameof(ExceptionArgument.
startat
),