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

◆ IsBaseOf()

bool System.Uri.IsBaseOf ( global::System::Uri uri)
inline

Definition at line 2376 of file Uri.cs.

2377 {
2378 while (uri == null)
2379 {
2380 }
2381 global::System.UriParser syntax = this.m_Syntax;
2382 bool flag;
2383 if (syntax != null)
2384 {
2385 bool isSimple = syntax.IsSimple;
2386 flag = this.IsBaseOfHelper(uri);
2387 return flag;
2388 }
2389 return flag;
2390 }
class f__AnonymousType0<< Count > j__TPar
global::System.UriParser m_Syntax
Definition Uri.cs:2521
bool IsBaseOfHelper(global::System.Uri uriLink)
Definition Uri.cs:2393

References System.Uri.IsBaseOfHelper(), System.UriParser.IsSimple, j__TPar, and System.Uri.m_Syntax.