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