12 references to byteCount
System.Private.CoreLib (12)
src\libraries\System.Private.CoreLib\src\System\Text\ASCIIEncoding.cs (4)
307
argument: (charCount < 0) ? ExceptionArgument.charCount : ExceptionArgument.
byteCount
,
560
argument: (byteIndex < 0) ? ExceptionArgument.byteIndex : ExceptionArgument.
byteCount
,
598
argument: (byteCount < 0) ? ExceptionArgument.
byteCount
: ExceptionArgument.charCount,
737
argument: (byteIndex < 0) ? ExceptionArgument.byteIndex : ExceptionArgument.
byteCount
,
src\libraries\System.Private.CoreLib\src\System\Text\Latin1Encoding.cs (4)
186
argument: (charCount < 0) ? ExceptionArgument.charCount : ExceptionArgument.
byteCount
,
399
ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument.
byteCount
, ExceptionResource.ArgumentOutOfRange_NeedNonNegNum);
422
argument: (byteCount < 0) ? ExceptionArgument.
byteCount
: ExceptionArgument.charCount,
466
argument: (byteIndex < 0) ? ExceptionArgument.byteIndex : ExceptionArgument.
byteCount
,
src\libraries\System.Private.CoreLib\src\System\Text\UTF8Encoding.cs (3)
354
argument: (charCount < 0) ? ExceptionArgument.charCount : ExceptionArgument.
byteCount
,
511
argument: (byteIndex < 0) ? ExceptionArgument.byteIndex : ExceptionArgument.
byteCount
,
549
argument: (byteCount < 0) ? ExceptionArgument.
byteCount
: ExceptionArgument.charCount,
src\libraries\System.Private.CoreLib\src\System\ThrowHelper.cs (1)
887
case ExceptionArgument.
byteCount
: