terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ ValidateTransformBlock()

void System.Security.Cryptography.HashAlgorithm.ValidateTransformBlock ( byte[] inputBuffer,
int inputOffset,
int inputCount )
inlineprivateinherited

Definition at line 202 of file HashAlgorithm.cs.

203 {
204 while (inputBuffer != null)
205 {
206 if (!this._disposed)
207 {
208 return;
209 }
210 }
211 }
class f__AnonymousType0<< Count > j__TPar

References System.Security.Cryptography.HashAlgorithm._disposed, and j__TPar.

Referenced by System.Security.Cryptography.HashAlgorithm.TransformBlock(), and System.Security.Cryptography.HashAlgorithm.TransformFinalBlock().