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

◆ Dispose() [2/2]

override void System.Security.Cryptography.TailStream.Dispose ( bool disposing)
inlineprotectedvirtual

Reimplemented from System.IO.Stream.

Definition at line 27 of file TailStream.cs.

28 {
29 long num;
30 if (this._Buffer != null)
31 {
32 num = 0L;
33 }
34 base.Dispose(num != 0L);
35 }
class f__AnonymousType0<< Count > j__TPar

References System.Security.Cryptography.TailStream._Buffer, j__TPar, and System.L.