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

◆ Combine() [2/3]

static string System.IO.Path.Combine ( string path1,
string path2 )
inlinestatic

Definition at line 41 of file Path.cs.

42 {
43 int num;
44 do
45 {
46 num = 1;
47 }
48 while (path1 == null);
49 if (num != 0)
50 {
51 int stringLength = path1._stringLength;
52 if (stringLength != 0)
53 {
54 if (stringLength == 0)
55 {
56 }
57 if (stringLength == 0)
58 {
59 }
60 if (stringLength == 0)
61 {
62 }
63 bool flag = Path.IsPathRooted(path1);
64 string text;
65 return text;
66 }
67 }
68 return path1;
69 }
class f__AnonymousType0<< Count > j__TPar
static Path()
Definition Path.cs:369

References System.IO.Path.IsPathRooted(), j__TPar, and System.text.

Referenced by System.Net.NetworkInformation.MibIPGlobalProperties.MibIPGlobalProperties(), Ionic.Zip.ZipFile._InternalExtractAll(), Ionic.Zip.ZipSegmentedStream._NameForSegment(), Ionic.Zip.ZipFile.AddOrUpdateDirectoryImpl(), Mono.Security.X509.X509Store.BuildCertificatesCollection(), Mono.Security.X509.X509Store.BuildCrlsCollection(), System.IO.FileSystem.CopyFile(), Ionic.Zip.SharedUtilities.CreateAndOpenUniqueTempFile(), System.TimeZoneInfo.FindTimeZoneId(), System.IO.PathInternal.GetIsCaseSensitive(), ReLogic.OS.Windows.PathService.GetStoragePath(), Terraria.IO.ResourcePack.HasFile(), Mono.Security.X509.X509Store.Import(), Mono.Security.X509.X509Store.Import(), Mono.Security.X509.X509Store.ImportNewFormat(), System.Reflection.Assembly.InternalGetSatelliteAssembly(), Microsoft.Xna.Framework.Content.ContentManager.Load< T1 >(), System.Net.HttpListener.LoadCertificateAndKey(), Ionic.Zip.ZipEntry.NameInArchive(), ReLogic.Content.Sources.XnaContentSource.OpenStream(), Microsoft.Xna.Framework.TitleContainer.OpenStream(), Mono.Security.X509.X509Store.Remove(), Mono.Security.X509.X509Store.Remove(), Mono.Security.X509.X509Store.RemoveNewFormat(), System.TimeZoneInfo.TryGetLocalTzFile(), System.Environment.UnixGetFolderPath(), and Ionic.Zip.ZipEntry.ValidateOutput().