terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches

◆ DecoderFallback

DecoderFallback System.Text.Encoding.DecoderFallback
getsetinherited

Definition at line 547 of file Encoding.cs.

548 {
549 [global::Cpp2ILInjected.Token(Token = "0x6001645")]
550 [global::Cpp2ILInjected.Address(RVA = "0x1AE5E64", Offset = "0x1AE5E64", Length = "0x8")]
551 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
552 get
553 {
554 throw null;
555 }
556 [global::Cpp2ILInjected.Token(Token = "0x6001646")]
557 [global::Cpp2ILInjected.Address(RVA = "0x1AE5A58", Offset = "0x1AE5A58", Length = "0xBC")]
558 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(EncodingProvider), Member = "GetEncoding", MemberParameters = new object[]
559 {
560 typeof(string),
563 }, ReturnType = typeof(Encoding))]
564 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(EncodingProvider), Member = "GetEncoding", MemberParameters = new object[]
565 {
566 typeof(int),
569 }, ReturnType = typeof(Encoding))]
570 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Encoding), Member = "GetEncoding", MemberParameters = new object[]
571 {
572 typeof(int),
575 }, ReturnType = typeof(Encoding))]
576 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.IriHelper", Member = "EscapeUnescapeIri", MemberParameters = new object[]
577 {
578 "System.Char*",
579 typeof(int),
580 typeof(int),
581 "System.UriComponents"
582 }, ReturnType = typeof(string))]
583 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.UriHelper", Member = "UnescapeString", MemberParameters = new object[]
584 {
585 "System.Char*",
586 typeof(int),
587 typeof(int),
588 "System.Char[]",
589 typeof(ref int),
590 typeof(char),
591 typeof(char),
592 typeof(char),
593 "System.UnescapeMode",
594 "System.UriParser",
595 typeof(bool)
596 }, ReturnType = "System.Char[]")]
597 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 5)]
598 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Environment), Member = "GetResourceString", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(string))]
599 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.InvalidOperationException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
600 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentNullException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
601 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 10)]
602 set
603 {
604 throw null;
605 }
606 }
class f__AnonymousType0<< Count > j__TPar
DecoderFallback DecoderFallback
Definition Encoding.cs:548
EncoderFallback EncoderFallback
Definition Encoding.cs:480