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