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

◆ Length

override long System.IO.FileStream.Length
getinherited

Definition at line 178 of file FileStream.cs.

179 {
180 get
181 {
182 bool flag;
183 do
184 {
185 bool isClosed = this.safeHandle.IsClosed;
186 flag = this.buf_dirty;
187 if (flag)
188 {
189 this.FlushBuffer();
190 }
192 if (!flag)
193 {
194 }
195 }
196 while (flag);
197 long num;
198 return num;
199 }
200 }
class f__AnonymousType0<< Count > j__TPar
SafeFileHandle safeHandle