29 references to chars
System.Private.CoreLib (29)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Text\ASCIIEncoding.cs (11)
84ThrowHelper.ThrowArgumentNullException(ExceptionArgument.chars, ExceptionResource.ArgumentNull_Array); 94ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument.chars, ExceptionResource.ArgumentOutOfRange_IndexCountBuffer); 112ThrowHelper.ThrowArgumentNullException(ExceptionArgument.chars); 130ThrowHelper.ThrowArgumentNullException(ExceptionArgument.chars); 215argument: (chars is null) ? ExceptionArgument.chars : ExceptionArgument.bytes, 228ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument.chars, ExceptionResource.ArgumentOutOfRange_IndexCount); 263argument: (chars is null) ? ExceptionArgument.chars : ExceptionArgument.bytes, 276ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument.chars, ExceptionResource.ArgumentOutOfRange_IndexCount); 301argument: (chars is null) ? ExceptionArgument.chars : ExceptionArgument.bytes, 554argument: (bytes is null) ? ExceptionArgument.bytes : ExceptionArgument.chars, 592argument: (bytes is null) ? ExceptionArgument.bytes : ExceptionArgument.chars,
src\runtime\src\libraries\System.Private.CoreLib\src\System\Text\Latin1Encoding.cs (8)
46ThrowHelper.ThrowArgumentNullException(ExceptionArgument.chars); 61ThrowHelper.ThrowArgumentNullException(ExceptionArgument.chars, ExceptionResource.ArgumentNull_Array); 71ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument.chars, ExceptionResource.ArgumentOutOfRange_IndexCountBuffer); 180argument: (chars is null) ? ExceptionArgument.chars : ExceptionArgument.bytes, 199argument: (chars is null) ? ExceptionArgument.chars : ExceptionArgument.bytes, 212ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument.chars, ExceptionResource.ArgumentOutOfRange_IndexCount); 416argument: (bytes is null) ? ExceptionArgument.bytes : ExceptionArgument.chars, 460argument: (bytes is null) ? ExceptionArgument.bytes : ExceptionArgument.chars,
src\runtime\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\runtime\src\libraries\System.Private.CoreLib\src\System\ThrowHelper.cs (1)
891case ExceptionArgument.chars: