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

◆ Entry

global.System.Collections.DictionaryEntry System.Resources.ResourceReader.ResourceEnumerator.Entry
getset

Definition at line 709 of file ResourceReader.cs.

710 {
711 [global::Cpp2ILInjected.Token(Token = "0x600234A")]
712 [global::Cpp2ILInjected.Address(RVA = "0x1B7F95C", Offset = "0x1B7F95C", Length = "0x2EC")]
713 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
714 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ResourceReader.ResourceEnumerator), Member = "get_Current", ReturnType = typeof(object))]
715 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
716 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Threading.Monitor), Member = "Enter", MemberParameters = new object[]
717 {
718 typeof(object),
719 typeof(ref bool)
720 }, ReturnType = typeof(void))]
721 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ResourceReader), Member = "AllocateStringForNameIndex", MemberParameters = new object[]
722 {
723 typeof(int),
724 typeof(ref int)
725 }, ReturnType = typeof(string))]
726 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Collections.Generic.Dictionary<object, ResourceLocator>), Member = "TryGetValue", MemberParameters = new object[]
727 {
728 typeof(object),
729 typeof(ref ResourceLocator)
730 }, ReturnType = typeof(bool))]
731 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ResourceReader), Member = "LoadObject", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(object))]
732 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ResourceReader), Member = "GetValueForNameIndex", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(object))]
733 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Threading.Monitor), Member = "Exit", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(void))]
734 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Collections.DictionaryEntry), Member = ".ctor", MemberParameters = new object[]
735 {
736 typeof(object),
737 typeof(object)
738 }, ReturnType = typeof(void))]
739 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Environment), Member = "GetResourceString", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(string))]
740 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.InvalidOperationException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
741 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 16)]
742 get
743 {
744 throw null;
745 }
746 }
class f__AnonymousType0<< Count > j__TPar
ResourceReader(global::System.IO.Stream stream, global::System.Collections.Generic.Dictionary< string, ResourceLocator > resCache)