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

◆ Position

override long Ionic.Zlib.DeflateStream.Position
getset

Definition at line 214 of file DeflateStream.cs.

215 {
216 get
217 {
218 ZlibBaseStream baseStream = this._baseStream;
219 if (baseStream._streamMode == ZlibBaseStream.StreamMode.Writer)
220 {
222 }
223 return 0L;
224 }
225 set
226 {
227 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
228 }
229 }
class f__AnonymousType0<< Count > j__TPar