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

◆ ParseRemaining()

void System.Uri.ParseRemaining ( )
inlineprivate

Definition at line 1673 of file Uri.cs.

1674 {
1675 global::System.Uri.Flags flags = this.m_Flags;
1676 this.CreateUriInfo(flags);
1677 global::System.Uri.Flags flags2 = this.m_Flags;
1678 if (this.m_iriParsing)
1679 {
1680 }
1681 global::System.Uri.Offset offset = this.m_Info.Offset;
1682 string @string = this.m_String;
1683 global::System.UriParser syntax = this.m_Syntax;
1684 int stringLength = @string._stringLength;
1685 global::System.UriSyntaxFlags flags3 = syntax.m_Flags;
1686 if (@string != null)
1687 {
1689 }
1690 if (syntax == null)
1691 {
1692 }
1693 }
class f__AnonymousType0<< Count > j__TPar
global::System.UriSyntaxFlags m_Flags
Definition UriParser.cs:286
Uri(string uriString)
Definition Uri.cs:279
global::System.UriParser m_Syntax
Definition Uri.cs:2521
bool m_iriParsing
Definition Uri.cs:2533
void CreateUriInfo(global::System.Uri.Flags cF)
Definition Uri.cs:1540
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

References System.Uri.Uri(), System.Uri.CreateUriInfo(), j__TPar, System.Uri.m_Flags, System.UriParser.m_Flags, System.Uri.m_Info, System.Uri.m_iriParsing, System.Uri.m_String, System.Uri.m_Syntax, System.offset, and System.Runtime.CompilerServices.RuntimeHelpers.OffsetToStringData.

Referenced by System.Uri.EnsureParseRemaining(), System.Uri.GetLocalPath(), and System.Uri.InternalIsWellFormedOriginalString().