16 references to ThrowHelper
System.Security.Cryptography (16)
System\Security\Cryptography\Base64Transforms.cs (16)
31
ThrowHelper
.ValidateTransformBlock(inputBuffer, inputOffset, inputCount);
36
ThrowHelper
.ThrowArgumentOutOfRange(
ThrowHelper
.ExceptionArgument.inputCount);
39
ThrowHelper
.ThrowArgumentNull(
ThrowHelper
.ExceptionArgument.outputBuffer);
42
ThrowHelper
.ThrowArgumentOutOfRange(
ThrowHelper
.ExceptionArgument.inputCount);
46
ThrowHelper
.ThrowArgumentOutOfRange(
ThrowHelper
.ExceptionArgument.outputBuffer);
63
ThrowHelper
.ValidateTransformBlock(inputBuffer, inputOffset, inputCount);
145
ThrowHelper
.ValidateTransformBlock(inputBuffer, inputOffset, inputCount);
149
ThrowHelper
.ThrowArgumentNull(
ThrowHelper
.ExceptionArgument.outputBuffer);
187
ThrowHelper
.ValidateTransformBlock(inputBuffer, inputOffset, inputCount);
245
ThrowHelper
.ThrowBase64FormatException();
313
ThrowHelper
.ThrowBase64FormatException();