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

◆ Refresh()

void System.IO.FileStatus.Refresh ( ReadOnlySpan< char > path)
inline

Definition at line 201 of file FileStatus.cs.

202 {
203 if (!true)
204 {
205 }
206 ReadOnlySpan<char> readOnlySpan = PathInternal.TrimEndingDirectorySeparator(path);
207 if (!true)
208 {
209 }
210 this._exists = true;
211 this._isDirectory = true;
212 if (!true)
213 {
214 }
215 this._isDirectory = true;
216 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar, and System.IO.PathInternal.TrimEndingDirectorySeparator().

Referenced by System.IO.FileStatus.EnsureStatInitialized(), and System.IO.FileStatus.GetExists().