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

◆ OriginalStringSwitched

bool System.Uri.OriginalStringSwitched
getprivate

Definition at line 1124 of file Uri.cs.

1125 {
1126 get
1127 {
1128 if (this.m_iriParsing)
1129 {
1130 }
1131 bool allowIdn = this.AllowIdn;
1132 global::System.Uri.Flags flags = this.m_Flags;
1133 return allowIdn;
1134 }
1135 }
class f__AnonymousType0<< Count > j__TPar
bool m_iriParsing
Definition Uri.cs:2533
global::System.Uri.Flags m_Flags
Definition Uri.cs:2527
bool AllowIdn
Definition Uri.cs:134

Referenced by System.Uri.GetHashCode(), and System.Uri.GetLocalPath().