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

◆ Write() [1/2]

override void System.Security.Cryptography.TailStream.Write ( byte[] buffer,
int offset,
int count )
inline

Definition at line 255 of file TailStream.cs.

256 {
257 while (this._Buffer == null)
258 {
259 }
260 if (count == 0)
261 {
262 return;
263 }
264 bool bufferFull = this._BufferFull;
265 int bufferSize = this._BufferSize;
266 if (bufferFull)
267 {
268 return;
269 }
270 }
class f__AnonymousType0<< Count > j__TPar

References System.Security.Cryptography.TailStream._Buffer, System.Security.Cryptography.TailStream._BufferFull, System.Security.Cryptography.TailStream._BufferSize, and j__TPar.