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

◆ GetCanonicalPath()

char[] System.Uri.GetCanonicalPath ( char[] dest,
int pos,
global::System::UriFormat formatAs )
inlineprivate

Definition at line 1845 of file Uri.cs.

1846 {
1847 global::System.Uri.UriInfo info = this.m_Info;
1848 ushort path = info.Offset.Path;
1849 ushort query = info.Offset.Query;
1850 ushort securedPathIndex = this.SecuredPathIndex;
1851 global::System.Uri.Flags flags = this.m_Flags;
1852 string @string = this.m_String;
1853 ushort path2 = this.m_Info.Offset.Path;
1854 ushort path3 = this.m_Info.Offset.Path;
1855 ushort path4 = this.m_Info.Offset.Path;
1856 global::System.Uri.UriInfo info2 = this.m_Info;
1857 ushort path5 = info2.Offset.Path;
1858 ushort query2 = info2.Offset.Query;
1859 char[] array;
1860 return array;
1861 }
class f__AnonymousType0<< Count > j__TPar
ushort SecuredPathIndex
Definition Uri.cs:185
global::System.Uri.UriInfo m_Info
Definition Uri.cs:2530
global::System.Uri.Flags m_Flags
Definition Uri.cs:2527
string m_String
Definition Uri.cs:2515
ushort Path
Definition Uri.cs:2722

References System.array, System.info, j__TPar, System.Uri.m_Flags, System.Uri.m_Info, System.Uri.m_String, System.Uri.Offset.Path, and System.Uri.SecuredPathIndex.