29 references to chars
System.Private.CoreLib (29)
src\libraries\System.Private.CoreLib\src\System\Text\ASCIIEncoding.cs (11)
83
ThrowHelper.ThrowArgumentNullException(ExceptionArgument.
chars
, ExceptionResource.ArgumentNull_Array);
93
ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument.
chars
, ExceptionResource.ArgumentOutOfRange_IndexCountBuffer);
111
ThrowHelper.ThrowArgumentNullException(ExceptionArgument.
chars
);
129
ThrowHelper.ThrowArgumentNullException(ExceptionArgument.
chars
);
214
argument: (chars is null) ? ExceptionArgument.
chars
: ExceptionArgument.bytes,
227
ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument.
chars
, ExceptionResource.ArgumentOutOfRange_IndexCount);
262
argument: (chars is null) ? ExceptionArgument.
chars
: ExceptionArgument.bytes,
275
ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument.
chars
, ExceptionResource.ArgumentOutOfRange_IndexCount);
300
argument: (chars is null) ? ExceptionArgument.
chars
: ExceptionArgument.bytes,
553
argument: (bytes is null) ? ExceptionArgument.bytes : ExceptionArgument.
chars
,
591
argument: (bytes is null) ? ExceptionArgument.bytes : ExceptionArgument.
chars
,
src\libraries\System.Private.CoreLib\src\System\Text\Latin1Encoding.cs (8)
45
ThrowHelper.ThrowArgumentNullException(ExceptionArgument.
chars
);
60
ThrowHelper.ThrowArgumentNullException(ExceptionArgument.
chars
, ExceptionResource.ArgumentNull_Array);
70
ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument.
chars
, ExceptionResource.ArgumentOutOfRange_IndexCountBuffer);
179
argument: (chars is null) ? ExceptionArgument.
chars
: ExceptionArgument.bytes,
198
argument: (chars is null) ? ExceptionArgument.
chars
: ExceptionArgument.bytes,
211
ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument.
chars
, ExceptionResource.ArgumentOutOfRange_IndexCount);
415
argument: (bytes is null) ? ExceptionArgument.bytes : ExceptionArgument.
chars
,
459
argument: (bytes is null) ? ExceptionArgument.bytes : ExceptionArgument.
chars
,
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\libraries\System.Private.CoreLib\src\System\ThrowHelper.cs (1)
891
case ExceptionArgument.
chars
: