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
IdentityFunction.cs
Go to the documentation of this file.
1
using
System
;
2
using
System.Runtime.CompilerServices
;
3
using
Cpp2IlInjected
;
4
5
namespace
System.Linq
6
{
7
// Token: 0x0200001B RID: 27
8
internal
class
IdentityFunction
<TElement>
9
{
10
// Token: 0x1700001F RID: 31
11
// (get) Token: 0x060000E4 RID: 228 RVA: 0x00002050 File Offset: 0x00000250
12
public
static
Func<TElement, TElement>
Instance
13
{
14
get
15
{
16
throw
new
AnalysisFailedException
(
"CPP2IL failed to recover any usable IL for this method."
);
17
}
18
}
19
20
// Token: 0x0200001C RID: 28
21
[
CompilerGenerated
]
22
[Serializable]
23
private
sealed
class <>
c
24
{
25
// Token: 0x060000E5 RID: 229 RVA: 0x0000380C File Offset: 0x00001A0C
26
// Note: this type is marked as 'beforefieldinit'.
27
static <>
c()
28
{
29
}
30
31
// Token: 0x060000E6 RID: 230 RVA: 0x0000381C File Offset: 0x00001A1C
32
public <>
c()
33
{
34
}
35
36
// Token: 0x060000E7 RID: 231 RVA: 0x00003830 File Offset: 0x00001A30
37
internal
TElement <get_Instance>
b__1_0(TElement x)
38
{
39
return
x;
40
}
41
42
// Token: 0x04000072 RID: 114
43
public
static
readonly
IdentityFunction<TElement>
.<>
c <>
9;
44
45
// Token: 0x04000073 RID: 115
46
public
static
Func<TElement, TElement>
<>9
__1_0
;
47
}
48
}
49
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
Cpp2IlInjected.AnalysisFailedException
Definition
AnalysisFailedException.cs:7
System.Func
Definition
Func.cs:8
System.Linq.IdentityFunction.Instance
static Func< TElement, TElement > Instance
Definition
IdentityFunction.cs:13
System.Linq.IdentityFunction
Definition
IdentityFunction.cs:9
Cpp2IlInjected
Definition
AnalysisFailedException.cs:4
System.Linq
Definition
Buffer.cs:5
System.Runtime.CompilerServices
Definition
AsyncMethodBuilderAttribute.cs:4
System
Definition
__ComObject.cs:4
source
System.Core
System
Linq
IdentityFunction.cs
Generated by
1.10.0