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