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

◆ Key

object System.Resources.ResourceReader.ResourceEnumerator.Key
getset

Definition at line 656 of file ResourceReader.cs.

657 {
658 [global::Cpp2ILInjected.Token(Token = "0x6002347")]
659 [global::Cpp2ILInjected.Address(RVA = "0x1B77688", Offset = "0x1B77688", Length = "0xA8")]
660 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
661 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(RuntimeResourceSet), Member = "GetObject", MemberParameters = new object[]
662 {
663 typeof(string),
664 typeof(bool),
665 typeof(bool)
666 }, ReturnType = typeof(object))]
667 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
668 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ResourceReader), Member = "AllocateStringForNameIndex", MemberParameters = new object[]
669 {
670 typeof(int),
671 typeof(ref int)
672 }, ReturnType = typeof(string))]
673 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Environment), Member = "GetResourceString", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(string))]
674 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.InvalidOperationException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
675 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 5)]
676 get
677 {
678 throw null;
679 }
680 }
class f__AnonymousType0<< Count > j__TPar
ResourceReader(global::System.IO.Stream stream, global::System.Collections.Generic.Dictionary< string, ResourceLocator > resCache)