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

◆ SetLength()

override void System.IO.ChunkedMemoryStream.SetLength ( long value)
inline

Definition at line 186 of file ChunkedMemoryStream.cs.

187 {
188 while (this._currentChunk != null)
189 {
190 }
191 this.AppendChunk(value);
192 }
ChunkedMemoryStream.MemoryChunk _currentChunk

References System.IO.ChunkedMemoryStream._currentChunk, and System.IO.ChunkedMemoryStream.AppendChunk().