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
HeaderInfoTable.cs
Go to the documentation of this file.
1using System;
3
4namespace System.Net
5{
6 // Token: 0x020001EC RID: 492
7 internal class HeaderInfoTable
8 {
9 // Token: 0x06000C0D RID: 3085 RVA: 0x00027120 File Offset: 0x00025320
10 private static string[] ParseSingleValue(string value)
11 {
13 }
14
15 // Token: 0x06000C0E RID: 3086 RVA: 0x00027134 File Offset: 0x00025334
16 private static string[] ParseMultiValue(string value)
17 {
18 /*
19An exception occurred when decompiling this method (06000C0E)
20
21ICSharpCode.Decompiler.DecompilerException: Error decompiling System.String[] System.Net.HeaderInfoTable::ParseMultiValue(System.String)
22
23 ---> System.Exception: Basic block has to end with unconditional control flow.
24{
25 Block_0:
26 stloc:string(var_12_1F, call:string(string::Trim, ldloc:string(var_11)))
27}
28
29 at ICSharpCode.Decompiler.ILAst.ILAstOptimizer.FlattenBasicBlocks(ILNode node) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 1852
30 at ICSharpCode.Decompiler.ILAst.ILAstOptimizer.Optimize(DecompilerContext context, ILBlock method, AutoPropertyProvider autoPropertyProvider, StateMachineKind& stateMachineKind, MethodDef& inlinedMethod, AsyncMethodDebugInfo& asyncInfo, ILAstOptimizationStep abortBeforeStep) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 355
31 at ICSharpCode.Decompiler.Ast.AstMethodBodyBuilder.CreateMethodBody(IEnumerable`1 parameters, MethodDebugInfoBuilder& builder) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstMethodBodyBuilder.cs:line 123
32 at ICSharpCode.Decompiler.Ast.AstMethodBodyBuilder.CreateMethodBody(MethodDef methodDef, DecompilerContext context, AutoPropertyProvider autoPropertyProvider, IEnumerable`1 parameters, Boolean valueParameterIsKeyword, StringBuilder sb, MethodDebugInfoBuilder& stmtsBuilder) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstMethodBodyBuilder.cs:line 88
33 --- End of inner exception stack trace ---
34 at ICSharpCode.Decompiler.Ast.AstMethodBodyBuilder.CreateMethodBody(MethodDef methodDef, DecompilerContext context, AutoPropertyProvider autoPropertyProvider, IEnumerable`1 parameters, Boolean valueParameterIsKeyword, StringBuilder sb, MethodDebugInfoBuilder& stmtsBuilder) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstMethodBodyBuilder.cs:line 92
35 at ICSharpCode.Decompiler.Ast.AstBuilder.AddMethodBody(EntityDeclaration methodNode, EntityDeclaration& updatedNode, MethodDef method, IEnumerable`1 parameters, Boolean valueParameterIsKeyword, MethodKind methodKind) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstBuilder.cs:line 1683
36*/;
37 }
38
39 // Token: 0x06000C0F RID: 3087 RVA: 0x00027164 File Offset: 0x00025364
41 {
42 if ("Pragma" == null || "Pragma" != null)
43 {
44 return;
45 }
47 }
48
49 // Token: 0x17000279 RID: 633
50 internal HeaderInfo this[string name]
51 {
52 get
53 {
54 if (!true)
55 {
56 }
57 throw new InvalidCastException();
58 }
59 }
60
61 // Token: 0x06000C11 RID: 3089 RVA: 0x000271A8 File Offset: 0x000253A8
63 {
64 }
65
66 // Token: 0x04000A7B RID: 2683
67 private static Hashtable HeaderHashTable;
68
69 // Token: 0x04000A7C RID: 2684
71
72 // Token: 0x04000A7D RID: 2685
73 private static HeaderParser SingleParser;
74
75 // Token: 0x04000A7E RID: 2686
76 private static HeaderParser MultiParser;
77 }
78}
static HeaderParser MultiParser
static string[] ParseMultiValue(string value)
static string[] ParseSingleValue(string value)
static Hashtable HeaderHashTable
static HeaderParser SingleParser
static HeaderInfo UnknownHeaderInfo