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

◆ ExistsCore

bool System.IO.FileSystemInfo.ExistsCore
getpackage

Definition at line 40 of file FileSystemInfo.cs.

41 {
42 get
43 {
44 string fullPath = this.FullPath;
45 if (fullPath != null)
46 {
47 char rawStringData = fullPath.GetRawStringData();
48 int stringLength = fullPath._stringLength;
49 while (fullPath != null)
50 {
51 }
52 }
54 if (this._fileStatus._exists)
55 {
56 bool <InitiallyDirectory>k__BackingField = this._fileStatus.<InitiallyDirectory>k__BackingField;
58 return;
59 }
60 }
61 }
class f__AnonymousType0<< Count > j__TPar