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

◆ InitializeUri()

void System.Uri.InitializeUri ( global::System::ParsingError err,
global::System::UriKind uriKind,
[Out] global::System::UriFormatException e )
inlineprivate

Definition at line 1991 of file Uri.cs.

1992 {
1993 int num = 1;
1994 if (err != global::System.ParsingError.None)
1995 {
1996 if (num == 0)
1997 {
1998 }
1999 global::System.UriFormatException exception = global::System.Uri.GetException(err);
2000 return;
2001 }
2002 if (num == 0)
2003 {
2004 }
2005 string @string = this.m_String;
2006 if (num == 0)
2007 {
2008 }
2009 global::System.Uri.InitializeUriConfig();
2010 if (num == 0)
2011 {
2012 }
2013 if (this.m_Syntax != null)
2014 {
2015 this.m_iriParsing = num != 0;
2016 return;
2017 }
2018 int num2 = 1;
2019 this.m_iriParsing = num2 != 0;
2020 string string2 = this.m_String;
2021 string string3 = this.m_String;
2022 global::System.Uri.Flags flags = this.m_Flags;
2023 string string4 = this.m_String;
2025 this.m_Flags = flags;
2026 }
class f__AnonymousType0<< Count > j__TPar
global::System.UriParser m_Syntax
Definition Uri.cs:2521
global::System.Uri.Flags m_Flags
Definition Uri.cs:2527
string m_String
Definition Uri.cs:2515

References System.exception, j__TPar, System.Uri.m_Flags, System.Uri.m_String, and System.Uri.m_Syntax.