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

◆ EncoderFallback

EncoderFallback System.Text.Encoding.EncoderFallback
getsetinherited

Definition at line 479 of file Encoding.cs.

480 {
481 [global::Cpp2ILInjected.Token(Token = "0x6001643")]
482 [global::Cpp2ILInjected.Address(RVA = "0x1AE5E5C", Offset = "0x1AE5E5C", Length = "0x8")]
483 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
484 get
485 {
486 throw null;
487 }
488 [global::Cpp2ILInjected.Token(Token = "0x6001644")]
489 [global::Cpp2ILInjected.Address(RVA = "0x1AE599C", Offset = "0x1AE599C", Length = "0xBC")]
490 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(EncodingProvider), Member = "GetEncoding", MemberParameters = new object[]
491 {
492 typeof(string),
495 }, ReturnType = typeof(Encoding))]
496 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(EncodingProvider), Member = "GetEncoding", MemberParameters = new object[]
497 {
498 typeof(int),
501 }, ReturnType = typeof(Encoding))]
502 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Encoding), Member = "GetEncoding", MemberParameters = new object[]
503 {
504 typeof(int),
507 }, ReturnType = typeof(Encoding))]
508 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.IriHelper", Member = "EscapeUnescapeIri", MemberParameters = new object[]
509 {
510 "System.Char*",
511 typeof(int),
512 typeof(int),
513 "System.UriComponents"
514 }, ReturnType = typeof(string))]
515 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.UriHelper", Member = "UnescapeString", MemberParameters = new object[]
516 {
517 "System.Char*",
518 typeof(int),
519 typeof(int),
520 "System.Char[]",
521 typeof(ref int),
522 typeof(char),
523 typeof(char),
524 typeof(char),
525 "System.UnescapeMode",
526 "System.UriParser",
527 typeof(bool)
528 }, ReturnType = "System.Char[]")]
529 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.XmlEncodedRawTextWriter", Member = ".ctor", MemberParameters = new object[]
530 {
531 typeof(global::System.IO.Stream),
532 "System.Xml.XmlWriterSettings"
533 }, ReturnType = typeof(void))]
534 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 6)]
535 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Environment), Member = "GetResourceString", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(string))]
536 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.InvalidOperationException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
537 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentNullException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
538 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 10)]
539 set
540 {
541 throw null;
542 }
543 }
class f__AnonymousType0<< Count > j__TPar
DecoderFallback DecoderFallback
Definition Encoding.cs:548
EncoderFallback EncoderFallback
Definition Encoding.cs:480