12 references to byteCount
System.Private.CoreLib (12)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Text\ASCIIEncoding.cs (4)
308
argument: (charCount < 0) ? ExceptionArgument.charCount : ExceptionArgument.
byteCount
,
561
argument: (byteIndex < 0) ? ExceptionArgument.byteIndex : ExceptionArgument.
byteCount
,
599
argument: (byteCount < 0) ? ExceptionArgument.
byteCount
: ExceptionArgument.charCount,
738
argument: (byteIndex < 0) ? ExceptionArgument.byteIndex : ExceptionArgument.
byteCount
,
src\runtime\src\libraries\System.Private.CoreLib\src\System\Text\Latin1Encoding.cs (4)
187
argument: (charCount < 0) ? ExceptionArgument.charCount : ExceptionArgument.
byteCount
,
400
ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument.
byteCount
, ExceptionResource.ArgumentOutOfRange_NeedNonNegNum);
423
argument: (byteCount < 0) ? ExceptionArgument.
byteCount
: ExceptionArgument.charCount,
467
argument: (byteIndex < 0) ? ExceptionArgument.byteIndex : ExceptionArgument.
byteCount
,
src\runtime\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\runtime\src\libraries\System.Private.CoreLib\src\System\ThrowHelper.cs (1)
887
case ExceptionArgument.
byteCount
: