14 references to ThrowArgumentNullException
System.IO.Pipelines (14)
System\IO\Pipelines\Pipe.cs (3)
97
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.options);
628
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.callback);
667
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.callback);
System\IO\Pipelines\PipeReader.cs (2)
181
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.destination);
203
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.destination);
System\IO\Pipelines\PipeReaderStream.cs (2)
52
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.buffer);
87
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.buffer);
System\IO\Pipelines\PipeWriterStream.cs (1)
76
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.buffer);
System\IO\Pipelines\StreamPipeExtensions.cs (2)
21
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.source);
25
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.destination);
System\IO\Pipelines\StreamPipeReader.cs (2)
43
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.readingStream);
47
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.options);
System\IO\Pipelines\StreamPipeWriter.cs (2)
50
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.writingStream);
54
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.options);