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
OrderedEnumerable.cs
Go to the documentation of this file.
1using System;
7
8namespace System.Linq
9{
10 // Token: 0x02000026 RID: 38
11 internal abstract class OrderedEnumerable<TElement> : IOrderedEnumerable<TElement>, IEnumerable<TElement>, IEnumerable
12 {
13 // Token: 0x06000116 RID: 278 RVA: 0x00002050 File Offset: 0x00000250
15 {
16 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
17 }
18
19 // Token: 0x06000117 RID: 279
21
22 // Token: 0x06000118 RID: 280 RVA: 0x00002050 File Offset: 0x00000250
24 {
25 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
26 }
27
28 // Token: 0x06000119 RID: 281 RVA: 0x00003CBC File Offset: 0x00001EBC
30 {
31 /*
32An exception occurred when decompiling this method (06000119)
33
34ICSharpCode.Decompiler.DecompilerException: Error decompiling System.Linq.IOrderedEnumerable`1<TElement> System.Linq.OrderedEnumerable`1::System.Linq.IOrderedEnumerable<TElement>.CreateOrderedEnumerable<TKey>(System.Func`2<TElement,TKey>,System.Collections.Generic.IComparer`1<TKey>,System.Boolean)
35
36 ---> System.Exception: Basic block has to end with unconditional control flow.
37{
38 Block_0:
39 stloc:IEnumerable`1(var_0_06, ldfld:class [mscorlib]System.Collections.Generic.IEnumerable`1<!TElement>[exp:IEnumerable`1](OrderedEnumerable`1::source, ldloc:OrderedEnumerable`1(this)))
40}
41
42 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
43 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
44 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
45 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
46 --- End of inner exception stack trace ---
47 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
48 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
49*/;
50 }
51
52 // Token: 0x0600011A RID: 282 RVA: 0x00003CD0 File Offset: 0x00001ED0
54 {
55 }
56
57 // Token: 0x04000092 RID: 146
59
60 // Token: 0x02000027 RID: 39
62 private sealed class <GetEnumerator>d__1 : IEnumerator<TElement>, IDisposable, IEnumerator
63 {
64 // Token: 0x0600011B RID: 283 RVA: 0x00003CE4 File Offset: 0x00001EE4
67 {
68 this.<>1__state = <>1__state;
69 }
70
71 // Token: 0x0600011C RID: 284 RVA: 0x00003D00 File Offset: 0x00001F00
73 void IDisposable.Dispose()
74 {
75 }
76
77 // Token: 0x0600011D RID: 285 RVA: 0x00002050 File Offset: 0x00000250
78 private bool MoveNext()
79 {
80 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
81 }
82
83 // Token: 0x17000029 RID: 41
84 // (get) Token: 0x0600011E RID: 286 RVA: 0x00002050 File Offset: 0x00000250
86 {
88 get
89 {
90 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
91 }
92 }
93
94 // Token: 0x0600011F RID: 287 RVA: 0x00002050 File Offset: 0x00000250
96 void IEnumerator.Reset()
97 {
98 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
99 }
100
101 // Token: 0x1700002A RID: 42
102 // (get) Token: 0x06000120 RID: 288 RVA: 0x00002050 File Offset: 0x00000250
104 {
106 get
107 {
108 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
109 }
110 }
111
112 // Token: 0x04000093 RID: 147
113 private int <>1__state;
114
115 // Token: 0x04000094 RID: 148
116 private TElement <>2__current;
117
118 // Token: 0x04000095 RID: 149
120
121 // Token: 0x04000096 RID: 150
122 private Buffer<TElement> <buffer>5__2;
123
124 // Token: 0x04000097 RID: 151
125 private int[] <map>5__3;
126
127 // Token: 0x04000098 RID: 152
128 private int <i>5__4;
129 }
130 }
131}
class f__AnonymousType0<< Count > j__TPar
class< GetEnumerator > d__1
EnumerableSorter< TElement > GetEnumerableSorter(EnumerableSorter< TElement > next)
class< GetEnumerator > IDisposable
IEnumerator< TElement > GetEnumerator()
Func< TElement, TKey > keySelector
IEnumerable< TElement > source