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

◆ FlushAsync()

override Task System.IO.FileStream.FlushAsync ( CancellationToken cancellationToken)
inlinevirtualinherited

Reimplemented from System.IO.Stream.

Definition at line 523 of file FileStream.cs.

524 {
525 bool isClosed = this.safeHandle.IsClosed;
526 return base.FlushAsync(cancellationToken);
527 }
class f__AnonymousType0<< Count > j__TPar
SafeFileHandle safeHandle

References System.Runtime.InteropServices.SafeHandle.IsClosed, j__TPar, and System.IO.FileStream.safeHandle.