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
EncoderExceptionFallbackBuffer.cs
Go to the documentation of this file.
1using System;
3
4namespace System.Text
5{
6 // Token: 0x0200026D RID: 621
8 {
9 // Token: 0x060014EB RID: 5355 RVA: 0x0002BAF4 File Offset: 0x00029CF4
13
14 // Token: 0x060014EC RID: 5356 RVA: 0x0000207A File Offset: 0x0000027A
15 public override bool Fallback(char charUnknown, int index)
16 {
17 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
18 }
19
20 // Token: 0x060014ED RID: 5357 RVA: 0x0002BB08 File Offset: 0x00029D08
21 public override bool Fallback(char charUnknownHigh, char charUnknownLow, int index)
22 {
23 bool flag = char.IsHighSurrogate(charUnknownHigh);
24 bool flag2 = char.IsLowSurrogate(charUnknownLow);
25 int num = char.ConvertToUtf32(charUnknownHigh, charUnknownLow);
26 return "charUnknownHigh" != null;
27 }
28
29 // Token: 0x060014EE RID: 5358 RVA: 0x0002BB30 File Offset: 0x00029D30
30 public override char GetNextChar()
31 {
32 }
33
34 // Token: 0x060014EF RID: 5359 RVA: 0x0002BB40 File Offset: 0x00029D40
35 public override bool MovePrevious()
36 {
37 }
38
39 // Token: 0x17000217 RID: 535
40 // (get) Token: 0x060014F0 RID: 5360 RVA: 0x0002BB50 File Offset: 0x00029D50
41 public override int Remaining
42 {
43 get
44 {
45 }
46 }
47 }
48}
class f__AnonymousType0<< Count > j__TPar
override bool Fallback(char charUnknownHigh, char charUnknownLow, int index)
override bool Fallback(char charUnknown, int index)