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
InvalidTimeZoneException.cs
Go to the documentation of this file.
1using System;
6
7namespace System
8{
9 [global::System.Runtime.CompilerServices.TypeForwardedFrom("System.Core, Version=2.0.5.0, Culture=Neutral, PublicKeyToken=7cec85d7bea7798e")]
10 [global::Cpp2ILInjected.Token(Token = "0x20000D4")]
11 [global::System.Serializable]
12 public class InvalidTimeZoneException : global::System.Exception
13 {
14 [global::Cpp2ILInjected.Token(Token = "0x60007DD")]
15 [global::Cpp2ILInjected.Address(RVA = "0x1C3548C", Offset = "0x1C3548C", Length = "0x58")]
16 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
17 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Exception), Member = ".ctor", ReturnType = typeof(void))]
18 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
20 {
21 throw null;
22 }
23
24 [global::Cpp2ILInjected.Token(Token = "0x60007DE")]
25 [global::Cpp2ILInjected.Address(RVA = "0x1C354E4", Offset = "0x1C354E4", Length = "0x68")]
26 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.TimeZoneInfo), Member = "TZif_GetEarlyDateTransitionType", MemberParameters = new object[] { typeof(global::System.TimeZoneInfo.TZifType[]) }, ReturnType = "System.TimeZoneInfo.TZifType")]
27 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.TimeZoneInfo), Member = "TZif_CreateTransitionTimeFromPosixRule", MemberParameters = new object[]
28 {
29 typeof(string),
30 typeof(string)
31 }, ReturnType = typeof(global::System.TimeZoneInfo.TransitionTime))]
32 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.TimeZoneInfo), Member = "TZif_ParseJulianDay", MemberParameters = new object[]
33 {
34 typeof(string),
35 typeof(ref int),
36 typeof(ref int)
37 }, ReturnType = typeof(void))]
38 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.TimeZoneInfo), Member = "ValidateTimeZoneInfo", MemberParameters = new object[]
39 {
40 typeof(string),
41 typeof(global::System.TimeSpan),
42 typeof(global::System.TimeZoneInfo.AdjustmentRule[]),
43 typeof(ref bool)
44 }, ReturnType = typeof(void))]
45 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 5)]
46 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Exception), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
47 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
48 public InvalidTimeZoneException(string message)
49 {
50 throw null;
51 }
52
53 [global::Cpp2ILInjected.Token(Token = "0x60007DF")]
54 [global::Cpp2ILInjected.Address(RVA = "0x1C3554C", Offset = "0x1C3554C", Length = "0x80")]
55 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
56 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Exception), Member = ".ctor", MemberParameters = new object[]
57 {
58 typeof(global::System.Runtime.Serialization.SerializationInfo),
59 typeof(global::System.Runtime.Serialization.StreamingContext)
60 }, ReturnType = typeof(void))]
61 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
62 protected InvalidTimeZoneException(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context)
63 {
64 throw null;
65 }
66 }
67}
class f__AnonymousType0<< Count > j__TPar
InvalidTimeZoneException(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context)