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

◆ InternalEnumeratePaths()

static IEnumerable< string > System.IO.Directory.InternalEnumeratePaths ( string path,
string searchPattern,
SearchTarget searchTarget,
EnumerationOptions options )
inlinestaticpackage

Definition at line 146 of file Directory.cs.

147 {
148 while (path == null)
149 {
150 }
151 if (!true)
152 {
153 }
154 if (!true)
155 {
156 }
157 IEnumerable<string> enumerable;
158 return enumerable;
159 }