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
XPathNodeHelper.cs
Go to the documentation of this file.
1using System;
4
6{
7 // Token: 0x02000173 RID: 371
8 internal abstract class XPathNodeHelper
9 {
10 // Token: 0x06000CC4 RID: 3268 RVA: 0x00021AB8 File Offset: 0x0001FCB8
12 {
13 int num;
14 return num;
15 }
16
17 // Token: 0x06000CC5 RID: 3269 RVA: 0x00021AC8 File Offset: 0x0001FCC8
19 {
20 if (pageElem != null)
21 {
22 int num;
23 return num;
24 }
25 int num2;
26 return num2;
27 }
28
29 // Token: 0x06000CC6 RID: 3270 RVA: 0x00021AE0 File Offset: 0x0001FCE0
30 public static bool GetParent(XPathNode[] pageNode, int idxNode)
31 {
32 }
33
34 // Token: 0x06000CC7 RID: 3271 RVA: 0x00003FFD File Offset: 0x000021FD
35 public static int GetLocation(XPathNode[] pageNode, int idxNode)
36 {
37 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
38 }
39
40 // Token: 0x06000CC8 RID: 3272 RVA: 0x00021AF0 File Offset: 0x0001FCF0
42 {
43 bool flag;
44 return flag;
45 }
46
47 // Token: 0x06000CC9 RID: 3273 RVA: 0x00021B10 File Offset: 0x0001FD10
48 public static bool GetNonDescendant(XPathNode[] pageNode, int idxNode)
49 {
50 }
51 }
52}
class f__AnonymousType0<< Count > j__TPar
static bool GetNonDescendant(XPathNode[] pageNode, int idxNode)
static int GetLocalNamespaces(XPathNode[] pageElem, int idxElem, [Out] XPathNode[] pageNmsp)
static bool GetTextFollowing(XPathNode[] pageCurrent, int idxCurrent, XPathNode[] pageEnd, int idxEnd)
static int GetInScopeNamespaces(XPathNode[] pageElem, int idxElem, [Out] XPathNode[] pageNmsp)
static int GetLocation(XPathNode[] pageNode, int idxNode)
static bool GetParent(XPathNode[] pageNode, int idxNode)