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.Net.Base64Stream.Write ( byte[] buffer,
int offset,
int count )
inline

Definition at line 248 of file Base64Stream.cs.

249 {
250 if (buffer != null)
251 {
252 long num = 0L;
253 long num2 = 0L;
254 int num3 = this.EncodeBytes(buffer, offset, count, num != 0L, num2 != 0L);
255 this.FlushInternal();
256 long num4 = 0L;
257 long num5 = 0L;
258 int num6 = this.EncodeBytes(buffer, offset, count, num4 != 0L, num5 != 0L);
259 return;
260 }
261 }
class f__AnonymousType0<< Count > j__TPar
int EncodeBytes(byte[] buffer, int offset, int count)

References System.count, System.Net.Base64Stream.EncodeBytes(), System.Net.Base64Stream.FlushInternal(), j__TPar, System.L, and System.offset.