10 references to charIndex
System.Private.CoreLib (10)
src\libraries\System.Private.CoreLib\src\System\Text\ASCIIEncoding.cs (3)
221
argument: (charIndex < 0) ? ExceptionArgument.
charIndex
: ExceptionArgument.charCount,
269
argument: (charIndex < 0) ? ExceptionArgument.
charIndex
: ExceptionArgument.charCount,
571
ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument.
charIndex
, ExceptionResource.ArgumentOutOfRange_IndexMustBeLessOrEqual);
src\libraries\System.Private.CoreLib\src\System\Text\Latin1Encoding.cs (3)
205
argument: (charIndex < 0) ? ExceptionArgument.
charIndex
: ExceptionArgument.charCount,
267
argument: (charIndex < 0) ? ExceptionArgument.
charIndex
: ExceptionArgument.charCount,
477
ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument.
charIndex
, ExceptionResource.ArgumentOutOfRange_IndexMustBeLessOrEqual);
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\libraries\System.Private.CoreLib\src\System\ThrowHelper.cs (1)
893
case ExceptionArgument.
charIndex
: