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

◆ ReadBody()

MonoChunkParser.State System.Net.MonoChunkParser.ReadBody ( byte[] buffer,
int offset,
int size )
inlineprivate

Definition at line 152 of file MonoChunkParser.cs.

153 {
154 if (this.chunkSize != 0)
155 {
156 int num = this.chunkRead;
158 int num2 = this.chunkSize;
159 return;
160 }
161 }
class f__AnonymousType0<< Count > j__TPar

References System.Net.MonoChunkParser.chunkRead, System.Net.MonoChunkParser.chunks, System.Net.MonoChunkParser.chunkSize, and j__TPar.

Referenced by System.Net.MonoChunkParser.InternalWrite().