4 references to buffer
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\IO\Stream.cs (1)
960ThrowHelper.ThrowArgumentNullException(ExceptionArgument.buffer);
src\libraries\System.Private.CoreLib\src\System\Random.cs (2)
172ThrowHelper.ThrowArgumentNullException(ExceptionArgument.buffer); 459ThrowHelper.ThrowArgumentNullException(ExceptionArgument.buffer);
src\libraries\System.Private.CoreLib\src\System\ThrowHelper.cs (1)
1047case ExceptionArgument.buffer: