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

◆ PrivateParseMinimalIri()

void System.Uri.PrivateParseMinimalIri ( string newHost,
ushort idx )
inlineprivate

Definition at line 1510 of file Uri.cs.

1511 {
1512 if (newHost != null)
1513 {
1515 }
1516 if (this.m_iriParsing)
1517 {
1518 bool allowIdn = this.AllowIdn;
1519 global::System.Uri.Flags flags = this.m_Flags;
1520 return;
1521 }
1522 bool allowIdn2 = this.AllowIdn;
1523 global::System.Uri.Flags flags2 = this.m_Flags;
1524 string @string = this.m_String;
1527 int stringLength = originalUnicodeString._stringLength;
1528 string text2;
1529 string text = @string + text2;
1531 if (this.m_iriParsing)
1532 {
1533 global::System.Uri.Flags flags3 = this.m_Flags;
1535 return;
1536 }
1537 }
class f__AnonymousType0<< Count > j__TPar
string m_originalUnicodeString
Definition Uri.cs:2518
bool m_iriParsing
Definition Uri.cs:2533
global::System.Uri.Flags m_Flags
Definition Uri.cs:2527
string m_String
Definition Uri.cs:2515
bool AllowIdn
Definition Uri.cs:134

References System.Uri.AllowIdn, j__TPar, System.Uri.m_Flags, System.Uri.m_iriParsing, System.Uri.m_originalUnicodeString, System.Uri.m_String, and System.text.