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
◆
IEnumerator
class
<
GetEnumerator
>
System.Linq.Lookup
< TKey,
TElement
>.
IEnumerator
set
private
Definition at line
518
of file
Lookup.cs
.
519
{
520
// Token: 0x06000108 RID: 264 RVA: 0x00003B04 File Offset: 0x00001D04
521
[
DebuggerHidden
]
522
public <GetEnumerator>
d__12
(
int <>
1
__state
)
523
{
524
this.<>1__state = <>1
__state
;
525
}
526
527
// Token: 0x06000109 RID: 265 RVA: 0x00003B20 File Offset: 0x00001D20
528
[
DebuggerHidden
]
529
void
IDisposable
.
Dispose
()
530
{
531
}
532
533
// Token: 0x0600010A RID: 266 RVA: 0x00003B30 File Offset: 0x00001D30
534
private
bool
MoveNext()
535
{
536
int
num = this.<>1
__state
;
537
if
(num != 0)
538
{
539
return
;
540
}
541
this.<>1
__state
= num;
542
if
(num != 0)
543
{
544
this.<>1
__state
= 1;
545
this.<>1
__state
= num;
546
return
;
547
}
548
}
549
550
// Token: 0x17000027 RID: 39
551
// (get) Token: 0x0600010B RID: 267 RVA: 0x00002050 File Offset: 0x00000250
552
IGrouping<TKey, TElement>
IEnumerator<IGrouping<TKey, TElement>
>.
Current
553
{
554
[
DebuggerHidden
]
555
get
556
{
557
throw
new
AnalysisFailedException
(
"CPP2IL failed to recover any usable IL for this method."
);
558
}
559
}
560
561
// Token: 0x0600010C RID: 268 RVA: 0x00002050 File Offset: 0x00000250
562
[
DebuggerHidden
]
563
void
IEnumerator
.
Reset
()
564
{
565
throw
new
AnalysisFailedException
(
"CPP2IL failed to recover any usable IL for this method."
);
566
}
567
568
// Token: 0x17000028 RID: 40
569
// (get) Token: 0x0600010D RID: 269 RVA: 0x00002050 File Offset: 0x00000250
570
object
IEnumerator.Current
571
{
572
[
DebuggerHidden
]
573
get
574
{
575
throw
new
AnalysisFailedException
(
"CPP2IL failed to recover any usable IL for this method."
);
576
}
577
}
578
579
// Token: 0x04000082 RID: 130
580
private
int <>
1
__state
;
581
582
// Token: 0x04000083 RID: 131
583
private
IGrouping<TKey, TElement> <>2
__current
;
584
585
// Token: 0x04000084 RID: 132
586
public
Lookup<TKey, TElement>
<>4
__this
;
587
588
// Token: 0x04000085 RID: 133
589
private
Lookup<TKey, TElement>
.Grouping <g>5
__2
;
590
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
Cpp2IlInjected.AnalysisFailedException
Definition
AnalysisFailedException.cs:7
System.Linq.Lookup.d__12
class< GetEnumerator > d__12
Definition
Lookup.cs:518
System.Collections.Generic.IEnumerator.Current
T Current
Definition
IEnumerator.cs:10
System.Collections.Generic.IEnumerator
Definition
IEnumerator.cs:7
System.Collections.IEnumerator.Reset
void Reset()
System.IDisposable.Dispose
void Dispose()
System.IDisposable
Definition
IDisposable.cs:7
System
Linq
Lookup
Generated by
1.10.0