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
get
inherited
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
}
191
SafeFileHandle
safeFileHandle
= this.
safeHandle
;
192
if
(!flag)
193
{
194
}
195
}
196
while
(flag);
197
long
num;
198
return
num;
199
}
200
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
Microsoft.Win32.SafeHandles.SafeFileHandle
Definition
SafeFileHandle.cs:7
System.IO.FileStream.safeHandle
SafeFileHandle safeHandle
Definition
FileStream.cs:716
System.IO.FileStream.buf_dirty
bool buf_dirty
Definition
FileStream.cs:740
System.IO.FileStream.FlushBuffer
void FlushBuffer()
Definition
FileStream.cs:592
System.Runtime.InteropServices.SafeHandle.IsClosed
bool IsClosed
Definition
SafeHandle.cs:43
System
Net
FileWebStream
Generated by
1.10.0