4 references to buffer
System.Private.CoreLib (4)
src\runtime\src\libraries\System.Private.CoreLib\src\System\IO\Stream.cs (1)
955ThrowHelper.ThrowArgumentNullException(ExceptionArgument.buffer);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Random.cs (2)
174ThrowHelper.ThrowArgumentNullException(ExceptionArgument.buffer); 846ThrowHelper.ThrowArgumentNullException(ExceptionArgument.buffer);
src\runtime\src\libraries\System.Private.CoreLib\src\System\ThrowHelper.cs (1)
1035case ExceptionArgument.buffer: