29 references to chars
System.Private.CoreLib (29)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Text\ASCIIEncoding.cs (11)
84
ThrowHelper.ThrowArgumentNullException(ExceptionArgument.
chars
, ExceptionResource.ArgumentNull_Array);
94
ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument.
chars
, ExceptionResource.ArgumentOutOfRange_IndexCountBuffer);
112
ThrowHelper.ThrowArgumentNullException(ExceptionArgument.
chars
);
130
ThrowHelper.ThrowArgumentNullException(ExceptionArgument.
chars
);
215
argument: (chars is null) ? ExceptionArgument.
chars
: ExceptionArgument.bytes,
228
ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument.
chars
, ExceptionResource.ArgumentOutOfRange_IndexCount);
263
argument: (chars is null) ? ExceptionArgument.
chars
: ExceptionArgument.bytes,
276
ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument.
chars
, ExceptionResource.ArgumentOutOfRange_IndexCount);
301
argument: (chars is null) ? ExceptionArgument.
chars
: ExceptionArgument.bytes,
554
argument: (bytes is null) ? ExceptionArgument.bytes : ExceptionArgument.
chars
,
592
argument: (bytes is null) ? ExceptionArgument.bytes : ExceptionArgument.
chars
,
src\runtime\src\libraries\System.Private.CoreLib\src\System\Text\Latin1Encoding.cs (8)
46
ThrowHelper.ThrowArgumentNullException(ExceptionArgument.
chars
);
61
ThrowHelper.ThrowArgumentNullException(ExceptionArgument.
chars
, ExceptionResource.ArgumentNull_Array);
71
ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument.
chars
, ExceptionResource.ArgumentOutOfRange_IndexCountBuffer);
180
argument: (chars is null) ? ExceptionArgument.
chars
: ExceptionArgument.bytes,
199
argument: (chars is null) ? ExceptionArgument.
chars
: ExceptionArgument.bytes,
212
ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument.
chars
, ExceptionResource.ArgumentOutOfRange_IndexCount);
416
argument: (bytes is null) ? ExceptionArgument.bytes : ExceptionArgument.
chars
,
460
argument: (bytes is null) ? ExceptionArgument.bytes : ExceptionArgument.
chars
,
src\runtime\src\libraries\System.Private.CoreLib\src\System\Text\UTF8Encoding.cs (9)
133
ThrowHelper.ThrowArgumentNullException(ExceptionArgument.
chars
, ExceptionResource.ArgumentNull_Array);
143
ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument.
chars
, ExceptionResource.ArgumentOutOfRange_IndexCountBuffer);
161
ThrowHelper.ThrowArgumentNullException(ExceptionArgument.
chars
);
179
ThrowHelper.ThrowArgumentNullException(ExceptionArgument.
chars
);
309
argument: (chars is null) ? ExceptionArgument.
chars
: ExceptionArgument.bytes,
322
ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument.
chars
, ExceptionResource.ArgumentOutOfRange_IndexCount);
347
argument: (chars is null) ? ExceptionArgument.
chars
: ExceptionArgument.bytes,
504
argument: (bytes is null) ? ExceptionArgument.bytes : ExceptionArgument.
chars
,
542
argument: (bytes is null) ? ExceptionArgument.bytes : ExceptionArgument.
chars
,
src\runtime\src\libraries\System.Private.CoreLib\src\System\ThrowHelper.cs (1)
891
case ExceptionArgument.
chars
: