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