13 references to charCount
System.Private.CoreLib (13)
src\libraries\System.Private.CoreLib\src\System\Text\ASCIIEncoding.cs (4)
221argument: (charIndex < 0) ? ExceptionArgument.charIndex : ExceptionArgument.charCount, 269argument: (charIndex < 0) ? ExceptionArgument.charIndex : ExceptionArgument.charCount, 307argument: (charCount < 0) ? ExceptionArgument.charCount : ExceptionArgument.byteCount, 598argument: (byteCount < 0) ? ExceptionArgument.byteCount : ExceptionArgument.charCount,
src\libraries\System.Private.CoreLib\src\System\Text\Latin1Encoding.cs (4)
186argument: (charCount < 0) ? ExceptionArgument.charCount : ExceptionArgument.byteCount, 205argument: (charIndex < 0) ? ExceptionArgument.charIndex : ExceptionArgument.charCount, 267argument: (charIndex < 0) ? ExceptionArgument.charIndex : ExceptionArgument.charCount, 422argument: (byteCount < 0) ? ExceptionArgument.byteCount : ExceptionArgument.charCount,
src\libraries\System.Private.CoreLib\src\System\Text\UTF8Encoding.cs (4)
268argument: (charIndex < 0) ? ExceptionArgument.charIndex : ExceptionArgument.charCount, 316argument: (charIndex < 0) ? ExceptionArgument.charIndex : ExceptionArgument.charCount, 354argument: (charCount < 0) ? ExceptionArgument.charCount : ExceptionArgument.byteCount, 549argument: (byteCount < 0) ? ExceptionArgument.byteCount : ExceptionArgument.charCount,
src\libraries\System.Private.CoreLib\src\System\ThrowHelper.cs (1)
903case ExceptionArgument.charCount: