2 references to TransformBlock
System.Security.Cryptography (2)
System\Security\Cryptography\CryptoStream.cs (2)
598numOutputBytes = TransformBlock(_transform, buffer.Slice(currentInputIndex, numWholeBlocksInBytes), tempOutputBuffer, 0); 626numOutputBytes = TransformBlock(_transform, buffer.Slice(currentInputIndex, _inputBlockSize), _outputBuffer, 0);