29 references to chars
System.Private.CoreLib (29)
src\libraries\System.Private.CoreLib\src\System\Text\ASCIIEncoding.cs (11)
83ThrowHelper.ThrowArgumentNullException(ExceptionArgument.chars, ExceptionResource.ArgumentNull_Array); 93ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument.chars, ExceptionResource.ArgumentOutOfRange_IndexCountBuffer); 111ThrowHelper.ThrowArgumentNullException(ExceptionArgument.chars); 129ThrowHelper.ThrowArgumentNullException(ExceptionArgument.chars); 214argument: (chars is null) ? ExceptionArgument.chars : ExceptionArgument.bytes, 227ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument.chars, ExceptionResource.ArgumentOutOfRange_IndexCount); 262argument: (chars is null) ? ExceptionArgument.chars : ExceptionArgument.bytes, 275ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument.chars, ExceptionResource.ArgumentOutOfRange_IndexCount); 300argument: (chars is null) ? ExceptionArgument.chars : ExceptionArgument.bytes, 553argument: (bytes is null) ? ExceptionArgument.bytes : ExceptionArgument.chars, 591argument: (bytes is null) ? ExceptionArgument.bytes : ExceptionArgument.chars,
src\libraries\System.Private.CoreLib\src\System\Text\Latin1Encoding.cs (8)
45ThrowHelper.ThrowArgumentNullException(ExceptionArgument.chars); 60ThrowHelper.ThrowArgumentNullException(ExceptionArgument.chars, ExceptionResource.ArgumentNull_Array); 70ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument.chars, ExceptionResource.ArgumentOutOfRange_IndexCountBuffer); 179argument: (chars is null) ? ExceptionArgument.chars : ExceptionArgument.bytes, 198argument: (chars is null) ? ExceptionArgument.chars : ExceptionArgument.bytes, 211ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument.chars, ExceptionResource.ArgumentOutOfRange_IndexCount); 415argument: (bytes is null) ? ExceptionArgument.bytes : ExceptionArgument.chars, 459argument: (bytes is null) ? ExceptionArgument.bytes : ExceptionArgument.chars,
src\libraries\System.Private.CoreLib\src\System\Text\UTF8Encoding.cs (9)
133ThrowHelper.ThrowArgumentNullException(ExceptionArgument.chars, ExceptionResource.ArgumentNull_Array); 143ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument.chars, ExceptionResource.ArgumentOutOfRange_IndexCountBuffer); 161ThrowHelper.ThrowArgumentNullException(ExceptionArgument.chars); 179ThrowHelper.ThrowArgumentNullException(ExceptionArgument.chars); 309argument: (chars is null) ? ExceptionArgument.chars : ExceptionArgument.bytes, 322ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument.chars, ExceptionResource.ArgumentOutOfRange_IndexCount); 347argument: (chars is null) ? ExceptionArgument.chars : ExceptionArgument.bytes, 504argument: (bytes is null) ? ExceptionArgument.bytes : ExceptionArgument.chars, 542argument: (bytes is null) ? ExceptionArgument.bytes : ExceptionArgument.chars,
src\libraries\System.Private.CoreLib\src\System\ThrowHelper.cs (1)
899case ExceptionArgument.chars: