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

◆ GetCharCount() [2/3]

unsafe override int System.Text.UTF32Encoding.GetCharCount ( byte * bytes,
int count,
DecoderNLS baseDecoder )
inlinepackagevirtual

Reimplemented from System.Text.Encoding.

Definition at line 332 of file UTF32Encoding.cs.

333 {
334 if (baseDecoder != null)
335 {
336 DecoderFallbackBuffer fallbackBuffer = baseDecoder.FallbackBuffer;
337 }
339 long num = 0L;
340 bool bigEndian = this._bigEndian;
341 if (bigEndian)
342 {
343 }
344 if (bigEndian)
345 {
346 }
347 long num2 = 0L;
348 if (num == 0L || baseDecoder._mustFlush)
349 {
350 bool bigEndian2 = this._bigEndian;
351 if (bigEndian2)
352 {
354 }
355 }
356 throw new InvalidCastException();
357 }
class f__AnonymousType0<< Count > j__TPar
DecoderFallback DecoderFallback
Definition Encoding.cs:294
DecoderFallback decoderFallback
Definition Encoding.cs:1033

References System.Text.UTF32Encoding._bigEndian, System.Text.Encoding.decoderFallback, j__TPar, and System.L.