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
EndOfStreamException.cs
Go to the documentation of this file.
1using System;
6
7namespace System.IO
8{
9 [global::Cpp2ILInjected.Token(Token = "0x2000530")]
10 [global::System.Serializable]
12 {
13 [global::Cpp2ILInjected.Token(Token = "0x600272F")]
14 [global::Cpp2ILInjected.Address(RVA = "0x1B95A90", Offset = "0x1B95A90", Length = "0x5C")]
15 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
16 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.Map.MapHelper.BitReader", Member = "Read", MemberParameters = new object[] { typeof(uint) }, ReturnType = typeof(uint))]
17 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
18 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.SystemException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
19 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
21 {
22 throw null;
23 }
24
25 [global::Cpp2ILInjected.Token(Token = "0x6002730")]
26 [global::Cpp2ILInjected.Address(RVA = "0x1B95AEC", Offset = "0x1B95AEC", Length = "0x24")]
27 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
28 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Resources.ResourceReader), Member = "AllocateStringForNameIndex", MemberParameters = new object[]
29 {
30 typeof(int),
31 typeof(ref int)
32 }, ReturnType = typeof(string))]
33 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(__Error), Member = "EndOfFile", ReturnType = typeof(void))]
34 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Bson.BsonReader", Member = "GetString", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(string))]
35 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 3)]
36 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.SystemException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
37 public EndOfStreamException(string message)
38 {
39 throw null;
40 }
41
42 [global::Cpp2ILInjected.Token(Token = "0x6002731")]
43 [global::Cpp2ILInjected.Address(RVA = "0x1B95B10", Offset = "0x1B95B10", Length = "0x8")]
44 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
45 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.SystemException), Member = ".ctor", MemberParameters = new object[]
46 {
47 typeof(global::System.Runtime.Serialization.SerializationInfo),
48 typeof(global::System.Runtime.Serialization.StreamingContext)
49 }, ReturnType = typeof(void))]
50 protected EndOfStreamException(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context)
51 {
52 throw null;
53 }
54 }
55}
class f__AnonymousType0<< Count > j__TPar
EndOfStreamException(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context)