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.IO.Compression.DeflateStream.Write ( byte[] array,
int offset,
int count )
inline

Definition at line 157 of file DeflateStream.cs.

158 {
159 if (!this.disposed)
160 {
161 if (array != null)
162 {
163 if (count != 0)
164 {
165 DeflateStreamNative deflateStreamNative = this.native;
166 return;
167 }
168 return;
169 }
170 }
171 else
172 {
173 Type type = base.GetType();
174 }
175 }
class f__AnonymousType0<< Count > j__TPar
new Type GetType()
Definition Type.cs:287

References System.count, System.IO.Compression.DeflateStream.disposed, System.Type.GetType(), j__TPar, and System.IO.Compression.DeflateStream.native.