13 references to charCount
System.Private.CoreLib (13)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Text\ASCIIEncoding.cs (4)
222argument: (charIndex < 0) ? ExceptionArgument.charIndex : ExceptionArgument.charCount, 270argument: (charIndex < 0) ? ExceptionArgument.charIndex : ExceptionArgument.charCount, 308argument: (charCount < 0) ? ExceptionArgument.charCount : ExceptionArgument.byteCount, 599argument: (byteCount < 0) ? ExceptionArgument.byteCount : ExceptionArgument.charCount,
src\runtime\src\libraries\System.Private.CoreLib\src\System\Text\Latin1Encoding.cs (4)
187argument: (charCount < 0) ? ExceptionArgument.charCount : ExceptionArgument.byteCount, 206argument: (charIndex < 0) ? ExceptionArgument.charIndex : ExceptionArgument.charCount, 268argument: (charIndex < 0) ? ExceptionArgument.charIndex : ExceptionArgument.charCount, 423argument: (byteCount < 0) ? ExceptionArgument.byteCount : ExceptionArgument.charCount,
src\runtime\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\runtime\src\libraries\System.Private.CoreLib\src\System\ThrowHelper.cs (1)
895case ExceptionArgument.charCount: