10 references to charIndex
System.Private.CoreLib (10)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Text\ASCIIEncoding.cs (3)
222
argument: (charIndex < 0) ? ExceptionArgument.
charIndex
: ExceptionArgument.charCount,
270
argument: (charIndex < 0) ? ExceptionArgument.
charIndex
: ExceptionArgument.charCount,
572
ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument.
charIndex
, ExceptionResource.ArgumentOutOfRange_IndexMustBeLessOrEqual);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Text\Latin1Encoding.cs (3)
206
argument: (charIndex < 0) ? ExceptionArgument.
charIndex
: ExceptionArgument.charCount,
268
argument: (charIndex < 0) ? ExceptionArgument.
charIndex
: ExceptionArgument.charCount,
478
ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument.
charIndex
, ExceptionResource.ArgumentOutOfRange_IndexMustBeLessOrEqual);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Text\UTF8Encoding.cs (3)
268
argument: (charIndex < 0) ? ExceptionArgument.
charIndex
: ExceptionArgument.charCount,
316
argument: (charIndex < 0) ? ExceptionArgument.
charIndex
: ExceptionArgument.charCount,
522
ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument.
charIndex
, ExceptionResource.ArgumentOutOfRange_IndexMustBeLessOrEqual);
src\runtime\src\libraries\System.Private.CoreLib\src\System\ThrowHelper.cs (1)
893
case ExceptionArgument.
charIndex
: