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
BadStateException.cs
Go to the documentation of this file.
1using System;
2using System.IO;
6using Ionic.Crc;
7
8namespace Ionic.Zip
9{
10 [Guid("ebc25cf6-9120-4283-b972-0e5520d00007")]
11 [global::Cpp2ILInjected.Token(Token = "0x2000014")]
14 {
15 [global::Cpp2ILInjected.Token(Token = "0x6000054")]
16 [global::Cpp2ILInjected.Address(RVA = "0x1A45A0C", Offset = "0x1A45A0C", Length = "0x4")]
17 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
18 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ZipException), Member = ".ctor", ReturnType = typeof(void))]
20 {
21 throw null;
22 }
23
24 [global::Cpp2ILInjected.Token(Token = "0x6000055")]
25 [global::Cpp2ILInjected.Address(RVA = "0x1A45A10", Offset = "0x1A45A10", Length = "0x4")]
26 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ZipEntry), Member = "InternalOpenReader", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(CrcCalculatorStream))]
27 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ZipEntry), Member = "InternalExtract", MemberParameters = new object[]
28 {
29 typeof(string),
31 typeof(string)
32 }, ReturnType = typeof(void))]
33 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ZipEntry), Member = "CopyThroughOneEntry", MemberParameters = new object[] { typeof(Stream) }, ReturnType = typeof(void))]
34 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 3)]
35 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ZipException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
36 public BadStateException(string message)
37 {
38 throw null;
39 }
40
41 [global::Cpp2ILInjected.Token(Token = "0x6000056")]
42 [global::Cpp2ILInjected.Address(RVA = "0x1A45A14", Offset = "0x1A45A14", Length = "0x4")]
43 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ZipEntry), Member = "SetFdpLoh", ReturnType = typeof(void))]
44 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
45 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ZipException), Member = ".ctor", MemberParameters = new object[]
46 {
47 typeof(string),
49 }, ReturnType = typeof(void))]
51 {
52 throw null;
53 }
54 }
55}
class f__AnonymousType0<< Count > j__TPar
BadStateException(string message, Exception innerException)