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
CaseInsensitiveComparer.cs
Go to the documentation of this file.
1using System;
3
4namespace System.Collections
5{
6 // Token: 0x020005F3 RID: 1523
9 {
10 // Token: 0x06002DF3 RID: 11763 RVA: 0x00065380 File Offset: 0x00063580
19
20 // Token: 0x06002DF4 RID: 11764 RVA: 0x000653A8 File Offset: 0x000635A8
22 {
23 do
24 {
25 base..ctor();
26 }
27 while (culture == null);
29 }
30
31 // Token: 0x17000717 RID: 1815
32 // (get) Token: 0x06002DF5 RID: 11765 RVA: 0x000653C8 File Offset: 0x000635C8
34 {
35 get
36 {
37 /*
38An exception occurred when decompiling this method (06002DF5)
39
40ICSharpCode.Decompiler.DecompilerException: Error decompiling System.Collections.CaseInsensitiveComparer System.Collections.CaseInsensitiveComparer::get_Default()
41
42 ---> System.Exception: Basic block has to end with unconditional control flow.
43{
44 IL_0003:
45 stloc:CultureInfo(var_1_0A, callgetter:CultureInfo(CultureInfo::get_CurrentCulture))
46}
47
48 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
49 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
50 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
51 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
52 --- End of inner exception stack trace ---
53 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
54 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
55*/;
56 }
57 }
58
59 // Token: 0x06002DF6 RID: 11766 RVA: 0x000653E0 File Offset: 0x000635E0
60 public int Compare(object a, object b)
61 {
62 long num;
63 int num2;
64 if (a == null || b == null)
65 {
66 num = 0L;
67 if (b == null)
68 {
69 return num2;
70 }
71 }
72 if (num != 0L && b != null)
73 {
74 CompareInfo compareInfo = this._compareInfo;
75 }
76 return num2;
77 }
78
79 // Token: 0x040019B7 RID: 6583
81 }
82}
class f__AnonymousType0<< Count > j__TPar
static CultureInfo CurrentCulture