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

◆ DecoderReplacementFallback() [3/3]

System.Text.DecoderReplacementFallback.DecoderReplacementFallback ( string replacement)
inline

Definition at line 30 of file DecoderReplacementFallback.cs.

31 {
32 do
33 {
34 base..ctor();
35 }
36 while (replacement == null);
37 int stringLength = replacement._stringLength;
38 long num = 0L;
39 if (stringLength == 0)
40 {
41 }
42 bool flag = char.IsSurrogate(replacement, (int)num);
43 if (stringLength == 0)
44 {
45 }
46 bool flag2 = char.IsHighSurrogate(replacement, (int)num);
47 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar, and System.L.