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

◆ ToSpecifiedFullPath()

string System.IO.Enumeration.FileSystemEntry.ToSpecifiedFullPath ( )
inline

Definition at line 187 of file FileSystemEntry.cs.

188 {
194 int length3 = this.<OriginalRootDirectory>k__BackingField._length;
195 if (length == 0)
196 {
197 }
198 bool flag = PathInternal.EndsInDirectorySeparator(readOnlySpan2);
199 if (length == 0)
200 {
201 }
202 bool flag2 = PathInternal.StartsWithDirectorySeparator(readOnlySpan);
205 int length4 = this.<OriginalRootDirectory>k__BackingField._length;
206 ReadOnlySpan<char> fileName = this.FileName;
207 if (length == 0)
208 {
209 }
210 string text;
211 return text;
212 }
class f__AnonymousType0<< Count > j__TPar
static void ThrowArgumentOutOfRangeException()
ReadOnlySpan< char >< Directory > k__BackingField
readonly int _length

References System.ReadOnlySpan< T >._length, System.IO.PathInternal.EndsInDirectorySeparator(), System.IO.Enumeration.FileSystemEntry.FileName, j__TPar, System.IO.Enumeration.FileSystemEntry.k__BackingField, System.length, System.IO.Enumeration.FileSystemEntry.OriginalRootDirectory, System.IO.Enumeration.FileSystemEntry.RootDirectory, System.IO.PathInternal.StartsWithDirectorySeparator(), System.text, and System.ThrowHelper.ThrowArgumentOutOfRangeException().