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
DateTime.cs
Go to the documentation of this file.
1using System;
5using System.IO;
15using System.Text;
16using Cpp2ILInjected;
18
19namespace System
20{
21 [global::Cpp2ILInjected.Token(Token = "0x200009B")]
22 [global::System.Serializable]
23 [StructLayout(3)]
24 public readonly struct DateTime : global::System.IComparable, global::System.IFormattable, global::System.IConvertible, global::System.IComparable<global::System.DateTime>, global::System.IEquatable<global::System.DateTime>, global::System.Runtime.Serialization.ISerializable, global::System.ISpanFormattable
25 {
26 [global::Cpp2ILInjected.Token(Token = "0x60005AD")]
27 [global::Cpp2ILInjected.Address(RVA = "0x1C16808", Offset = "0x1C16808", Length = "0x8C")]
28 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
29 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "SaveSynchronisationBroadcast", Member = "BroadcastThread", ReturnType = typeof(void))]
30 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "SaveSynchronisationFinder", Member = ".cctor", ReturnType = typeof(void))]
31 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "SaveSynchronisationState", Member = "ReadWorldFileData", MemberParameters = new object[] { "System.Byte[]" }, ReturnType = typeof(void))]
32 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "ServerAutoFinder", Member = ".cctor", ReturnType = typeof(void))]
33 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.Netplay", Member = "BroadcastThread", ReturnType = typeof(void))]
34 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.Netplay", Member = ".cctor", ReturnType = typeof(void))]
35 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.TimeZoneInfo), Member = "ConvertToFromUtc", MemberParameters = new object[]
36 {
37 typeof(global::System.DateTime),
38 typeof(global::System.TimeSpan),
39 typeof(global::System.TimeSpan),
40 typeof(bool)
41 }, ReturnType = typeof(global::System.DateTime))]
42 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.TimeZoneInfo), Member = "ConvertUtcToTimeZone", MemberParameters = new object[]
43 {
44 typeof(long),
45 typeof(global::System.TimeZoneInfo),
46 typeof(ref bool)
47 }, ReturnType = typeof(global::System.DateTime))]
48 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.TimeZoneInfo), Member = "CreateAdjustmentRule", MemberParameters = new object[]
49 {
50 typeof(int),
51 typeof(ref long[]),
52 typeof(ref string[]),
53 typeof(string),
54 typeof(string)
55 }, ReturnType = typeof(global::System.Collections.Generic.List<global::System.TimeZoneInfo.AdjustmentRule>))]
56 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Convert), Member = "ToDateTime", MemberParameters = new object[]
57 {
58 typeof(string),
59 typeof(global::System.IFormatProvider)
60 }, ReturnType = typeof(global::System.DateTime))]
61 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeOffset), Member = ".ctor", MemberParameters = new object[]
62 {
63 typeof(long),
64 typeof(global::System.TimeSpan)
65 }, ReturnType = typeof(void))]
66 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Remoting.Messaging.CADMessageBase), Member = "UnmarshalArgument", MemberParameters = new object[]
67 {
68 typeof(object),
69 typeof(global::System.Collections.ArrayList)
70 }, ReturnType = typeof(object))]
71 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Resources.ResourceReader), Member = "_LoadObjectV1", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(object))]
72 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Globalization.GregorianCalendarHelper), Member = "ToDateTime", MemberParameters = new object[]
73 {
74 typeof(int),
75 typeof(int),
76 typeof(int),
77 typeof(int),
78 typeof(int),
79 typeof(int),
80 typeof(int),
81 typeof(int)
82 }, ReturnType = typeof(global::System.DateTime))]
83 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Globalization.HijriCalendar), Member = "ToDateTime", MemberParameters = new object[]
84 {
85 typeof(int),
86 typeof(int),
87 typeof(int),
88 typeof(int),
89 typeof(int),
90 typeof(int),
91 typeof(int),
92 typeof(int)
93 }, ReturnType = typeof(global::System.DateTime))]
94 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Globalization.UmAlQuraCalendar), Member = "ToDateTime", MemberParameters = new object[]
95 {
96 typeof(int),
97 typeof(int),
98 typeof(int),
99 typeof(int),
100 typeof(int),
101 typeof(int),
102 typeof(int),
103 typeof(int)
104 }, ReturnType = typeof(global::System.DateTime))]
105 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Globalization.UmAlQuraCalendar), Member = ".cctor", ReturnType = typeof(void))]
106 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 19)]
107 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentOutOfRangeException), Member = ".ctor", MemberParameters = new object[]
108 {
109 typeof(string),
110 typeof(string)
111 }, ReturnType = typeof(void))]
112 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 6)]
113 public DateTime(long ticks)
114 {
115 throw null;
116 }
117
118 [global::Cpp2ILInjected.Token(Token = "0x60005AE")]
119 [global::Cpp2ILInjected.Address(RVA = "0x1C16894", Offset = "0x1C16894", Length = "0x8")]
120 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
122 {
123 throw null;
124 }
125
126 [global::Cpp2ILInjected.Token(Token = "0x60005AF")]
127 [global::Cpp2ILInjected.Address(RVA = "0x1C1689C", Offset = "0x1C1689C", Length = "0xE0")]
128 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
129 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.TimeZoneInfo), Member = "GetAdjustmentRules", ReturnType = typeof(global::System.TimeZoneInfo.AdjustmentRule[]))]
130 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.TimeZoneInfo), Member = "ConvertTime", MemberParameters = new object[]
131 {
132 typeof(global::System.DateTime),
133 typeof(global::System.TimeZoneInfo),
134 typeof(global::System.TimeZoneInfo),
135 typeof(global::System.TimeZoneInfoOptions),
136 "System.TimeZoneInfo.CachedData"
137 }, ReturnType = typeof(global::System.DateTime))]
138 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTime), Member = "FromBinary", MemberParameters = new object[] { typeof(long) }, ReturnType = typeof(global::System.DateTime))]
139 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTime), Member = "FromFileTimeUtc", MemberParameters = new object[] { typeof(long) }, ReturnType = typeof(global::System.DateTime))]
140 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTime), Member = "SpecifyKind", MemberParameters = new object[]
141 {
142 typeof(global::System.DateTime),
143 typeof(global::System.DateTimeKind)
144 }, ReturnType = typeof(global::System.DateTime))]
145 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTime), Member = "TryCreate", MemberParameters = new object[]
146 {
147 typeof(int),
148 typeof(int),
149 typeof(int),
150 typeof(int),
151 typeof(int),
152 typeof(int),
153 typeof(int),
154 typeof(ref global::System.DateTime)
155 }, ReturnType = typeof(bool))]
156 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeOffset), Member = "get_UtcDateTime", ReturnType = typeof(global::System.DateTime))]
157 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeOffset), Member = "get_ClockDateTime", ReturnType = typeof(global::System.DateTime))]
158 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeOffset), Member = "ValidateDate", MemberParameters = new object[]
159 {
160 typeof(global::System.DateTime),
161 typeof(global::System.TimeSpan)
162 }, ReturnType = typeof(global::System.DateTime))]
163 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeParse), Member = "DetermineTimeZoneAdjustments", MemberParameters = new object[]
164 {
165 typeof(ref global::System.__DTString),
166 typeof(ref global::System.DateTimeResult),
167 typeof(global::System.Globalization.DateTimeStyles),
168 typeof(bool)
169 }, ReturnType = typeof(bool))]
170 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeParse), Member = "DateTimeOffsetTimeZonePostProcessing", MemberParameters = new object[]
171 {
172 typeof(ref global::System.__DTString),
173 typeof(ref global::System.DateTimeResult),
174 typeof(global::System.Globalization.DateTimeStyles)
175 }, ReturnType = typeof(bool))]
176 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeParse), Member = "AdjustTimeZoneToUniversal", MemberParameters = new object[] { typeof(ref global::System.DateTimeResult) }, ReturnType = typeof(bool))]
177 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeParse), Member = "AdjustTimeZoneToLocal", MemberParameters = new object[]
178 {
179 typeof(ref global::System.DateTimeResult),
180 typeof(bool)
181 }, ReturnType = typeof(bool))]
182 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeParse), Member = "GetDateTimeNow", MemberParameters = new object[]
183 {
184 typeof(ref global::System.DateTimeResult),
185 typeof(ref global::System.Globalization.DateTimeStyles)
186 }, ReturnType = typeof(global::System.DateTime))]
187 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.XmlConvert", Member = "ToString", MemberParameters = new object[]
188 {
189 typeof(global::System.DateTime),
190 "System.Xml.XmlDateTimeSerializationMode"
191 }, ReturnType = typeof(string))]
192 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.XmlConvert", Member = "SwitchToLocalTime", MemberParameters = new object[] { typeof(global::System.DateTime) }, ReturnType = typeof(global::System.DateTime))]
193 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.XmlConvert", Member = "SwitchToUtcTime", MemberParameters = new object[] { typeof(global::System.DateTime) }, ReturnType = typeof(global::System.DateTime))]
194 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XsdDateTime", Member = "op_Implicit", MemberParameters = new object[] { "System.Xml.Schema.XsdDateTime" }, ReturnType = typeof(global::System.DateTime))]
195 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Utilities.DateTimeUtils", Member = "EnsureDateTime", MemberParameters = new object[]
196 {
197 typeof(global::System.DateTime),
198 "Newtonsoft.Json.DateTimeZoneHandling"
199 }, ReturnType = typeof(global::System.DateTime))]
200 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Utilities.DateTimeUtils", Member = "SwitchToLocalTime", MemberParameters = new object[] { typeof(global::System.DateTime) }, ReturnType = typeof(global::System.DateTime))]
201 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Utilities.DateTimeUtils", Member = "SwitchToUtcTime", MemberParameters = new object[] { typeof(global::System.DateTime) }, ReturnType = typeof(global::System.DateTime))]
202 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Utilities.DateTimeUtils", Member = "ConvertJavaScriptTicksToDateTime", MemberParameters = new object[] { typeof(long) }, ReturnType = typeof(global::System.DateTime))]
203 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Utilities.DateTimeUtils", Member = "TryParseDateTimeIso", MemberParameters = new object[]
204 {
205 "Newtonsoft.Json.Utilities.StringReference",
206 "Newtonsoft.Json.DateTimeZoneHandling",
207 typeof(ref global::System.DateTime)
208 }, ReturnType = typeof(bool))]
209 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 28)]
210 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentOutOfRangeException), Member = ".ctor", MemberParameters = new object[]
211 {
212 typeof(string),
213 typeof(string)
214 }, ReturnType = typeof(void))]
215 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentException), Member = ".ctor", MemberParameters = new object[]
216 {
217 typeof(string),
218 typeof(string)
219 }, ReturnType = typeof(void))]
220 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 10)]
221 public DateTime(long ticks, global::System.DateTimeKind kind)
222 {
223 throw null;
224 }
225
226 [global::Cpp2ILInjected.Token(Token = "0x60005B0")]
227 [global::Cpp2ILInjected.Address(RVA = "0x1C1697C", Offset = "0x1C1697C", Length = "0xA0")]
228 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
229 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.TimeZoneInfo), Member = "ConvertTime", MemberParameters = new object[]
230 {
231 typeof(global::System.DateTime),
232 typeof(global::System.TimeZoneInfo),
233 typeof(global::System.TimeZoneInfo),
234 typeof(global::System.TimeZoneInfoOptions),
235 "System.TimeZoneInfo.CachedData"
236 }, ReturnType = typeof(global::System.DateTime))]
237 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTime), Member = "FromBinary", MemberParameters = new object[] { typeof(long) }, ReturnType = typeof(global::System.DateTime))]
238 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTime), Member = "get_Now", ReturnType = typeof(global::System.DateTime))]
239 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTime), Member = "ToLocalTime", MemberParameters = new object[] { typeof(bool) }, ReturnType = typeof(global::System.DateTime))]
240 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeParse), Member = "AdjustTimeZoneToLocal", MemberParameters = new object[]
241 {
242 typeof(ref global::System.DateTimeResult),
243 typeof(bool)
244 }, ReturnType = typeof(bool))]
245 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 5)]
246 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentOutOfRangeException), Member = ".ctor", MemberParameters = new object[]
247 {
248 typeof(string),
249 typeof(string)
250 }, ReturnType = typeof(void))]
251 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 6)]
252 internal DateTime(long ticks, global::System.DateTimeKind kind, bool isAmbiguousDst)
253 {
254 throw null;
255 }
256
257 [global::Cpp2ILInjected.Token(Token = "0x60005B1")]
258 [global::Cpp2ILInjected.Address(RVA = "0x1C16A1C", Offset = "0x1C16A1C", Length = "0x80")]
259 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.TimeZoneInfo), Member = "GetIsDaylightSavingsFromUtc", MemberParameters = new object[]
260 {
261 typeof(global::System.DateTime),
262 typeof(int),
263 typeof(global::System.TimeSpan),
264 typeof(global::System.TimeZoneInfo.AdjustmentRule),
265 typeof(int?),
266 typeof(ref bool),
267 typeof(global::System.TimeZoneInfo)
268 }, ReturnType = typeof(bool))]
269 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.TimeZoneInfo), Member = "CreateAdjustmentRule", MemberParameters = new object[]
270 {
271 typeof(int),
272 typeof(ref long[]),
273 typeof(ref string[]),
274 typeof(string),
275 typeof(string)
276 }, ReturnType = typeof(global::System.Collections.Generic.List<global::System.TimeZoneInfo.AdjustmentRule>))]
277 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.TimeZoneInfo), Member = ".cctor", ReturnType = typeof(void))]
278 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Globalization.EraInfo), Member = ".ctor", MemberParameters = new object[]
279 {
280 typeof(int),
281 typeof(int),
282 typeof(int),
283 typeof(int),
284 typeof(int),
285 typeof(int),
286 typeof(int)
287 }, ReturnType = typeof(void))]
288 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Globalization.EraInfo), Member = ".ctor", MemberParameters = new object[]
289 {
290 typeof(int),
291 typeof(int),
292 typeof(int),
293 typeof(int),
294 typeof(int),
295 typeof(int),
296 typeof(int),
297 typeof(string),
298 typeof(string),
299 typeof(string)
300 }, ReturnType = typeof(void))]
301 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Globalization.HijriCalendar), Member = ".cctor", ReturnType = typeof(void))]
302 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Globalization.JapaneseCalendar), Member = ".cctor", ReturnType = typeof(void))]
303 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Globalization.TaiwanCalendar), Member = ".cctor", ReturnType = typeof(void))]
304 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Globalization.UmAlQuraCalendar.DateMapping), Member = ".ctor", MemberParameters = new object[]
305 {
306 typeof(int),
307 typeof(int),
308 typeof(int),
309 typeof(int)
310 }, ReturnType = typeof(void))]
311 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Globalization.UmAlQuraCalendar), Member = "InitDateMapping", ReturnType = typeof(global::System.Globalization.UmAlQuraCalendar.DateMapping[]))]
312 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Globalization.UmAlQuraCalendar), Member = ".cctor", ReturnType = typeof(void))]
313 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XsdDateTime", Member = "op_Implicit", MemberParameters = new object[] { "System.Xml.Schema.XsdDateTime" }, ReturnType = typeof(global::System.DateTime))]
314 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XsdDateTime", Member = "op_Implicit", MemberParameters = new object[] { "System.Xml.Schema.XsdDateTime" }, ReturnType = typeof(global::System.DateTimeOffset))]
315 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 29)]
316 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTime), Member = "DateToTicks", MemberParameters = new object[]
317 {
318 typeof(int),
319 typeof(int),
320 typeof(int)
321 }, ReturnType = typeof(long))]
322 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
323 public DateTime(int year, int month, int day)
324 {
325 throw null;
326 }
327
328 [global::Cpp2ILInjected.Token(Token = "0x60005B2")]
329 [global::Cpp2ILInjected.Address(RVA = "0x1C16C24", Offset = "0x1C16C24", Length = "0xAC")]
330 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.TimeZoneInfo), Member = "GetAdjustmentRules", ReturnType = typeof(global::System.TimeZoneInfo.AdjustmentRule[]))]
331 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.TimeZoneInfo), Member = "ParseTimeOfDay", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(global::System.DateTime))]
332 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.TimeZoneInfo), Member = "GetIsDaylightSavings", MemberParameters = new object[]
333 {
334 typeof(global::System.DateTime),
335 typeof(global::System.TimeZoneInfo.AdjustmentRule),
336 typeof(global::System.Globalization.DaylightTimeStruct),
337 typeof(global::System.TimeZoneInfoOptions)
338 }, ReturnType = typeof(bool))]
339 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.TimeZoneInfo), Member = "GetIsDaylightSavingsFromUtc", MemberParameters = new object[]
340 {
341 typeof(global::System.DateTime),
342 typeof(int),
343 typeof(global::System.TimeSpan),
344 typeof(global::System.TimeZoneInfo.AdjustmentRule),
345 typeof(int?),
346 typeof(ref bool),
347 typeof(global::System.TimeZoneInfo)
348 }, ReturnType = typeof(bool))]
349 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeOffset), Member = ".ctor", MemberParameters = new object[]
350 {
351 typeof(int),
352 typeof(int),
353 typeof(int),
354 typeof(int),
355 typeof(int),
356 typeof(int),
357 typeof(global::System.TimeSpan)
358 }, ReturnType = typeof(void))]
359 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XsdDateTime", Member = "InitiateXsdDateTime", MemberParameters = new object[] { "System.Xml.Schema.XsdDateTime.Parser" }, ReturnType = typeof(void))]
360 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XsdDateTime", Member = "get_Fraction", ReturnType = typeof(int))]
361 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Utilities.DateTimeUtils", Member = "CreateDateTime", MemberParameters = new object[] { "Newtonsoft.Json.Utilities.DateTimeParser" }, ReturnType = typeof(global::System.DateTime))]
362 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 13)]
363 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTime), Member = "DateToTicks", MemberParameters = new object[]
364 {
365 typeof(int),
366 typeof(int),
367 typeof(int)
368 }, ReturnType = typeof(long))]
369 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTime), Member = "TimeToTicks", MemberParameters = new object[]
370 {
371 typeof(int),
372 typeof(int),
373 typeof(int)
374 }, ReturnType = typeof(long))]
375 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
376 public DateTime(int year, int month, int day, int hour, int minute, int second)
377 {
378 throw null;
379 }
380
381 [global::Cpp2ILInjected.Token(Token = "0x60005B3")]
382 [global::Cpp2ILInjected.Address(RVA = "0x1C16DA4", Offset = "0x1C16DA4", Length = "0x118")]
383 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
384 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Ionic.Zip.ZipEntry", Member = ".cctor", ReturnType = typeof(void))]
385 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Ionic.Zlib.GZipStream", Member = ".cctor", ReturnType = typeof(void))]
386 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 3)]
387 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTime), Member = "DateToTicks", MemberParameters = new object[]
388 {
389 typeof(int),
390 typeof(int),
391 typeof(int)
392 }, ReturnType = typeof(long))]
393 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTime), Member = "TimeToTicks", MemberParameters = new object[]
394 {
395 typeof(int),
396 typeof(int),
397 typeof(int)
398 }, ReturnType = typeof(long))]
399 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentException), Member = ".ctor", MemberParameters = new object[]
400 {
401 typeof(string),
402 typeof(string)
403 }, ReturnType = typeof(void))]
404 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 8)]
405 public DateTime(int year, int month, int day, int hour, int minute, int second, global::System.DateTimeKind kind)
406 {
407 throw null;
408 }
409
410 [global::Cpp2ILInjected.Token(Token = "0x60005B4")]
411 [global::Cpp2ILInjected.Address(RVA = "0x1C16EBC", Offset = "0x1C16EBC", Length = "0x1D0")]
412 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
413 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.TimeZoneInfo), Member = "TransitionTimeToDateTime", MemberParameters = new object[]
414 {
415 typeof(int),
416 typeof(global::System.TimeZoneInfo.TransitionTime)
417 }, ReturnType = typeof(global::System.DateTime))]
418 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.TimeZoneInfo), Member = "CreateAdjustmentRule", MemberParameters = new object[]
419 {
420 typeof(int),
421 typeof(ref long[]),
422 typeof(ref string[]),
423 typeof(string),
424 typeof(string)
425 }, ReturnType = typeof(global::System.Collections.Generic.List<global::System.TimeZoneInfo.AdjustmentRule>))]
426 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeOffset), Member = ".ctor", MemberParameters = new object[]
427 {
428 typeof(int),
429 typeof(int),
430 typeof(int),
431 typeof(int),
432 typeof(int),
433 typeof(int),
434 typeof(int),
435 typeof(global::System.TimeSpan)
436 }, ReturnType = typeof(void))]
437 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Globalization.GregorianCalendar), Member = "ToDateTime", MemberParameters = new object[]
438 {
439 typeof(int),
440 typeof(int),
441 typeof(int),
442 typeof(int),
443 typeof(int),
444 typeof(int),
445 typeof(int),
446 typeof(int)
447 }, ReturnType = typeof(global::System.DateTime))]
448 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Globalization.UmAlQuraCalendar), Member = ".cctor", ReturnType = typeof(void))]
449 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.FtpControlStream", Member = "GetLastModifiedFrom213Response", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(global::System.DateTime))]
450 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.HttpDateParse", Member = "ParseHttpDate", MemberParameters = new object[]
451 {
452 typeof(string),
453 typeof(ref global::System.DateTime)
454 }, ReturnType = typeof(bool))]
455 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Ionic.Zip.SharedUtilities", Member = "PackedToDateTime", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(global::System.DateTime))]
456 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 15)]
457 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTime), Member = "DateToTicks", MemberParameters = new object[]
458 {
459 typeof(int),
460 typeof(int),
461 typeof(int)
462 }, ReturnType = typeof(long))]
463 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTime), Member = "TimeToTicks", MemberParameters = new object[]
464 {
465 typeof(int),
466 typeof(int),
467 typeof(int)
468 }, ReturnType = typeof(long))]
469 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::SR), Member = "Format", MemberParameters = new object[]
470 {
471 typeof(string),
472 typeof(object),
473 typeof(object)
474 }, ReturnType = typeof(string))]
475 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentOutOfRangeException), Member = ".ctor", MemberParameters = new object[]
476 {
477 typeof(string),
478 typeof(string)
479 }, ReturnType = typeof(void))]
480 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
481 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 17)]
482 public DateTime(int year, int month, int day, int hour, int minute, int second, int millisecond)
483 {
484 throw null;
485 }
486
487 [global::Cpp2ILInjected.Token(Token = "0x60005B5")]
488 [global::Cpp2ILInjected.Address(RVA = "0x1C1708C", Offset = "0x1C1708C", Length = "0x19C")]
489 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
490 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeOffset), Member = ".ctor", MemberParameters = new object[]
491 {
492 typeof(int),
493 typeof(int),
494 typeof(int),
495 typeof(int),
496 typeof(int),
497 typeof(int),
498 typeof(int),
499 typeof(global::System.Globalization.Calendar),
500 typeof(global::System.TimeSpan)
501 }, ReturnType = typeof(void))]
502 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
503 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentNullException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
504 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::SR), Member = "Format", MemberParameters = new object[]
505 {
506 typeof(string),
507 typeof(object),
508 typeof(object)
509 }, ReturnType = typeof(string))]
510 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentOutOfRangeException), Member = ".ctor", MemberParameters = new object[]
511 {
512 typeof(string),
513 typeof(string)
514 }, ReturnType = typeof(void))]
515 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
516 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 18)]
517 public DateTime(int year, int month, int day, int hour, int minute, int second, int millisecond, global::System.Globalization.Calendar calendar)
518 {
519 throw null;
520 }
521
522 [global::Cpp2ILInjected.Token(Token = "0x60005B6")]
523 [global::Cpp2ILInjected.Address(RVA = "0x1C17234", Offset = "0x1C17234", Length = "0x294")]
524 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
525 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
526 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Runtime.Serialization.SerializationInfo), Member = "GetEnumerator", ReturnType = typeof(global::System.Runtime.Serialization.SerializationInfoEnumerator))]
527 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Runtime.Serialization.SerializationInfoEnumerator), Member = "MoveNext", ReturnType = typeof(bool))]
528 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Runtime.Serialization.SerializationInfoEnumerator), Member = "get_Name", ReturnType = typeof(string))]
529 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "op_Equality", MemberParameters = new object[]
530 {
531 typeof(string),
532 typeof(string)
533 }, ReturnType = typeof(bool))]
534 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Runtime.Serialization.SerializationInfoEnumerator), Member = "get_Value", ReturnType = typeof(object))]
535 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Globalization.CultureInfo), Member = "get_InvariantCulture", ReturnType = typeof(global::System.Globalization.CultureInfo))]
536 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Convert), Member = "ToUInt64", MemberParameters = new object[]
537 {
538 typeof(object),
539 typeof(global::System.IFormatProvider)
540 }, ReturnType = typeof(ulong))]
541 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Convert), Member = "ToInt64", MemberParameters = new object[]
542 {
543 typeof(object),
544 typeof(global::System.IFormatProvider)
545 }, ReturnType = typeof(long))]
546 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentNullException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
547 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Runtime.Serialization.SerializationException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
548 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 18)]
549 private DateTime(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context)
550 {
551 throw null;
552 }
553
554 [global::Cpp2ILInjected.Token(Token = "0x17000068")]
555 internal long InternalTicks
556 {
557 [global::Cpp2ILInjected.Token(Token = "0x60005B7")]
558 [global::Cpp2ILInjected.Address(RVA = "0x1C174C8", Offset = "0x1C174C8", Length = "0xC")]
559 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
560 get
561 {
562 throw null;
563 }
564 }
565
566 [global::Cpp2ILInjected.Token(Token = "0x17000069")]
567 private ulong InternalKind
568 {
569 [global::Cpp2ILInjected.Token(Token = "0x60005B8")]
570 [global::Cpp2ILInjected.Address(RVA = "0x1C174D4", Offset = "0x1C174D4", Length = "0xC")]
571 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
572 get
573 {
574 throw null;
575 }
576 }
577
578 [global::Cpp2ILInjected.Token(Token = "0x60005B9")]
579 [global::Cpp2ILInjected.Address(RVA = "0x1C174E0", Offset = "0x1C174E0", Length = "0x4")]
580 [global::Cpp2ILInjected.CallAnalysis.CallAnalysisNotSupported]
581 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.TimeZoneInfo), Member = "CreateAdjustmentRule", MemberParameters = new object[]
582 {
583 typeof(int),
584 typeof(ref long[]),
585 typeof(ref string[]),
586 typeof(string),
587 typeof(string)
588 }, ReturnType = typeof(global::System.Collections.Generic.List<global::System.TimeZoneInfo.AdjustmentRule>))]
589 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XsdDateTime", Member = "op_Implicit", MemberParameters = new object[] { "System.Xml.Schema.XsdDateTime" }, ReturnType = typeof(global::System.DateTime))]
590 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XsdDateTime", Member = "op_Implicit", MemberParameters = new object[] { "System.Xml.Schema.XsdDateTime" }, ReturnType = typeof(global::System.DateTimeOffset))]
591 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Utilities.DateTimeUtils", Member = "TryParseDateTimeOffsetMicrosoft", MemberParameters = new object[]
592 {
593 "Newtonsoft.Json.Utilities.StringReference",
594 typeof(ref global::System.DateTimeOffset)
595 }, ReturnType = typeof(bool))]
596 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 8)]
597 public global::System.DateTime Add(global::System.TimeSpan value)
598 {
599 throw null;
600 }
601
602 [global::Cpp2ILInjected.Token(Token = "0x60005BA")]
603 [global::Cpp2ILInjected.Address(RVA = "0x1C17590", Offset = "0x1C17590", Length = "0xD0")]
604 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
605 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTime), Member = "AddDays", MemberParameters = new object[] { typeof(double) }, ReturnType = typeof(global::System.DateTime))]
606 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTime), Member = "AddHours", MemberParameters = new object[] { typeof(double) }, ReturnType = typeof(global::System.DateTime))]
607 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTime), Member = "AddMilliseconds", MemberParameters = new object[] { typeof(double) }, ReturnType = typeof(global::System.DateTime))]
608 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTime), Member = "AddSeconds", MemberParameters = new object[] { typeof(double) }, ReturnType = typeof(global::System.DateTime))]
609 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 4)]
610 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTime), Member = "AddTicks", MemberParameters = new object[] { typeof(long) }, ReturnType = typeof(global::System.DateTime))]
611 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentOutOfRangeException), Member = ".ctor", MemberParameters = new object[]
612 {
613 typeof(string),
614 typeof(string)
615 }, ReturnType = typeof(void))]
616 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 6)]
617 private global::System.DateTime Add(double value, int scale)
618 {
619 throw null;
620 }
621
622 [global::Cpp2ILInjected.Token(Token = "0x60005BB")]
623 [global::Cpp2ILInjected.Address(RVA = "0x1C17660", Offset = "0x1C17660", Length = "0xC")]
624 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
625 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.TimeZoneInfo), Member = "TransitionTimeToDateTime", MemberParameters = new object[]
626 {
627 typeof(int),
628 typeof(global::System.TimeZoneInfo.TransitionTime)
629 }, ReturnType = typeof(global::System.DateTime))]
630 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.TimeZoneInfo), Member = "CreateAdjustmentRule", MemberParameters = new object[]
631 {
632 typeof(int),
633 typeof(ref long[]),
634 typeof(ref string[]),
635 typeof(string),
636 typeof(string)
637 }, ReturnType = typeof(global::System.Collections.Generic.List<global::System.TimeZoneInfo.AdjustmentRule>))]
638 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Globalization.UmAlQuraCalendar), Member = "ConvertHijriToGregorian", MemberParameters = new object[]
639 {
640 typeof(int),
641 typeof(int),
642 typeof(int),
643 typeof(ref int),
644 typeof(ref int),
645 typeof(ref int)
646 }, ReturnType = typeof(void))]
647 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Utilities.DateTimeUtils", Member = "CreateDateTime", MemberParameters = new object[] { "Newtonsoft.Json.Utilities.DateTimeParser" }, ReturnType = typeof(global::System.DateTime))]
648 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.SocialPlatforms.Local", Member = "PopulateStaticData", ReturnType = typeof(void))]
649 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 8)]
650 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTime), Member = "Add", MemberParameters = new object[]
651 {
652 typeof(double),
653 typeof(int)
654 }, ReturnType = typeof(global::System.DateTime))]
655 public global::System.DateTime AddDays(double value)
656 {
657 throw null;
658 }
659
660 [global::Cpp2ILInjected.Token(Token = "0x60005BC")]
661 [global::Cpp2ILInjected.Address(RVA = "0x1C1766C", Offset = "0x1C1766C", Length = "0xC")]
662 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
663 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.HttpDateParse", Member = "ParseHttpDate", MemberParameters = new object[]
664 {
665 typeof(string),
666 typeof(ref global::System.DateTime)
667 }, ReturnType = typeof(bool))]
668 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
669 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTime), Member = "Add", MemberParameters = new object[]
670 {
671 typeof(double),
672 typeof(int)
673 }, ReturnType = typeof(global::System.DateTime))]
674 public global::System.DateTime AddHours(double value)
675 {
676 throw null;
677 }
678
679 [global::Cpp2ILInjected.Token(Token = "0x60005BD")]
680 [global::Cpp2ILInjected.Address(RVA = "0x1C17678", Offset = "0x1C17678", Length = "0x8")]
681 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.TimeZoneInfo.AdjustmentRule), Member = "get_HasDaylightSaving", ReturnType = typeof(bool))]
682 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.TimeZoneInfo), Member = "TZif_GenerateAdjustmentRule", MemberParameters = new object[]
683 {
684 typeof(ref int),
685 typeof(global::System.TimeSpan),
686 typeof(global::System.Collections.Generic.List<global::System.TimeZoneInfo.AdjustmentRule>),
687 typeof(global::System.DateTime[]),
688 typeof(byte[]),
689 typeof(global::System.TimeZoneInfo.TZifType[]),
690 typeof(bool[]),
691 typeof(bool[]),
692 typeof(string)
693 }, ReturnType = typeof(void))]
694 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
695 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTime), Member = "Add", MemberParameters = new object[]
696 {
697 typeof(double),
698 typeof(int)
699 }, ReturnType = typeof(global::System.DateTime))]
700 public global::System.DateTime AddMilliseconds(double value)
701 {
702 throw null;
703 }
704
705 [global::Cpp2ILInjected.Token(Token = "0x60005BE")]
706 [global::Cpp2ILInjected.Address(RVA = "0x1C17680", Offset = "0x1C17680", Length = "0x23C")]
707 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
708 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTime), Member = "AddYears", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(global::System.DateTime))]
709 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
710 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTime), Member = "GetDatePart", MemberParameters = new object[]
711 {
712 typeof(ref int),
713 typeof(ref int),
714 typeof(ref int)
715 }, ReturnType = typeof(void))]
716 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTime), Member = "DaysInMonth", MemberParameters = new object[]
717 {
718 typeof(int),
719 typeof(int)
720 }, ReturnType = typeof(int))]
721 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTime), Member = "DateToTicks", MemberParameters = new object[]
722 {
723 typeof(int),
724 typeof(int),
725 typeof(int)
726 }, ReturnType = typeof(long))]
727 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentOutOfRangeException), Member = ".ctor", MemberParameters = new object[]
728 {
729 typeof(string),
730 typeof(string)
731 }, ReturnType = typeof(void))]
732 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 12)]
733 public global::System.DateTime AddMonths(int months)
734 {
735 throw null;
736 }
737
738 [global::Cpp2ILInjected.Token(Token = "0x60005BF")]
739 [global::Cpp2ILInjected.Address(RVA = "0x1C17B8C", Offset = "0x1C17B8C", Length = "0x8")]
740 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.Player", Member = "getDPS", ReturnType = typeof(int))]
741 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.Social.Discord.DiscordJoinToServerRequest", Member = ".ctor", MemberParameters = new object[]
742 {
743 typeof(string),
744 typeof(string),
745 typeof(int)
746 }, ReturnType = typeof(void))]
747 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.CookieParser", Member = "Get", ReturnType = "System.Net.Cookie")]
748 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Ionic.Zip.ZipEntry.<>c__DisplayClass4", Member = "<ProcessExtraFieldUnixTimes>b__3", ReturnType = typeof(global::System.DateTime))]
749 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Ionic.Zip.ZipEntry", Member = "ProcessExtraFieldInfoZipTimes", MemberParameters = new object[]
750 {
751 "System.Byte[]",
752 typeof(int),
753 typeof(short),
754 typeof(long)
755 }, ReturnType = typeof(int))]
756 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Ionic.Zlib.ZlibBaseStream", Member = "_ReadAndValidateGzipHeader", ReturnType = typeof(int))]
757 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 7)]
758 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTime), Member = "Add", MemberParameters = new object[]
759 {
760 typeof(double),
761 typeof(int)
762 }, ReturnType = typeof(global::System.DateTime))]
763 public global::System.DateTime AddSeconds(double value)
764 {
765 throw null;
766 }
767
768 [global::Cpp2ILInjected.Token(Token = "0x60005C0")]
769 [global::Cpp2ILInjected.Address(RVA = "0x1C174E4", Offset = "0x1C174E4", Length = "0xAC")]
770 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
771 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.TimeZoneInfo), Member = "TZif_GenerateAdjustmentRule", MemberParameters = new object[]
772 {
773 typeof(ref int),
774 typeof(global::System.TimeSpan),
775 typeof(global::System.Collections.Generic.List<global::System.TimeZoneInfo.AdjustmentRule>),
776 typeof(global::System.DateTime[]),
777 typeof(byte[]),
778 typeof(global::System.TimeZoneInfo.TZifType[]),
779 typeof(bool[]),
780 typeof(bool[]),
781 typeof(string)
782 }, ReturnType = typeof(void))]
783 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.TimeZoneInfo), Member = "GetIsDaylightSavings", MemberParameters = new object[]
784 {
785 typeof(global::System.DateTime),
786 typeof(global::System.TimeZoneInfo.AdjustmentRule),
787 typeof(global::System.Globalization.DaylightTimeStruct),
788 typeof(global::System.TimeZoneInfoOptions)
789 }, ReturnType = typeof(bool))]
790 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.TimeZoneInfo), Member = "GetIsDaylightSavingsFromUtc", MemberParameters = new object[]
791 {
792 typeof(global::System.DateTime),
793 typeof(int),
794 typeof(global::System.TimeSpan),
795 typeof(global::System.TimeZoneInfo.AdjustmentRule),
796 typeof(int?),
797 typeof(ref bool),
798 typeof(global::System.TimeZoneInfo)
799 }, ReturnType = typeof(bool))]
800 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTime), Member = "Add", MemberParameters = new object[]
801 {
802 typeof(double),
803 typeof(int)
804 }, ReturnType = typeof(global::System.DateTime))]
805 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeOffset), Member = "AddTicks", MemberParameters = new object[] { typeof(long) }, ReturnType = typeof(global::System.DateTimeOffset))]
806 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeParse), Member = "TryParse", MemberParameters = new object[]
807 {
808 typeof(global::System.ReadOnlySpan<char>),
809 typeof(global::System.Globalization.DateTimeFormatInfo),
810 typeof(global::System.Globalization.DateTimeStyles),
811 typeof(ref global::System.DateTimeResult)
812 }, ReturnType = typeof(bool))]
813 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeParse), Member = "ParseISO8601", MemberParameters = new object[]
814 {
815 typeof(ref global::System.DateTimeRawInfo),
816 typeof(ref global::System.__DTString),
817 typeof(global::System.Globalization.DateTimeStyles),
818 typeof(ref global::System.DateTimeResult)
819 }, ReturnType = typeof(bool))]
820 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeParse), Member = "DoStrictParse", MemberParameters = new object[]
821 {
822 typeof(global::System.ReadOnlySpan<char>),
823 typeof(global::System.ReadOnlySpan<char>),
824 typeof(global::System.Globalization.DateTimeStyles),
825 typeof(global::System.Globalization.DateTimeFormatInfo),
826 typeof(ref global::System.DateTimeResult)
827 }, ReturnType = typeof(bool))]
828 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XsdDateTime", Member = "InitiateXsdDateTime", MemberParameters = new object[] { "System.Xml.Schema.XsdDateTime.Parser" }, ReturnType = typeof(void))]
829 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Utilities.DateTimeUtils", Member = "CreateDateTime", MemberParameters = new object[] { "Newtonsoft.Json.Utilities.DateTimeParser" }, ReturnType = typeof(global::System.DateTime))]
830 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 11)]
831 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentOutOfRangeException), Member = ".ctor", MemberParameters = new object[]
832 {
833 typeof(string),
834 typeof(string)
835 }, ReturnType = typeof(void))]
836 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 6)]
837 public global::System.DateTime AddTicks(long value)
838 {
839 throw null;
840 }
841
842 [global::Cpp2ILInjected.Token(Token = "0x60005C1")]
843 [global::Cpp2ILInjected.Address(RVA = "0x1C17B94", Offset = "0x1C17B94", Length = "0x84")]
844 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
845 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.TimeZoneInfo), Member = "GetIsDaylightSavingsFromUtc", MemberParameters = new object[]
846 {
847 typeof(global::System.DateTime),
848 typeof(int),
849 typeof(global::System.TimeSpan),
850 typeof(global::System.TimeZoneInfo.AdjustmentRule),
851 typeof(int?),
852 typeof(ref bool),
853 typeof(global::System.TimeZoneInfo)
854 }, ReturnType = typeof(bool))]
855 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.TimeZoneInfo), Member = "CheckIsDst", MemberParameters = new object[]
856 {
857 typeof(global::System.DateTime),
858 typeof(global::System.DateTime),
859 typeof(global::System.DateTime),
860 typeof(bool),
861 typeof(global::System.TimeZoneInfo.AdjustmentRule)
862 }, ReturnType = typeof(bool))]
863 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.TimeZoneInfo), Member = "GetIsAmbiguousTime", MemberParameters = new object[]
864 {
865 typeof(global::System.DateTime),
866 typeof(global::System.TimeZoneInfo.AdjustmentRule),
867 typeof(global::System.Globalization.DaylightTimeStruct)
868 }, ReturnType = typeof(bool))]
869 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.TimeZoneInfo), Member = "GetIsInvalidTime", MemberParameters = new object[]
870 {
871 typeof(global::System.DateTime),
872 typeof(global::System.TimeZoneInfo.AdjustmentRule),
873 typeof(global::System.Globalization.DaylightTimeStruct)
874 }, ReturnType = typeof(bool))]
875 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 14)]
876 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTime), Member = "AddMonths", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(global::System.DateTime))]
877 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentOutOfRangeException), Member = ".ctor", MemberParameters = new object[]
878 {
879 typeof(string),
880 typeof(string)
881 }, ReturnType = typeof(void))]
882 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 6)]
883 public global::System.DateTime AddYears(int value)
884 {
885 throw null;
886 }
887
888 [global::Cpp2ILInjected.Token(Token = "0x60005C2")]
889 [global::Cpp2ILInjected.Address(RVA = "0x1C17C18", Offset = "0x1C17C18", Length = "0x20")]
890 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
891 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.Social.Discord.DiscordJoinToServerRequest", Member = "IsValid", ReturnType = typeof(bool))]
892 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
893 public static int Compare(global::System.DateTime t1, global::System.DateTime t2)
894 {
895 throw null;
896 }
897
898 [global::Cpp2ILInjected.Token(Token = "0x60005C3")]
899 [global::Cpp2ILInjected.Address(RVA = "0x1C17C38", Offset = "0x1C17C38", Length = "0xFC")]
900 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
901 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
902 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
903 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 9)]
904 public int CompareTo(object value)
905 {
906 throw null;
907 }
908
909 [global::Cpp2ILInjected.Token(Token = "0x60005C4")]
910 [global::Cpp2ILInjected.Address(RVA = "0x1C17D34", Offset = "0x1C17D34", Length = "0x74")]
911 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
912 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.GameContent.Creative.CreativePowers.APerPlayerSliderPower", Member = "AttemptPushingChange", ReturnType = typeof(void))]
913 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.GameContent.Creative.CreativePowers.ASharedSliderPower", Member = "AttemptPushingChange", ReturnType = typeof(void))]
914 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.TimeZoneInfo.<>c", Member = "<CreateLocalUnity>b__161_0", MemberParameters = new object[]
915 {
916 typeof(global::System.TimeZoneInfo.AdjustmentRule),
917 typeof(global::System.TimeZoneInfo.AdjustmentRule)
918 }, ReturnType = typeof(int))]
919 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Globalization.UmAlQuraCalendar), Member = "ConvertGregorianToHijri", MemberParameters = new object[]
920 {
921 typeof(global::System.DateTime),
922 typeof(ref int),
923 typeof(ref int),
924 typeof(ref int)
925 }, ReturnType = typeof(void))]
926 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.Datatype_dateTimeBase", Member = "Compare", MemberParameters = new object[]
927 {
928 typeof(object),
929 typeof(object)
930 }, ReturnType = typeof(int))]
931 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Linq.JValue", Member = "Compare", MemberParameters = new object[]
932 {
933 "Newtonsoft.Json.Linq.JTokenType",
934 typeof(object),
935 typeof(object)
936 }, ReturnType = typeof(int))]
937 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 7)]
938 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
939 public int CompareTo(global::System.DateTime value)
940 {
941 throw null;
942 }
943
944 [global::Cpp2ILInjected.Token(Token = "0x60005C5")]
945 [global::Cpp2ILInjected.Address(RVA = "0x1C16A9C", Offset = "0x1C16A9C", Length = "0x188")]
946 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
947 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTime), Member = ".ctor", MemberParameters = new object[]
948 {
949 typeof(int),
950 typeof(int),
951 typeof(int)
952 }, ReturnType = typeof(void))]
953 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTime), Member = ".ctor", MemberParameters = new object[]
954 {
955 typeof(int),
956 typeof(int),
957 typeof(int),
958 typeof(int),
959 typeof(int),
960 typeof(int)
961 }, ReturnType = typeof(void))]
962 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTime), Member = ".ctor", MemberParameters = new object[]
963 {
964 typeof(int),
965 typeof(int),
966 typeof(int),
967 typeof(int),
968 typeof(int),
969 typeof(int),
970 typeof(global::System.DateTimeKind)
971 }, ReturnType = typeof(void))]
972 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTime), Member = ".ctor", MemberParameters = new object[]
973 {
974 typeof(int),
975 typeof(int),
976 typeof(int),
977 typeof(int),
978 typeof(int),
979 typeof(int),
980 typeof(int)
981 }, ReturnType = typeof(void))]
982 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTime), Member = "AddMonths", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(global::System.DateTime))]
983 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTime), Member = "TryCreate", MemberParameters = new object[]
984 {
985 typeof(int),
986 typeof(int),
987 typeof(int),
988 typeof(int),
989 typeof(int),
990 typeof(int),
991 typeof(int),
992 typeof(ref global::System.DateTime)
993 }, ReturnType = typeof(bool))]
994 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 6)]
995 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTime), Member = "IsLeapYear", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(bool))]
996 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentOutOfRangeException), Member = ".ctor", MemberParameters = new object[]
997 {
998 typeof(string),
999 typeof(string)
1000 }, ReturnType = typeof(void))]
1001 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 8)]
1002 private static long DateToTicks(int year, int month, int day)
1003 {
1004 throw null;
1005 }
1006
1007 [global::Cpp2ILInjected.Token(Token = "0x60005C6")]
1008 [global::Cpp2ILInjected.Address(RVA = "0x1C16CD0", Offset = "0x1C16CD0", Length = "0xD4")]
1009 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
1010 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTime), Member = ".ctor", MemberParameters = new object[]
1011 {
1012 typeof(int),
1013 typeof(int),
1014 typeof(int),
1015 typeof(int),
1016 typeof(int),
1017 typeof(int)
1018 }, ReturnType = typeof(void))]
1019 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTime), Member = ".ctor", MemberParameters = new object[]
1020 {
1021 typeof(int),
1022 typeof(int),
1023 typeof(int),
1024 typeof(int),
1025 typeof(int),
1026 typeof(int),
1027 typeof(global::System.DateTimeKind)
1028 }, ReturnType = typeof(void))]
1029 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTime), Member = ".ctor", MemberParameters = new object[]
1030 {
1031 typeof(int),
1032 typeof(int),
1033 typeof(int),
1034 typeof(int),
1035 typeof(int),
1036 typeof(int),
1037 typeof(int)
1038 }, ReturnType = typeof(void))]
1039 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTime), Member = "TryCreate", MemberParameters = new object[]
1040 {
1041 typeof(int),
1042 typeof(int),
1043 typeof(int),
1044 typeof(int),
1045 typeof(int),
1046 typeof(int),
1047 typeof(int),
1048 typeof(ref global::System.DateTime)
1049 }, ReturnType = typeof(bool))]
1050 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 4)]
1051 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.TimeSpan), Member = "TimeToTicks", MemberParameters = new object[]
1052 {
1053 typeof(int),
1054 typeof(int),
1055 typeof(int)
1056 }, ReturnType = typeof(long))]
1057 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentOutOfRangeException), Member = ".ctor", MemberParameters = new object[]
1058 {
1059 typeof(string),
1060 typeof(string)
1061 }, ReturnType = typeof(void))]
1062 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 7)]
1063 private static long TimeToTicks(int hour, int minute, int second)
1064 {
1065 throw null;
1066 }
1067
1068 [global::Cpp2ILInjected.Token(Token = "0x60005C7")]
1069 [global::Cpp2ILInjected.Address(RVA = "0x1C17A80", Offset = "0x1C17A80", Length = "0x10C")]
1070 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
1071 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.TimeZoneInfo), Member = "TransitionTimeToDateTime", MemberParameters = new object[]
1072 {
1073 typeof(int),
1074 typeof(global::System.TimeZoneInfo.TransitionTime)
1075 }, ReturnType = typeof(global::System.DateTime))]
1076 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.TimeZoneInfo), Member = "CreateAdjustmentRule", MemberParameters = new object[]
1077 {
1078 typeof(int),
1079 typeof(ref long[]),
1080 typeof(ref string[]),
1081 typeof(string),
1082 typeof(string)
1083 }, ReturnType = typeof(global::System.Collections.Generic.List<global::System.TimeZoneInfo.AdjustmentRule>))]
1084 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTime), Member = "AddMonths", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(global::System.DateTime))]
1085 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XsdDateTime.Parser", Member = "Parse", MemberParameters = new object[]
1086 {
1087 typeof(string),
1088 "System.Xml.Schema.XsdDateTimeFlags"
1089 }, ReturnType = typeof(bool))]
1090 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XsdDateTime.Parser", Member = "ParseDate", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(bool))]
1091 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Utilities.DateTimeParser", Member = "ParseDate", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(bool))]
1092 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 9)]
1093 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTime), Member = "IsLeapYear", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(bool))]
1094 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentOutOfRangeException), Member = ".ctor", MemberParameters = new object[]
1095 {
1096 typeof(string),
1097 typeof(string)
1098 }, ReturnType = typeof(void))]
1099 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 9)]
1100 public static int DaysInMonth(int year, int month)
1101 {
1102 throw null;
1103 }
1104
1105 [global::Cpp2ILInjected.Token(Token = "0x60005C8")]
1106 [global::Cpp2ILInjected.Address(RVA = "0x1C17E70", Offset = "0x1C17E70", Length = "0x7C")]
1107 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
1108 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1109 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
1110 public override bool Equals(object value)
1111 {
1112 throw null;
1113 }
1114
1115 [global::Cpp2ILInjected.Token(Token = "0x60005C9")]
1116 [global::Cpp2ILInjected.Address(RVA = "0x1C17EEC", Offset = "0x1C17EEC", Length = "0x14")]
1117 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
1118 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.TimeZoneInfo), Member = "CreateAdjustmentRule", MemberParameters = new object[]
1119 {
1120 typeof(int),
1121 typeof(ref long[]),
1122 typeof(ref string[]),
1123 typeof(string),
1124 typeof(string)
1125 }, ReturnType = typeof(global::System.Collections.Generic.List<global::System.TimeZoneInfo.AdjustmentRule>))]
1126 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
1127 public bool Equals(global::System.DateTime value)
1128 {
1129 throw null;
1130 }
1131
1132 [global::Cpp2ILInjected.Token(Token = "0x60005CA")]
1133 [global::Cpp2ILInjected.Address(RVA = "0x1C17F00", Offset = "0x1C17F00", Length = "0x230")]
1134 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
1135 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "WorldFile_OldConsole", Member = "GetAllMetadata", MemberParameters = new object[] { typeof(string) }, ReturnType = "Terraria.IO.WorldFileData")]
1136 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "WorldFile_OldConsole", Member = "LoadHeader", MemberParameters = new object[] { typeof(global::System.IO.BinaryReader) }, ReturnType = typeof(void))]
1137 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "WorldFile_OldSwitch", Member = "GetAllMetadata", MemberParameters = new object[] { typeof(string) }, ReturnType = "Terraria.IO.WorldFileData")]
1138 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "WorldFile_OldSwitch", Member = "LoadHeader", MemberParameters = new object[] { typeof(global::System.IO.BinaryReader) }, ReturnType = typeof(void))]
1139 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.IO.WorldFile", Member = "GetTutorialMetadata", ReturnType = "Terraria.IO.WorldFileData")]
1140 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.IO.WorldFile", Member = "GetAllMetadata", MemberParameters = new object[]
1141 {
1142 typeof(string),
1143 typeof(bool)
1144 }, ReturnType = "Terraria.IO.WorldFileData")]
1145 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.IO.WorldFile", Member = "LoadHeader", MemberParameters = new object[] { typeof(global::System.IO.BinaryReader) }, ReturnType = typeof(void))]
1146 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Resources.ResourceReader), Member = "_LoadObjectV2", MemberParameters = new object[]
1147 {
1148 typeof(int),
1149 typeof(ref global::System.Resources.ResourceTypeCode)
1150 }, ReturnType = typeof(object))]
1151 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 8)]
1152 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTime), Member = "FromBinaryRaw", MemberParameters = new object[] { typeof(long) }, ReturnType = typeof(global::System.DateTime))]
1153 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTime), Member = ".ctor", MemberParameters = new object[]
1154 {
1155 typeof(long),
1156 typeof(global::System.DateTimeKind)
1157 }, ReturnType = typeof(void))]
1158 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.TimeZoneInfo), Member = "get_Local", ReturnType = typeof(global::System.TimeZoneInfo))]
1159 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.TimeZoneInfo), Member = "GetUtcOffsetFromUtc", MemberParameters = new object[]
1160 {
1161 typeof(global::System.DateTime),
1162 typeof(global::System.TimeZoneInfo),
1163 typeof(ref bool),
1164 typeof(ref bool)
1165 }, ReturnType = typeof(global::System.TimeSpan))]
1166 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.TimeZoneInfo), Member = "GetLocalUtcOffset", MemberParameters = new object[]
1167 {
1168 typeof(global::System.DateTime),
1169 typeof(global::System.TimeZoneInfoOptions)
1170 }, ReturnType = typeof(global::System.TimeSpan))]
1171 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTime), Member = ".ctor", MemberParameters = new object[]
1172 {
1173 typeof(long),
1174 typeof(global::System.DateTimeKind),
1175 typeof(bool)
1176 }, ReturnType = typeof(void))]
1177 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentException), Member = ".ctor", MemberParameters = new object[]
1178 {
1179 typeof(string),
1180 typeof(string)
1181 }, ReturnType = typeof(void))]
1182 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 14)]
1183 public static global::System.DateTime FromBinary(long dateData)
1184 {
1185 throw null;
1186 }
1187
1188 [global::Cpp2ILInjected.Token(Token = "0x60005CB")]
1189 [global::Cpp2ILInjected.Address(RVA = "0x1C18130", Offset = "0x1C18130", Length = "0x84")]
1190 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
1191 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTime), Member = "FromBinary", MemberParameters = new object[] { typeof(long) }, ReturnType = typeof(global::System.DateTime))]
1192 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Serialization.Formatters.Binary.__BinaryParser), Member = "ReadDateTime", ReturnType = typeof(global::System.DateTime))]
1193 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
1194 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentException), Member = ".ctor", MemberParameters = new object[]
1195 {
1196 typeof(string),
1197 typeof(string)
1198 }, ReturnType = typeof(void))]
1199 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 6)]
1200 internal static global::System.DateTime FromBinaryRaw(long dateData)
1201 {
1202 throw null;
1203 }
1204
1205 [global::Cpp2ILInjected.Token(Token = "0x60005CC")]
1206 [global::Cpp2ILInjected.Address(RVA = "0x1C181B4", Offset = "0x1C181B4", Length = "0x74")]
1207 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeOffset), Member = "FromFileTime", MemberParameters = new object[] { typeof(long) }, ReturnType = typeof(global::System.DateTimeOffset))]
1208 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
1209 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTime), Member = "FromFileTimeUtc", MemberParameters = new object[] { typeof(long) }, ReturnType = typeof(global::System.DateTime))]
1210 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTime), Member = "ToLocalTime", MemberParameters = new object[] { typeof(bool) }, ReturnType = typeof(global::System.DateTime))]
1211 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
1212 public static global::System.DateTime FromFileTime(long fileTime)
1213 {
1214 throw null;
1215 }
1216
1217 [global::Cpp2ILInjected.Token(Token = "0x60005CD")]
1218 [global::Cpp2ILInjected.Address(RVA = "0x1C18228", Offset = "0x1C18228", Length = "0xAC")]
1219 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
1220 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTime), Member = "FromFileTime", MemberParameters = new object[] { typeof(long) }, ReturnType = typeof(global::System.DateTime))]
1221 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Ionic.Zip.ZipEntry", Member = "ProcessExtraFieldWindowsTimes", MemberParameters = new object[]
1222 {
1223 "System.Byte[]",
1224 typeof(int),
1225 typeof(short),
1226 typeof(long)
1227 }, ReturnType = typeof(int))]
1228 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Ionic.Zip.ZipEntry", Member = ".cctor", ReturnType = typeof(void))]
1229 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 5)]
1230 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTime), Member = ".ctor", MemberParameters = new object[]
1231 {
1232 typeof(long),
1233 typeof(global::System.DateTimeKind)
1234 }, ReturnType = typeof(void))]
1235 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentOutOfRangeException), Member = ".ctor", MemberParameters = new object[]
1236 {
1237 typeof(string),
1238 typeof(string)
1239 }, ReturnType = typeof(void))]
1240 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 6)]
1241 public static global::System.DateTime FromFileTimeUtc(long fileTime)
1242 {
1243 throw null;
1244 }
1245
1246 [global::Cpp2ILInjected.Token(Token = "0x60005CE")]
1247 [global::Cpp2ILInjected.Address(RVA = "0x1C182DC", Offset = "0x1C182DC", Length = "0xCC")]
1248 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1249 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Runtime.Serialization.SerializationInfo), Member = "AddValue", MemberParameters = new object[]
1250 {
1251 typeof(string),
1252 typeof(long)
1253 }, ReturnType = typeof(void))]
1254 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Runtime.Serialization.SerializationInfo), Member = "AddValue", MemberParameters = new object[]
1255 {
1256 typeof(string),
1257 typeof(ulong)
1258 }, ReturnType = typeof(void))]
1259 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentNullException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
1260 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 7)]
1261 private void System.Runtime.Serialization.ISerializable.GetObjectData(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context)
1262 {
1263 throw null;
1264 }
1265
1266 [global::Cpp2ILInjected.Token(Token = "0x60005CF")]
1267 [global::Cpp2ILInjected.Address(RVA = "0x1C183A8", Offset = "0x1C183A8", Length = "0x84")]
1268 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
1269 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Ionic.Zip.SharedUtilities", Member = "AdjustTime_Reverse", MemberParameters = new object[] { typeof(global::System.DateTime) }, ReturnType = typeof(global::System.DateTime))]
1270 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 4)]
1271 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.TimeZoneInfo), Member = "get_Local", ReturnType = typeof(global::System.TimeZoneInfo))]
1272 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.TimeZoneInfo), Member = "IsDaylightSavingTime", MemberParameters = new object[]
1273 {
1274 typeof(global::System.DateTime),
1275 typeof(global::System.TimeZoneInfoOptions)
1276 }, ReturnType = typeof(bool))]
1277 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
1279 {
1280 throw null;
1281 }
1282
1283 [global::Cpp2ILInjected.Token(Token = "0x60005D0")]
1284 [global::Cpp2ILInjected.Address(RVA = "0x1C1842C", Offset = "0x1C1842C", Length = "0x24")]
1285 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Utilities.DateTimeUtils", Member = "TryParseDateTimeMicrosoft", MemberParameters = new object[]
1286 {
1287 "Newtonsoft.Json.Utilities.StringReference",
1288 "Newtonsoft.Json.DateTimeZoneHandling",
1289 typeof(ref global::System.DateTime)
1290 }, ReturnType = typeof(bool))]
1291 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Bson.BsonReader", Member = "ReadType", MemberParameters = new object[] { "Newtonsoft.Json.Bson.BsonType" }, ReturnType = typeof(void))]
1292 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Ionic.Zip.SharedUtilities", Member = "PackedToDateTime", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(global::System.DateTime))]
1293 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Ionic.Zip.ZipEntry", Member = "set_LastModified", MemberParameters = new object[] { typeof(global::System.DateTime) }, ReturnType = typeof(void))]
1294 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 4)]
1295 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTime), Member = ".ctor", MemberParameters = new object[]
1296 {
1297 typeof(long),
1298 typeof(global::System.DateTimeKind)
1299 }, ReturnType = typeof(void))]
1300 public static global::System.DateTime SpecifyKind(global::System.DateTime value, global::System.DateTimeKind kind)
1301 {
1302 throw null;
1303 }
1304
1305 [global::Cpp2ILInjected.Token(Token = "0x60005D1")]
1306 [global::Cpp2ILInjected.Address(RVA = "0x1C18450", Offset = "0x1C18450", Length = "0x98")]
1307 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
1308 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.Player", Member = "InternalSavePlayerFile", MemberParameters = new object[] { "Terraria.IO.PlayerFileData" }, ReturnType = typeof(void))]
1309 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.Player", Member = "LoadTutorialPlayer", ReturnType = "Terraria.IO.PlayerFileData")]
1310 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.Player", Member = "LoadPlayer", MemberParameters = new object[]
1311 {
1312 typeof(string),
1313 typeof(bool)
1314 }, ReturnType = "Terraria.IO.PlayerFileData")]
1315 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.Player", Member = "AdjustRespawnTimerForWorldJoining", MemberParameters = new object[] { "Terraria.Player" }, ReturnType = typeof(void))]
1316 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.IO.WorldFile", Member = "SaveWorldHeader", MemberParameters = new object[] { typeof(global::System.IO.BinaryWriter) }, ReturnType = typeof(int))]
1317 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 5)]
1318 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.TimeZoneInfo), Member = "GetLocalUtcOffset", MemberParameters = new object[]
1319 {
1320 typeof(global::System.DateTime),
1321 typeof(global::System.TimeZoneInfoOptions)
1322 }, ReturnType = typeof(global::System.TimeSpan))]
1323 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
1324 public long ToBinary()
1325 {
1326 throw null;
1327 }
1328
1329 [global::Cpp2ILInjected.Token(Token = "0x1700006A")]
1330 public global::System.DateTime Date
1331 {
1332 [global::Cpp2ILInjected.Token(Token = "0x60005D2")]
1333 [global::Cpp2ILInjected.Address(RVA = "0x1C184E8", Offset = "0x1C184E8", Length = "0x3C")]
1334 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
1335 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.TimeZoneInfo), Member = "GetAdjustmentRules", ReturnType = typeof(global::System.TimeZoneInfo.AdjustmentRule[]))]
1336 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.TimeZoneInfo), Member = "GetAdjustmentRuleForTime", MemberParameters = new object[]
1337 {
1338 typeof(global::System.DateTime),
1339 typeof(bool),
1340 typeof(ref int?)
1341 }, ReturnType = typeof(global::System.TimeZoneInfo.AdjustmentRule))]
1342 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 3)]
1343 get
1344 {
1345 throw null;
1346 }
1347 }
1348
1349 [global::Cpp2ILInjected.Token(Token = "0x60005D3")]
1350 [global::Cpp2ILInjected.Address(RVA = "0x1C18524", Offset = "0x1C18524", Length = "0x1D0")]
1351 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
1352 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.CurrentSystemTimeZone), Member = "CreateDaylightChanges", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(global::System.Globalization.DaylightTime))]
1353 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.CurrentSystemTimeZone), Member = "GetUtcOffset", MemberParameters = new object[] { typeof(global::System.DateTime) }, ReturnType = typeof(global::System.TimeSpan))]
1354 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTime), Member = "get_Day", ReturnType = typeof(int))]
1355 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTime), Member = "get_Month", ReturnType = typeof(int))]
1356 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTime), Member = "get_Year", ReturnType = typeof(int))]
1357 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeOffset), Member = "get_Day", ReturnType = typeof(int))]
1358 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeOffset), Member = "get_Month", ReturnType = typeof(int))]
1359 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeOffset), Member = "get_Year", ReturnType = typeof(int))]
1360 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeFormat), Member = "TryFormatO", MemberParameters = new object[]
1361 {
1362 typeof(global::System.DateTime),
1363 typeof(global::System.TimeSpan),
1364 typeof(global::System.Span<char>),
1365 typeof(ref int)
1366 }, ReturnType = typeof(bool))]
1367 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 12)]
1368 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
1369 private int GetDatePart(int part)
1370 {
1371 throw null;
1372 }
1373
1374 [global::Cpp2ILInjected.Token(Token = "0x60005D4")]
1375 [global::Cpp2ILInjected.Address(RVA = "0x1C178BC", Offset = "0x1C178BC", Length = "0x1C4")]
1376 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
1377 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.TimeZoneInfo.TransitionTime), Member = "ValidateTransitionTime", MemberParameters = new object[]
1378 {
1379 typeof(global::System.DateTime),
1380 typeof(int),
1381 typeof(int),
1382 typeof(int),
1383 typeof(global::System.DayOfWeek)
1384 }, ReturnType = typeof(void))]
1385 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTime), Member = "AddMonths", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(global::System.DateTime))]
1386 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeFormat), Member = "TryFormatR", MemberParameters = new object[]
1387 {
1388 typeof(global::System.DateTime),
1389 typeof(global::System.TimeSpan),
1390 typeof(global::System.Span<char>),
1391 typeof(ref int)
1392 }, ReturnType = typeof(bool))]
1393 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 3)]
1394 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
1395 internal void GetDatePart(out int year, out int month, out int day)
1396 {
1397 throw null;
1398 }
1399
1400 [global::Cpp2ILInjected.Token(Token = "0x1700006B")]
1401 public int Day
1402 {
1403 [global::Cpp2ILInjected.Token(Token = "0x60005D5")]
1404 [global::Cpp2ILInjected.Address(RVA = "0x1C186F4", Offset = "0x1C186F4", Length = "0x8")]
1405 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.Main", Member = "checkXMas", ReturnType = typeof(void))]
1406 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.Main", Member = "checkHalloween", ReturnType = typeof(void))]
1407 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.Graphics.Capture.CaptureSettings", Member = ".ctor", ReturnType = typeof(void))]
1408 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.TimeZoneInfo), Member = "GetAdjustmentRules", ReturnType = typeof(global::System.TimeZoneInfo.AdjustmentRule[]))]
1409 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.TimeZoneInfo), Member = "CreateAdjustmentRule", MemberParameters = new object[]
1410 {
1411 typeof(int),
1412 typeof(ref long[]),
1413 typeof(ref string[]),
1414 typeof(string),
1415 typeof(string)
1416 }, ReturnType = typeof(global::System.Collections.Generic.List<global::System.TimeZoneInfo.AdjustmentRule>))]
1417 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Cryptography.X509Certificates.X509Certificate), Member = "FormatDate", MemberParameters = new object[] { typeof(global::System.DateTime) }, ReturnType = typeof(string))]
1418 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Globalization.UmAlQuraCalendar), Member = "ConvertHijriToGregorian", MemberParameters = new object[]
1419 {
1420 typeof(int),
1421 typeof(int),
1422 typeof(int),
1423 typeof(ref int),
1424 typeof(ref int),
1425 typeof(ref int)
1426 }, ReturnType = typeof(void))]
1427 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XsdDateTime", Member = "get_Day", ReturnType = typeof(int))]
1428 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XsdDateTime", Member = "get_Fraction", ReturnType = typeof(int))]
1429 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XsdDateTime", Member = "op_Implicit", MemberParameters = new object[] { "System.Xml.Schema.XsdDateTime" }, ReturnType = typeof(global::System.DateTime))]
1430 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XsdDateTime", Member = "op_Implicit", MemberParameters = new object[] { "System.Xml.Schema.XsdDateTime" }, ReturnType = typeof(global::System.DateTimeOffset))]
1431 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XsdDateTime", Member = "ToString", ReturnType = typeof(string))]
1432 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XsdDateTime", Member = "PrintDate", MemberParameters = new object[] { typeof(global::System.Text.StringBuilder) }, ReturnType = typeof(void))]
1433 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Ionic.Zip.SharedUtilities", Member = "DateTimeToPacked", MemberParameters = new object[] { typeof(global::System.DateTime) }, ReturnType = typeof(int))]
1434 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 26)]
1435 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTime), Member = "GetDatePart", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(int))]
1436 get
1437 {
1438 throw null;
1439 }
1440 }
1441
1442 [global::Cpp2ILInjected.Token(Token = "0x1700006C")]
1443 public global::System.DayOfWeek DayOfWeek
1444 {
1445 [global::Cpp2ILInjected.Token(Token = "0x60005D6")]
1446 [global::Cpp2ILInjected.Address(RVA = "0x1C186FC", Offset = "0x1C186FC", Length = "0x4C")]
1447 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
1448 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.TimeZoneInfo), Member = "TransitionTimeToDateTime", MemberParameters = new object[]
1449 {
1450 typeof(int),
1451 typeof(global::System.TimeZoneInfo.TransitionTime)
1452 }, ReturnType = typeof(global::System.DateTime))]
1453 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
1454 get
1455 {
1456 throw null;
1457 }
1458 }
1459
1460 [global::Cpp2ILInjected.Token(Token = "0x60005D7")]
1461 [global::Cpp2ILInjected.Address(RVA = "0x1C18748", Offset = "0x1C18748", Length = "0x10")]
1462 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.TimeZoneInfo.AdjustmentRule), Member = "GetHashCode", ReturnType = typeof(int))]
1463 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
1464 public override int GetHashCode()
1465 {
1466 throw null;
1467 }
1468
1469 [global::Cpp2ILInjected.Token(Token = "0x1700006D")]
1470 public int Hour
1471 {
1472 [global::Cpp2ILInjected.Token(Token = "0x60005D8")]
1473 [global::Cpp2ILInjected.Address(RVA = "0x1C18758", Offset = "0x1C18758", Length = "0x3C")]
1474 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
1475 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.Graphics.Capture.CaptureSettings", Member = ".ctor", ReturnType = typeof(void))]
1476 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.TimeZoneInfo.AdjustmentRule), Member = "IsStartDateMarkerForBeginningOfYear", ReturnType = typeof(bool))]
1477 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.TimeZoneInfo.AdjustmentRule), Member = "IsEndDateMarkerForEndOfYear", ReturnType = typeof(bool))]
1478 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.TimeZoneInfo), Member = "GetAdjustmentRules", ReturnType = typeof(global::System.TimeZoneInfo.AdjustmentRule[]))]
1479 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.TimeZoneInfo), Member = "TransitionTimeToDateTime", MemberParameters = new object[]
1480 {
1481 typeof(int),
1482 typeof(global::System.TimeZoneInfo.TransitionTime)
1483 }, ReturnType = typeof(global::System.DateTime))]
1484 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XsdDateTime", Member = "get_Hour", ReturnType = typeof(int))]
1485 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XsdDateTime", Member = "get_Fraction", ReturnType = typeof(int))]
1486 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XsdDateTime", Member = "PrintTime", MemberParameters = new object[] { typeof(global::System.Text.StringBuilder) }, ReturnType = typeof(void))]
1487 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Utilities.DateTimeUtils", Member = "WriteDefaultIsoDate", MemberParameters = new object[]
1488 {
1489 "System.Char[]",
1490 typeof(int),
1491 typeof(global::System.DateTime)
1492 }, ReturnType = typeof(int))]
1493 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Ionic.Zip.SharedUtilities", Member = "DateTimeToPacked", MemberParameters = new object[] { typeof(global::System.DateTime) }, ReturnType = typeof(int))]
1494 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 13)]
1495 get
1496 {
1497 throw null;
1498 }
1499 }
1500
1501 [global::Cpp2ILInjected.Token(Token = "0x60005D9")]
1502 [global::Cpp2ILInjected.Address(RVA = "0x1C18794", Offset = "0x1C18794", Length = "0x14")]
1503 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
1504 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.TimeZoneInfo), Member = "GetIsDaylightSavings", MemberParameters = new object[]
1505 {
1506 typeof(global::System.DateTime),
1507 typeof(global::System.TimeZoneInfo.AdjustmentRule),
1508 typeof(global::System.Globalization.DaylightTimeStruct),
1509 typeof(global::System.TimeZoneInfoOptions)
1510 }, ReturnType = typeof(bool))]
1511 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.TimeZone), Member = "CalculateUtcOffset", MemberParameters = new object[]
1512 {
1513 typeof(global::System.DateTime),
1514 typeof(global::System.Globalization.DaylightTime)
1515 }, ReturnType = typeof(global::System.TimeSpan))]
1516 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
1518 {
1519 throw null;
1520 }
1521
1522 [global::Cpp2ILInjected.Token(Token = "0x1700006E")]
1523 public global::System.DateTimeKind Kind
1524 {
1525 [global::Cpp2ILInjected.Token(Token = "0x60005DA")]
1526 [global::Cpp2ILInjected.Address(RVA = "0x1C161E4", Offset = "0x1C161E4", Length = "0x28")]
1527 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
1528 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.TimeZoneInfo.AdjustmentRule), Member = "ValidateAdjustmentRule", MemberParameters = new object[]
1529 {
1530 typeof(global::System.DateTime),
1531 typeof(global::System.DateTime),
1532 typeof(global::System.TimeSpan),
1533 typeof(global::System.TimeZoneInfo.TransitionTime),
1534 typeof(global::System.TimeZoneInfo.TransitionTime),
1535 typeof(bool)
1536 }, ReturnType = typeof(void))]
1537 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.TimeZoneInfo.TransitionTime), Member = "ValidateTransitionTime", MemberParameters = new object[]
1538 {
1539 typeof(global::System.DateTime),
1540 typeof(int),
1541 typeof(int),
1542 typeof(int),
1543 typeof(global::System.DayOfWeek)
1544 }, ReturnType = typeof(void))]
1545 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.TimeZoneInfo), Member = "GetAdjustmentRules", ReturnType = typeof(global::System.TimeZoneInfo.AdjustmentRule[]))]
1546 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.TimeZoneInfo), Member = "GetUtcOffset", MemberParameters = new object[]
1547 {
1548 typeof(global::System.DateTime),
1549 typeof(global::System.TimeZoneInfoOptions),
1550 "System.TimeZoneInfo.CachedData"
1551 }, ReturnType = typeof(global::System.TimeSpan))]
1552 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.TimeZoneInfo), Member = "IsDaylightSavingTime", MemberParameters = new object[]
1553 {
1554 typeof(global::System.DateTime),
1555 typeof(global::System.TimeZoneInfoOptions),
1556 "System.TimeZoneInfo.CachedData"
1557 }, ReturnType = typeof(bool))]
1558 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.TimeZoneInfo), Member = "ConvertTime", MemberParameters = new object[]
1559 {
1560 typeof(global::System.DateTime),
1561 typeof(global::System.TimeZoneInfo),
1562 typeof(global::System.TimeZoneInfo),
1563 typeof(global::System.TimeZoneInfoOptions),
1564 "System.TimeZoneInfo.CachedData"
1565 }, ReturnType = typeof(global::System.DateTime))]
1566 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.TimeZoneInfo), Member = "ConvertTimeToUtc", MemberParameters = new object[]
1567 {
1568 typeof(global::System.DateTime),
1569 typeof(global::System.TimeZoneInfoOptions)
1570 }, ReturnType = typeof(global::System.DateTime))]
1571 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.TimeZoneInfo), Member = "CompareAdjustmentRuleToDateTime", MemberParameters = new object[]
1572 {
1573 typeof(global::System.TimeZoneInfo.AdjustmentRule),
1574 typeof(global::System.TimeZoneInfo.AdjustmentRule),
1575 typeof(global::System.DateTime),
1576 typeof(global::System.DateTime),
1577 typeof(bool)
1578 }, ReturnType = typeof(int))]
1579 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.TimeZoneInfo), Member = "GetIsDaylightSavings", MemberParameters = new object[]
1580 {
1581 typeof(global::System.DateTime),
1582 typeof(global::System.TimeZoneInfo.AdjustmentRule),
1583 typeof(global::System.Globalization.DaylightTimeStruct),
1584 typeof(global::System.TimeZoneInfoOptions)
1585 }, ReturnType = typeof(bool))]
1586 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.TimeZone), Member = "CalculateUtcOffset", MemberParameters = new object[]
1587 {
1588 typeof(global::System.DateTime),
1589 typeof(global::System.Globalization.DaylightTime)
1590 }, ReturnType = typeof(global::System.TimeSpan))]
1591 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.XmlConvert", Member = "SwitchToLocalTime", MemberParameters = new object[] { typeof(global::System.DateTime) }, ReturnType = typeof(global::System.DateTime))]
1592 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.XmlConvert", Member = "SwitchToUtcTime", MemberParameters = new object[] { typeof(global::System.DateTime) }, ReturnType = typeof(global::System.DateTime))]
1593 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.Datatype_dateTimeBase", Member = "Compare", MemberParameters = new object[]
1594 {
1595 typeof(object),
1596 typeof(object)
1597 }, ReturnType = typeof(int))]
1598 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XsdDateTime", Member = ".ctor", MemberParameters = new object[]
1599 {
1600 typeof(global::System.DateTime),
1601 "System.Xml.Schema.XsdDateTimeFlags"
1602 }, ReturnType = typeof(void))]
1603 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.JsonTextWriter", Member = "WriteValue", MemberParameters = new object[] { typeof(global::System.DateTime) }, ReturnType = typeof(void))]
1604 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Utilities.DateTimeUtils", Member = "SwitchToLocalTime", MemberParameters = new object[] { typeof(global::System.DateTime) }, ReturnType = typeof(global::System.DateTime))]
1605 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Utilities.DateTimeUtils", Member = "SwitchToUtcTime", MemberParameters = new object[] { typeof(global::System.DateTime) }, ReturnType = typeof(global::System.DateTime))]
1606 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Utilities.DateTimeUtils", Member = "ToUniversalTicks", MemberParameters = new object[] { typeof(global::System.DateTime) }, ReturnType = typeof(long))]
1607 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Utilities.DateTimeUtils", Member = "ToUniversalTicks", MemberParameters = new object[]
1608 {
1609 typeof(global::System.DateTime),
1610 typeof(global::System.TimeSpan)
1611 }, ReturnType = typeof(long))]
1612 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Utilities.DateTimeUtils", Member = "WriteDateTimeString", MemberParameters = new object[]
1613 {
1614 typeof(global::System.IO.TextWriter),
1615 typeof(global::System.DateTime),
1616 "Newtonsoft.Json.DateFormatHandling",
1617 typeof(string),
1618 typeof(global::System.Globalization.CultureInfo)
1619 }, ReturnType = typeof(void))]
1620 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Converters.XmlNodeConverter", Member = "ConvertTokenToXmlValue", MemberParameters = new object[] { "Newtonsoft.Json.JsonReader" }, ReturnType = typeof(string))]
1621 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Ionic.Zip.SharedUtilities", Member = "AdjustTime_Reverse", MemberParameters = new object[] { typeof(global::System.DateTime) }, ReturnType = typeof(global::System.DateTime))]
1622 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Ionic.Zip.ZipEntry", Member = "set_LastModified", MemberParameters = new object[] { typeof(global::System.DateTime) }, ReturnType = typeof(void))]
1623 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Ionic.Zip.ZipEntry", Member = "SetEntryTimes", MemberParameters = new object[]
1624 {
1625 typeof(global::System.DateTime),
1626 typeof(global::System.DateTime),
1627 typeof(global::System.DateTime)
1628 }, ReturnType = typeof(void))]
1629 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 42)]
1630 get
1631 {
1632 throw null;
1633 }
1634 }
1635
1636 [global::Cpp2ILInjected.Token(Token = "0x1700006F")]
1637 public int Millisecond
1638 {
1639 [global::Cpp2ILInjected.Token(Token = "0x60005DB")]
1640 [global::Cpp2ILInjected.Address(RVA = "0x1C187A8", Offset = "0x1C187A8", Length = "0x48")]
1641 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
1642 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.DataStructures.PlayerDrawLayers", Member = "DrawPlayer_12_1_BalloonFronts", MemberParameters = new object[] { "Terraria.DataStructures.PlayerDrawSet&" }, ReturnType = typeof(void))]
1643 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.DataStructures.PlayerDrawLayers", Member = "DrawPlayer_11_Balloons", MemberParameters = new object[] { "Terraria.DataStructures.PlayerDrawSet&" }, ReturnType = typeof(void))]
1644 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.TimeZoneInfo), Member = "TransitionTimeToDateTime", MemberParameters = new object[]
1645 {
1646 typeof(int),
1647 typeof(global::System.TimeZoneInfo.TransitionTime)
1648 }, ReturnType = typeof(global::System.DateTime))]
1649 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 5)]
1650 get
1651 {
1652 throw null;
1653 }
1654 }
1655
1656 [global::Cpp2ILInjected.Token(Token = "0x17000070")]
1657 public int Minute
1658 {
1659 [global::Cpp2ILInjected.Token(Token = "0x60005DC")]
1660 [global::Cpp2ILInjected.Address(RVA = "0x1C187F0", Offset = "0x1C187F0", Length = "0x3C")]
1661 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
1662 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.Graphics.Capture.CaptureSettings", Member = ".ctor", ReturnType = typeof(void))]
1663 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.TimeZoneInfo.AdjustmentRule), Member = "IsStartDateMarkerForBeginningOfYear", ReturnType = typeof(bool))]
1664 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.TimeZoneInfo.AdjustmentRule), Member = "IsEndDateMarkerForEndOfYear", ReturnType = typeof(bool))]
1665 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.TimeZoneInfo), Member = "GetAdjustmentRules", ReturnType = typeof(global::System.TimeZoneInfo.AdjustmentRule[]))]
1666 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.TimeZoneInfo), Member = "TransitionTimeToDateTime", MemberParameters = new object[]
1667 {
1668 typeof(int),
1669 typeof(global::System.TimeZoneInfo.TransitionTime)
1670 }, ReturnType = typeof(global::System.DateTime))]
1671 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XsdDateTime", Member = "get_Minute", ReturnType = typeof(int))]
1672 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XsdDateTime", Member = "get_Fraction", ReturnType = typeof(int))]
1673 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XsdDateTime", Member = "PrintTime", MemberParameters = new object[] { typeof(global::System.Text.StringBuilder) }, ReturnType = typeof(void))]
1674 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Utilities.DateTimeUtils", Member = "WriteDefaultIsoDate", MemberParameters = new object[]
1675 {
1676 "System.Char[]",
1677 typeof(int),
1678 typeof(global::System.DateTime)
1679 }, ReturnType = typeof(int))]
1680 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Ionic.Zip.SharedUtilities", Member = "DateTimeToPacked", MemberParameters = new object[] { typeof(global::System.DateTime) }, ReturnType = typeof(int))]
1681 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 13)]
1682 get
1683 {
1684 throw null;
1685 }
1686 }
1687
1688 [global::Cpp2ILInjected.Token(Token = "0x17000071")]
1689 public int Month
1690 {
1691 [global::Cpp2ILInjected.Token(Token = "0x60005DD")]
1692 [global::Cpp2ILInjected.Address(RVA = "0x1C1882C", Offset = "0x1C1882C", Length = "0x8")]
1693 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.Main", Member = "checkXMas", ReturnType = typeof(void))]
1694 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.Main", Member = "checkHalloween", ReturnType = typeof(void))]
1695 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.Graphics.Capture.CaptureSettings", Member = ".ctor", ReturnType = typeof(void))]
1696 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.TimeZoneInfo), Member = "GetAdjustmentRules", ReturnType = typeof(global::System.TimeZoneInfo.AdjustmentRule[]))]
1697 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.TimeZoneInfo), Member = "CreateAdjustmentRule", MemberParameters = new object[]
1698 {
1699 typeof(int),
1700 typeof(ref long[]),
1701 typeof(ref string[]),
1702 typeof(string),
1703 typeof(string)
1704 }, ReturnType = typeof(global::System.Collections.Generic.List<global::System.TimeZoneInfo.AdjustmentRule>))]
1705 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Cryptography.X509Certificates.X509Certificate), Member = "FormatDate", MemberParameters = new object[] { typeof(global::System.DateTime) }, ReturnType = typeof(string))]
1706 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Globalization.UmAlQuraCalendar), Member = "ConvertHijriToGregorian", MemberParameters = new object[]
1707 {
1708 typeof(int),
1709 typeof(int),
1710 typeof(int),
1711 typeof(ref int),
1712 typeof(ref int),
1713 typeof(ref int)
1714 }, ReturnType = typeof(void))]
1715 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XsdDateTime", Member = "get_Month", ReturnType = typeof(int))]
1716 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XsdDateTime", Member = "get_Fraction", ReturnType = typeof(int))]
1717 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XsdDateTime", Member = "op_Implicit", MemberParameters = new object[] { "System.Xml.Schema.XsdDateTime" }, ReturnType = typeof(global::System.DateTime))]
1718 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XsdDateTime", Member = "op_Implicit", MemberParameters = new object[] { "System.Xml.Schema.XsdDateTime" }, ReturnType = typeof(global::System.DateTimeOffset))]
1719 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XsdDateTime", Member = "ToString", ReturnType = typeof(string))]
1720 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XsdDateTime", Member = "PrintDate", MemberParameters = new object[] { typeof(global::System.Text.StringBuilder) }, ReturnType = typeof(void))]
1721 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Ionic.Zip.SharedUtilities", Member = "DateTimeToPacked", MemberParameters = new object[] { typeof(global::System.DateTime) }, ReturnType = typeof(int))]
1722 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 27)]
1723 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTime), Member = "GetDatePart", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(int))]
1724 get
1725 {
1726 throw null;
1727 }
1728 }
1729
1730 [global::Cpp2ILInjected.Token(Token = "0x17000072")]
1731 public static global::System.DateTime Now
1732 {
1733 [global::Cpp2ILInjected.Token(Token = "0x60005DE")]
1734 [global::Cpp2ILInjected.Address(RVA = "0x1C18834", Offset = "0x1C18834", Length = "0xF4")]
1735 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
1736 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "CursorManager", Member = "UpdateCursorList", ReturnType = typeof(void))]
1737 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Android_UserManager", Member = "Update", ReturnType = typeof(void))]
1738 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Android_UserManager", Member = "AttemptSignIn", ReturnType = typeof(void))]
1739 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "iOS_UserManager", Member = "Update", ReturnType = typeof(void))]
1740 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "iOS_UserManager", Member = "AttemptSignIn", ReturnType = typeof(void))]
1741 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "SimpleProfiler", Member = "BeginFrame", ReturnType = typeof(void))]
1742 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "SimpleProfiler", Member = "EndFrame", ReturnType = typeof(void))]
1743 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "SimpleProfiler", Member = "BeginSample", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(void))]
1744 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "SimpleProfiler", Member = "EndSample", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(void))]
1745 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "CacheFileManager", Member = "WriteFile", MemberParameters = new object[]
1746 {
1747 typeof(string),
1748 "System.Byte[]"
1749 }, ReturnType = typeof(void))]
1750 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "GUIControllerCraftingMaterials", Member = "Activate", ReturnType = typeof(void))]
1751 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "GUIControllerCraftingMaterials", Member = "get_UITextAlpha", ReturnType = typeof(float))]
1752 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "GUIControllerCraftingMaterials", Member = "NavigateNext", ReturnType = typeof(void))]
1753 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "GUIControllerCraftingMaterials", Member = "NavigatePrevious", ReturnType = typeof(void))]
1754 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "GUIControllerCraftingMaterials", Member = "Tick", ReturnType = typeof(void))]
1755 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "GUIControllerCraftingMaterials", Member = "Navigate", MemberParameters = new object[] { "Microsoft.Xna.Framework.Vector2" }, ReturnType = "GUIControllerItem")]
1756 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "GUIControllerNavigationController", Member = "Activate", ReturnType = typeof(void))]
1757 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "GUIControllerNavigationController", Member = "UpdateUINavigation", MemberParameters = new object[] { typeof(float) }, ReturnType = typeof(void))]
1758 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "GUIBuffs", Member = "UpdateBuffNavigation", ReturnType = typeof(void))]
1759 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "GUIBuffs", Member = "ItemOver", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(void))]
1760 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "GUIChestSplitStack", Member = "RightClickSplit", ReturnType = typeof(void))]
1761 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "GUIChestSplitStack", Member = "WasSplit", ReturnType = typeof(bool))]
1762 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "GUIChestSplitStack", Member = "Draw", ReturnType = typeof(void))]
1763 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "GUICrafting", Member = "DrawMaterialsGrid", ReturnType = typeof(void))]
1764 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "GUICrafting", Member = "UpdateMaterialNavigation", ReturnType = typeof(void))]
1765 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "GUIHotbar", Member = "UpdateHotbarNavigation", ReturnType = typeof(void))]
1766 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "GUIHousingMenu", Member = "UpdateHotbarNavigation", ReturnType = typeof(void))]
1767 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "GUIInventorySplitStack", Member = "RightClickSplit", ReturnType = typeof(void))]
1768 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "GUIInventorySplitStack", Member = "WasSplit", ReturnType = typeof(bool))]
1769 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "GUIInventorySplitStack", Member = "DrawOverlay", ReturnType = typeof(void))]
1770 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "GUIMap", Member = "DrawMap", ReturnType = typeof(void))]
1771 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "GUIResearch", Member = "BeginResearchAnimation", MemberParameters = new object[]
1772 {
1773 typeof(int),
1774 typeof(int),
1775 typeof(int),
1776 typeof(bool)
1777 }, ReturnType = typeof(void))]
1778 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "GUIResearch", Member = "UpdateResearchAnimation", ReturnType = typeof(int))]
1779 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "GUIShop", Member = "ItemOver", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(void))]
1780 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "GUIVirtualInputController", Member = "HandleGridSnapCursorMovement", MemberParameters = new object[]
1781 {
1782 "Terraria.Item",
1783 typeof(int),
1784 typeof(int),
1785 typeof(int),
1786 typeof(ref float),
1787 typeof(ref float)
1788 }, ReturnType = typeof(void))]
1789 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "GUIJourneySliderSetting", Member = "WindBackingHandler", MemberParameters = new object[]
1790 {
1791 "Microsoft.Xna.Framework.Vector2",
1792 "Microsoft.Xna.Framework.Vector2",
1793 "Slider_Layout",
1794 typeof(bool)
1795 }, ReturnType = typeof(void))]
1796 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "GUIJourneySliderSetting", Member = "RainBackingHandler", MemberParameters = new object[]
1797 {
1798 "Microsoft.Xna.Framework.Vector2",
1799 "Microsoft.Xna.Framework.Vector2",
1800 "Slider_Layout",
1801 typeof(bool)
1802 }, ReturnType = typeof(void))]
1803 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "GUIJourneySliderSetting", Member = "DifficultyBackingHandler", MemberParameters = new object[]
1804 {
1805 "Microsoft.Xna.Framework.Vector2",
1806 "Microsoft.Xna.Framework.Vector2",
1807 "Slider_Layout",
1808 typeof(bool)
1809 }, ReturnType = typeof(void))]
1810 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "GUIAchievementsMenu", Member = "AchievementOver", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(void))]
1811 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "GUIMultiplayerLobby", Member = "ServerDraw", MemberParameters = new object[]
1812 {
1813 "ItemGrid_Layout",
1814 typeof(int),
1815 "Microsoft.Xna.Framework.Vector2",
1816 typeof(float)
1817 }, ReturnType = typeof(void))]
1818 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "GUIPlayerSelectMenu", Member = "PlayerDraw", MemberParameters = new object[]
1819 {
1820 "ItemGrid_Layout",
1821 typeof(int),
1822 "Microsoft.Xna.Framework.Vector2",
1823 typeof(float)
1824 }, ReturnType = typeof(void))]
1825 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "GUIPS4MultiplayerChecks", Member = "EditorCheckPermissions", ReturnType = typeof(void))]
1826 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "GUIPS4MultiplayerChecks", Member = "EditorCheckPermissionsUpdate", ReturnType = typeof(void))]
1827 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "GUIWorldSelectMenu", Member = "WorldDraw", MemberParameters = new object[]
1828 {
1829 "ItemGrid_Layout",
1830 typeof(int),
1831 "Microsoft.Xna.Framework.Vector2",
1832 typeof(float)
1833 }, ReturnType = typeof(void))]
1834 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "GUISaveSynchronisation_FileList", Member = "PlayerDraw", MemberParameters = new object[]
1835 {
1836 "ItemGrid_Layout",
1837 typeof(int),
1838 "Microsoft.Xna.Framework.Vector2",
1839 typeof(float)
1840 }, ReturnType = typeof(void))]
1841 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "GUISaveSynchronisation_FileList", Member = "WorldDraw", MemberParameters = new object[]
1842 {
1843 "ItemGrid_Layout",
1844 typeof(int),
1845 "Microsoft.Xna.Framework.Vector2",
1846 typeof(float)
1847 }, ReturnType = typeof(void))]
1848 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "GUISaveSynchronisation_Lobby", Member = "ServerDraw", MemberParameters = new object[]
1849 {
1850 "ItemGrid_Layout",
1851 typeof(int),
1852 "Microsoft.Xna.Framework.Vector2",
1853 typeof(float)
1854 }, ReturnType = typeof(void))]
1855 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "SaveSynchronisationFinder", Member = "BroadcastRecieveThread", ReturnType = typeof(void))]
1856 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "SaveSynchronisationFinder", Member = "UpdateResults", ReturnType = typeof(void))]
1857 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "ServerAutoFinder", Member = "BroadcastRecieveThread", ReturnType = typeof(void))]
1858 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "ServerAutoFinder", Member = "UpdateResults", ReturnType = typeof(void))]
1859 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "WorldFile_OldConsole", Member = "GetAllMetadata", MemberParameters = new object[] { typeof(string) }, ReturnType = "Terraria.IO.WorldFileData")]
1860 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "WorldFile_OldSwitch", Member = "GetAllMetadata", MemberParameters = new object[] { typeof(string) }, ReturnType = "Terraria.IO.WorldFileData")]
1861 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "TutorialStep_08_KillZombies", Member = "OnGuideDialogueOpen", ReturnType = typeof(void))]
1862 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "TutorialStep_08_KillZombies", Member = "Update", ReturnType = typeof(bool))]
1863 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Telepathy.Common", Member = "ReceiveLoop", MemberParameters = new object[]
1864 {
1865 typeof(int),
1866 "System.Net.Sockets.TcpClient",
1867 "System.Collections.Concurrent.ConcurrentQueue`1<Message>",
1868 typeof(int)
1869 }, ReturnType = typeof(void))]
1870 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Microsoft.Xna.Framework.Game", Member = "initialiseCallBack", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(void))]
1871 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Microsoft.Xna.Framework.Game", Member = "UnityServerInitialise", ReturnType = typeof(void))]
1872 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Microsoft.Xna.Framework.Game", Member = "UnityServerUpdate", MemberParameters = new object[] { typeof(float) }, ReturnType = typeof(void))]
1873 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Microsoft.Xna.Framework.Game", Member = "UnityUpdate", MemberParameters = new object[] { typeof(float) }, ReturnType = typeof(void))]
1874 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Microsoft.Xna.Framework.Content.ContentManager", Member = "UpdateAysncLoad", ReturnType = typeof(void))]
1875 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.Dust", Member = "NewDust", MemberParameters = new object[]
1876 {
1877 "Microsoft.Xna.Framework.Vector2",
1878 typeof(int),
1879 typeof(int),
1880 typeof(int),
1881 typeof(float),
1882 typeof(float),
1883 typeof(int),
1884 "Microsoft.Xna.Framework.Graphics.Color",
1885 typeof(float)
1886 }, ReturnType = typeof(int))]
1887 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.Main.<LoadContent_Deferred>d__1863", Member = "MoveNext", ReturnType = typeof(bool))]
1888 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.Main", Member = "SaveSettings", ReturnType = typeof(bool))]
1889 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.Main", Member = "Initialize", ReturnType = typeof(void))]
1890 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.Main", Member = "checkXMas", ReturnType = typeof(void))]
1891 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.Main", Member = "checkHalloween", ReturnType = typeof(void))]
1892 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.Netplay", Member = "TcpClientLoop", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(void))]
1893 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.Netplay", Member = "ClientLoopFrameUpdate", ReturnType = typeof(void))]
1894 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.Netplay", Member = "ServerLoop", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(void))]
1895 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.NPC", Member = "setFireFlyChance", ReturnType = typeof(void))]
1896 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.Player", Member = "UpdateEquips", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(void))]
1897 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.Player", Member = "KillMe", MemberParameters = new object[]
1898 {
1899 "Terraria.DataStructures.PlayerDeathReason",
1900 typeof(double),
1901 typeof(int),
1902 typeof(bool)
1903 }, ReturnType = typeof(void))]
1904 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.Player", Member = "DropTombstone", MemberParameters = new object[]
1905 {
1906 typeof(long),
1907 "Terraria.Localization.NetworkText",
1908 typeof(int)
1909 }, ReturnType = typeof(void))]
1910 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.Player", Member = "addDPS", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(void))]
1911 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.Player", Member = "checkDPSTime", ReturnType = typeof(void))]
1912 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.Player", Member = "getDPS", ReturnType = typeof(int))]
1913 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.Player", Member = "SavePlayer", MemberParameters = new object[]
1914 {
1915 "Terraria.IO.PlayerFileData",
1916 typeof(bool),
1917 typeof(bool)
1918 }, ReturnType = typeof(void))]
1919 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.Player", Member = "InternalSavePlayerFile", MemberParameters = new object[] { "Terraria.IO.PlayerFileData" }, ReturnType = typeof(void))]
1920 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.Player", Member = "InternalSaveMap", MemberParameters = new object[]
1921 {
1922 typeof(bool),
1923 typeof(bool)
1924 }, ReturnType = typeof(void))]
1925 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.Player", Member = "LoadTutorialPlayer", ReturnType = "Terraria.IO.PlayerFileData")]
1926 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.Player", Member = "LoadPlayer", MemberParameters = new object[]
1927 {
1928 typeof(string),
1929 typeof(bool)
1930 }, ReturnType = "Terraria.IO.PlayerFileData")]
1931 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.Program", Member = "SetupLogging", ReturnType = typeof(void))]
1932 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.TimeLogger", Member = "NewDrawFrame", ReturnType = typeof(void))]
1933 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.WorldGen", Member = "playWorldCallBack", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(void))]
1934 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.WorldGen", Member = "joinLocalWorldCallBack", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(void))]
1935 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.WorldGen", Member = "serverLoadWorldCallBack", ReturnType = typeof(void))]
1936 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.WorldGen", Member = "smCallBack", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(void))]
1937 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.WorldGen", Member = "ExecuteThreadTime", ReturnType = typeof(void))]
1938 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.WorldGen", Member = "WaitForThreadTime", ReturnType = typeof(void))]
1939 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.Utilities.CrashDump", Member = "CreateDumpName", ReturnType = typeof(string))]
1940 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.Utilities.CrashWatcher.<>c", Member = "<Inititialize>b__18_0", MemberParameters = new object[]
1941 {
1942 typeof(object),
1943 typeof(global::System.Runtime.ExceptionServices.FirstChanceExceptionEventArgs)
1944 }, ReturnType = typeof(void))]
1945 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.Utilities.CrashWatcher.<>c", Member = "<Inititialize>b__18_1", MemberParameters = new object[]
1946 {
1947 typeof(object),
1948 typeof(global::System.UnhandledExceptionEventArgs)
1949 }, ReturnType = typeof(void))]
1950 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.IO.WorldFile_OldMobile", Member = "GetAllMetadata", MemberParameters = new object[]
1951 {
1952 typeof(string),
1953 typeof(bool)
1954 }, ReturnType = "Terraria.IO.WorldFileData")]
1955 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.IO.WorldFile", Member = "GetTutorialMetadata", ReturnType = "Terraria.IO.WorldFileData")]
1956 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.IO.WorldFile", Member = "GetAllMetadata", MemberParameters = new object[]
1957 {
1958 typeof(string),
1959 typeof(bool)
1960 }, ReturnType = "Terraria.IO.WorldFileData")]
1961 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.IO.WorldFile", Member = "CreateMetadata", MemberParameters = new object[]
1962 {
1963 typeof(string),
1964 typeof(bool),
1965 typeof(int)
1966 }, ReturnType = "Terraria.IO.WorldFileData")]
1967 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.IO.WorldFile", Member = "LoadWorld", MemberParameters = new object[] { typeof(bool) }, ReturnType = typeof(void))]
1968 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.IO.WorldFile", Member = "SaveWorld", MemberParameters = new object[]
1969 {
1970 typeof(bool),
1971 typeof(bool),
1972 "Terraria.IO.WorldFile.WorldSaveContext"
1973 }, ReturnType = typeof(void))]
1974 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.IO.WorldFile", Member = "ValidateWorld", MemberParameters = new object[] { typeof(global::System.IO.BinaryReader) }, ReturnType = typeof(bool))]
1975 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.IO.WorldFileData", Member = "FromInvalidWorld", MemberParameters = new object[]
1976 {
1977 typeof(string),
1978 typeof(bool)
1979 }, ReturnType = "Terraria.IO.WorldFileData")]
1980 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.Initializers.AssetInitializer.<LoadAssetsWhileInInitialBlackScreen_InSteps>d__3", Member = "MoveNext", ReturnType = typeof(bool))]
1981 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.DataStructures.IssueReport", Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
1982 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.DataStructures.PlayerDrawLayers", Member = "DrawPlayer_12_1_BalloonFronts", MemberParameters = new object[] { "Terraria.DataStructures.PlayerDrawSet&" }, ReturnType = typeof(void))]
1983 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.DataStructures.PlayerDrawLayers", Member = "DrawPlayer_11_Balloons", MemberParameters = new object[] { "Terraria.DataStructures.PlayerDrawSet&" }, ReturnType = typeof(void))]
1984 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.Map.MapHelper", Member = "LoadMapVersion2", MemberParameters = new object[]
1985 {
1986 typeof(global::System.IO.BinaryReader),
1987 typeof(int)
1988 }, ReturnType = typeof(void))]
1989 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.Map.MapHelper", Member = "LoadMapVersionCompressed", MemberParameters = new object[]
1990 {
1991 typeof(global::System.IO.BinaryReader),
1992 typeof(int)
1993 }, ReturnType = typeof(void))]
1994 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.Map.PingMapLayer.Ping", Member = ".ctor", MemberParameters = new object[] { "Microsoft.Xna.Framework.Vector2" }, ReturnType = typeof(void))]
1995 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.Map.PingMapLayer", Member = "Draw", MemberParameters = new object[]
1996 {
1997 "Terraria.Map.MapOverlayDrawContext&",
1998 typeof(ref string)
1999 }, ReturnType = typeof(void))]
2000 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.Graphics.Capture.CaptureSettings", Member = ".ctor", ReturnType = typeof(void))]
2001 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "ReLogic.Content.AssetRepository", Member = "ProcessAsyncLoad", ReturnType = typeof(void))]
2002 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeFormat), Member = "FormatCustomizedTimeZone", MemberParameters = new object[]
2003 {
2004 typeof(global::System.DateTime),
2005 typeof(global::System.TimeSpan),
2006 typeof(global::System.ReadOnlySpan<char>),
2007 typeof(int),
2008 typeof(bool),
2009 typeof(global::System.Text.StringBuilder)
2010 }, ReturnType = typeof(void))]
2011 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeParse), Member = "AdjustTimeZoneToLocal", MemberParameters = new object[]
2012 {
2013 typeof(ref global::System.DateTimeResult),
2014 typeof(bool)
2015 }, ReturnType = typeof(bool))]
2016 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeParse), Member = "GetDateTimeNow", MemberParameters = new object[]
2017 {
2018 typeof(ref global::System.DateTimeResult),
2019 typeof(ref global::System.Globalization.DateTimeStyles)
2020 }, ReturnType = typeof(global::System.DateTime))]
2021 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Security.Cryptography.X509Certificates.X509ChainPolicy", Member = "Reset", ReturnType = typeof(void))]
2022 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.FtpWebRequest", Member = "EnsureFtpWebResponse", MemberParameters = new object[] { typeof(global::System.Exception) }, ReturnType = typeof(void))]
2023 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.WebClient", Member = "OpenFileInternal", MemberParameters = new object[]
2024 {
2025 typeof(bool),
2026 typeof(string),
2027 typeof(ref global::System.IO.FileStream),
2028 "System.Byte[]&",
2029 "System.Byte[]&",
2030 "System.Byte[]&"
2031 }, ReturnType = typeof(void))]
2032 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.Cookie", Member = ".ctor", ReturnType = typeof(void))]
2033 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.Cookie", Member = ".ctor", MemberParameters = new object[]
2034 {
2035 typeof(string),
2036 typeof(string)
2037 }, ReturnType = typeof(void))]
2038 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.Cookie", Member = "get_Expired", ReturnType = typeof(bool))]
2039 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.Cookie", Member = "set_Expired", MemberParameters = new object[] { typeof(bool) }, ReturnType = typeof(void))]
2040 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.Cookie", Member = "ToServerString", ReturnType = typeof(string))]
2041 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.CookieParser", Member = "Get", ReturnType = "System.Net.Cookie")]
2042 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.CookieCollection", Member = "TimeStamp", MemberParameters = new object[] { "System.Net.CookieCollection.Stamp" }, ReturnType = typeof(global::System.DateTime))]
2043 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.HttpWebRequest", Member = "get_IfModifiedSince", ReturnType = typeof(global::System.DateTime))]
2044 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.HttpWebResponse", Member = "get_LastModified", ReturnType = typeof(global::System.DateTime))]
2045 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XsdDateTime", Member = "op_Implicit", MemberParameters = new object[] { "System.Xml.Schema.XsdDateTime" }, ReturnType = typeof(global::System.DateTime))]
2046 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XsdDateTime", Member = "op_Implicit", MemberParameters = new object[] { "System.Xml.Schema.XsdDateTime" }, ReturnType = typeof(global::System.DateTimeOffset))]
2047 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Serialization.MemoryTraceWriter", Member = "Trace", MemberParameters = new object[]
2048 {
2049 "System.Diagnostics.TraceLevel",
2050 typeof(string),
2051 typeof(global::System.Exception)
2052 }, ReturnType = typeof(void))]
2053 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.Networking.PlayerConnection.PlayerConnection", Member = "BlockUntilRecvMsg", MemberParameters = new object[]
2054 {
2055 typeof(global::System.Guid),
2056 typeof(int)
2057 }, ReturnType = typeof(bool))]
2058 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Ionic.Zip.SharedUtilities", Member = "AdjustTime_Reverse", MemberParameters = new object[] { typeof(global::System.DateTime) }, ReturnType = typeof(global::System.DateTime))]
2059 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Ionic.Zip.SharedUtilities", Member = "PackedToDateTime", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(global::System.DateTime))]
2060 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Ionic.Zip.ZipFile", Member = "AddEntry", MemberParameters = new object[]
2061 {
2062 typeof(string),
2063 typeof(global::System.IO.Stream)
2064 }, ReturnType = "Ionic.Zip.ZipEntry")]
2065 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Ionic.Zip.ZipFile", Member = "AddEntry", MemberParameters = new object[]
2066 {
2067 typeof(string),
2068 "Ionic.Zip.OpenDelegate",
2069 "Ionic.Zip.CloseDelegate"
2070 }, ReturnType = "Ionic.Zip.ZipEntry")]
2071 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Ionic.Zip.ZipFile", Member = "AddDirectoryByName", MemberParameters = new object[] { typeof(string) }, ReturnType = "Ionic.Zip.ZipEntry")]
2072 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Ionic.Zip.ZipOutputStream", Member = "PutNextEntry", MemberParameters = new object[] { typeof(string) }, ReturnType = "Ionic.Zip.ZipEntry")]
2073 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Ionic.Zlib.GZipStream", Member = "EmitHeader", ReturnType = typeof(int))]
2074 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Mono.Security.X509.X509Crl", Member = "get_IsCurrent", ReturnType = typeof(bool))]
2075 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Mono.Security.Protocol.Ntlm.ChallengeResponse2", Member = "Compute_NTLMv2", MemberParameters = new object[]
2076 {
2077 "Mono.Security.Protocol.Ntlm.Type2Message",
2078 typeof(string),
2079 typeof(string),
2080 typeof(string)
2081 }, ReturnType = "System.Byte[]")]
2082 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.GUI", Member = ".cctor", ReturnType = typeof(void))]
2083 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.SocialPlatforms.Local", Member = "PopulateStaticData", ReturnType = typeof(void))]
2084 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.SocialPlatforms.Impl.Score", Member = ".ctor", MemberParameters = new object[]
2085 {
2086 typeof(string),
2087 typeof(long)
2088 }, ReturnType = typeof(void))]
2089 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 211)]
2090 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTime), Member = "get_UtcNow", ReturnType = typeof(global::System.DateTime))]
2091 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.TimeZoneInfo), Member = "GetDateTimeNowUtcOffsetFromUtc", MemberParameters = new object[]
2092 {
2093 typeof(global::System.DateTime),
2094 typeof(ref bool)
2095 }, ReturnType = typeof(global::System.TimeSpan))]
2096 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTime), Member = ".ctor", MemberParameters = new object[]
2097 {
2098 typeof(long),
2099 typeof(global::System.DateTimeKind),
2100 typeof(bool)
2101 }, ReturnType = typeof(void))]
2102 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
2103 get
2104 {
2105 throw null;
2106 }
2107 }
2108
2109 [global::Cpp2ILInjected.Token(Token = "0x17000073")]
2110 public int Second
2111 {
2112 [global::Cpp2ILInjected.Token(Token = "0x60005DF")]
2113 [global::Cpp2ILInjected.Address(RVA = "0x1C1898C", Offset = "0x1C1898C", Length = "0x3C")]
2114 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
2115 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.Graphics.Capture.CaptureSettings", Member = ".ctor", ReturnType = typeof(void))]
2116 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.TimeZoneInfo.AdjustmentRule), Member = "IsStartDateMarkerForBeginningOfYear", ReturnType = typeof(bool))]
2117 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.TimeZoneInfo.AdjustmentRule), Member = "IsEndDateMarkerForEndOfYear", ReturnType = typeof(bool))]
2118 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.TimeZoneInfo), Member = "GetAdjustmentRules", ReturnType = typeof(global::System.TimeZoneInfo.AdjustmentRule[]))]
2119 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.TimeZoneInfo), Member = "TransitionTimeToDateTime", MemberParameters = new object[]
2120 {
2121 typeof(int),
2122 typeof(global::System.TimeZoneInfo.TransitionTime)
2123 }, ReturnType = typeof(global::System.DateTime))]
2124 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XsdDateTime", Member = "get_Second", ReturnType = typeof(int))]
2125 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XsdDateTime", Member = "get_Fraction", ReturnType = typeof(int))]
2126 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XsdDateTime", Member = "PrintTime", MemberParameters = new object[] { typeof(global::System.Text.StringBuilder) }, ReturnType = typeof(void))]
2127 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Utilities.DateTimeUtils", Member = "WriteDefaultIsoDate", MemberParameters = new object[]
2128 {
2129 "System.Char[]",
2130 typeof(int),
2131 typeof(global::System.DateTime)
2132 }, ReturnType = typeof(int))]
2133 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Ionic.Zip.SharedUtilities", Member = "DateTimeToPacked", MemberParameters = new object[] { typeof(global::System.DateTime) }, ReturnType = typeof(int))]
2134 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 13)]
2135 get
2136 {
2137 throw null;
2138 }
2139 }
2140
2141 [global::Cpp2ILInjected.Token(Token = "0x17000074")]
2142 public long Ticks
2143 {
2144 [global::Cpp2ILInjected.Token(Token = "0x60005E0")]
2145 [global::Cpp2ILInjected.Address(RVA = "0x1C17228", Offset = "0x1C17228", Length = "0xC")]
2146 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "SaveSynchronisationOperation_SendFileList", Member = "SendWorldFile", MemberParameters = new object[] { "Terraria.IO.WorldFileData" }, ReturnType = typeof(void))]
2147 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.Dust", Member = "NewDust", MemberParameters = new object[]
2148 {
2149 "Microsoft.Xna.Framework.Vector2",
2150 typeof(int),
2151 typeof(int),
2152 typeof(int),
2153 typeof(float),
2154 typeof(float),
2155 typeof(int),
2156 "Microsoft.Xna.Framework.Graphics.Color",
2157 typeof(float)
2158 }, ReturnType = typeof(int))]
2159 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.Main", Member = "Initialize", ReturnType = typeof(void))]
2160 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.Netplay", Member = "ServerLoop", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(void))]
2161 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.NPC", Member = "setFireFlyChance", ReturnType = typeof(void))]
2162 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.Player", Member = "LoadTutorialPlayer", ReturnType = "Terraria.IO.PlayerFileData")]
2163 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.Player", Member = "LoadPlayer", MemberParameters = new object[]
2164 {
2165 typeof(string),
2166 typeof(bool)
2167 }, ReturnType = "Terraria.IO.PlayerFileData")]
2168 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.WorldGen", Member = "playWorldCallBack", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(void))]
2169 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.WorldGen", Member = "joinLocalWorldCallBack", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(void))]
2170 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.WorldGen", Member = "serverLoadWorldCallBack", ReturnType = typeof(void))]
2171 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.WorldGen", Member = "smCallBack", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(void))]
2172 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.TimeZoneInfo.TransitionTime), Member = "ValidateTransitionTime", MemberParameters = new object[]
2173 {
2174 typeof(global::System.DateTime),
2175 typeof(int),
2176 typeof(int),
2177 typeof(int),
2178 typeof(global::System.DayOfWeek)
2179 }, ReturnType = typeof(void))]
2180 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.TimeZoneInfo), Member = "GetAdjustmentRules", ReturnType = typeof(global::System.TimeZoneInfo.AdjustmentRule[]))]
2181 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.TimeZoneInfo), Member = "ConvertTime", MemberParameters = new object[]
2182 {
2183 typeof(global::System.DateTime),
2184 typeof(global::System.TimeZoneInfo),
2185 typeof(global::System.TimeZoneInfo),
2186 typeof(global::System.TimeZoneInfoOptions),
2187 "System.TimeZoneInfo.CachedData"
2188 }, ReturnType = typeof(global::System.DateTime))]
2189 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.TimeZoneInfo), Member = "ConvertToFromUtc", MemberParameters = new object[]
2190 {
2191 typeof(global::System.DateTime),
2192 typeof(global::System.TimeSpan),
2193 typeof(global::System.TimeSpan),
2194 typeof(bool)
2195 }, ReturnType = typeof(global::System.DateTime))]
2196 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.TimeZoneInfo), Member = "ConvertUtcToTimeZone", MemberParameters = new object[]
2197 {
2198 typeof(long),
2199 typeof(global::System.TimeZoneInfo),
2200 typeof(ref bool)
2201 }, ReturnType = typeof(global::System.DateTime))]
2202 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Remoting.Messaging.CADMessageBase), Member = "UnmarshalArgument", MemberParameters = new object[]
2203 {
2204 typeof(object),
2205 typeof(global::System.Collections.ArrayList)
2206 }, ReturnType = typeof(object))]
2207 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Globalization.GregorianCalendar), Member = "GetDayOfMonth", MemberParameters = new object[] { typeof(global::System.DateTime) }, ReturnType = typeof(int))]
2208 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Globalization.GregorianCalendar), Member = "GetDayOfWeek", MemberParameters = new object[] { typeof(global::System.DateTime) }, ReturnType = typeof(global::System.DayOfWeek))]
2209 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Globalization.GregorianCalendar), Member = "GetMonth", MemberParameters = new object[] { typeof(global::System.DateTime) }, ReturnType = typeof(int))]
2210 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Globalization.GregorianCalendar), Member = "GetYear", MemberParameters = new object[] { typeof(global::System.DateTime) }, ReturnType = typeof(int))]
2211 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Globalization.EraInfo), Member = ".ctor", MemberParameters = new object[]
2212 {
2213 typeof(int),
2214 typeof(int),
2215 typeof(int),
2216 typeof(int),
2217 typeof(int),
2218 typeof(int),
2219 typeof(int)
2220 }, ReturnType = typeof(void))]
2221 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Globalization.EraInfo), Member = ".ctor", MemberParameters = new object[]
2222 {
2223 typeof(int),
2224 typeof(int),
2225 typeof(int),
2226 typeof(int),
2227 typeof(int),
2228 typeof(int),
2229 typeof(int),
2230 typeof(string),
2231 typeof(string),
2232 typeof(string)
2233 }, ReturnType = typeof(void))]
2234 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Globalization.GregorianCalendarHelper), Member = "CheckTicksRange", MemberParameters = new object[] { typeof(long) }, ReturnType = typeof(void))]
2235 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Globalization.GregorianCalendarHelper), Member = "GetDayOfMonth", MemberParameters = new object[] { typeof(global::System.DateTime) }, ReturnType = typeof(int))]
2236 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Globalization.GregorianCalendarHelper), Member = "GetDayOfWeek", MemberParameters = new object[] { typeof(global::System.DateTime) }, ReturnType = typeof(global::System.DayOfWeek))]
2237 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Globalization.GregorianCalendarHelper), Member = "GetEra", MemberParameters = new object[] { typeof(global::System.DateTime) }, ReturnType = typeof(int))]
2238 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Globalization.GregorianCalendarHelper), Member = "GetMonth", MemberParameters = new object[] { typeof(global::System.DateTime) }, ReturnType = typeof(int))]
2239 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Globalization.GregorianCalendarHelper), Member = "GetYear", MemberParameters = new object[] { typeof(global::System.DateTime) }, ReturnType = typeof(int))]
2240 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Globalization.HijriCalendar), Member = "CheckTicksRange", MemberParameters = new object[] { typeof(long) }, ReturnType = typeof(void))]
2241 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Globalization.HijriCalendar), Member = "GetDayOfMonth", MemberParameters = new object[] { typeof(global::System.DateTime) }, ReturnType = typeof(int))]
2242 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Globalization.HijriCalendar), Member = "GetDayOfWeek", MemberParameters = new object[] { typeof(global::System.DateTime) }, ReturnType = typeof(global::System.DayOfWeek))]
2243 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Globalization.HijriCalendar), Member = "GetEra", MemberParameters = new object[] { typeof(global::System.DateTime) }, ReturnType = typeof(int))]
2244 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Globalization.HijriCalendar), Member = "GetMonth", MemberParameters = new object[] { typeof(global::System.DateTime) }, ReturnType = typeof(int))]
2245 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Globalization.HijriCalendar), Member = "GetYear", MemberParameters = new object[] { typeof(global::System.DateTime) }, ReturnType = typeof(int))]
2246 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Globalization.JapaneseCalendar), Member = "GetDayOfMonth", MemberParameters = new object[] { typeof(global::System.DateTime) }, ReturnType = typeof(int))]
2247 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Globalization.JapaneseCalendar), Member = "GetMonth", MemberParameters = new object[] { typeof(global::System.DateTime) }, ReturnType = typeof(int))]
2248 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Globalization.TaiwanCalendar), Member = "GetDayOfMonth", MemberParameters = new object[] { typeof(global::System.DateTime) }, ReturnType = typeof(int))]
2249 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Globalization.TaiwanCalendar), Member = "GetMonth", MemberParameters = new object[] { typeof(global::System.DateTime) }, ReturnType = typeof(int))]
2250 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Globalization.ThaiBuddhistCalendar), Member = "GetDayOfMonth", MemberParameters = new object[] { typeof(global::System.DateTime) }, ReturnType = typeof(int))]
2251 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Globalization.ThaiBuddhistCalendar), Member = "GetMonth", MemberParameters = new object[] { typeof(global::System.DateTime) }, ReturnType = typeof(int))]
2252 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Globalization.UmAlQuraCalendar), Member = "CheckTicksRange", MemberParameters = new object[] { typeof(long) }, ReturnType = typeof(void))]
2253 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Globalization.UmAlQuraCalendar), Member = "ConvertGregorianToHijri", MemberParameters = new object[]
2254 {
2255 typeof(global::System.DateTime),
2256 typeof(ref int),
2257 typeof(ref int),
2258 typeof(ref int)
2259 }, ReturnType = typeof(void))]
2260 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Globalization.UmAlQuraCalendar), Member = "GetDatePart", MemberParameters = new object[]
2261 {
2262 typeof(global::System.DateTime),
2263 typeof(int)
2264 }, ReturnType = typeof(int))]
2265 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Globalization.UmAlQuraCalendar), Member = "GetDayOfWeek", MemberParameters = new object[] { typeof(global::System.DateTime) }, ReturnType = typeof(global::System.DayOfWeek))]
2266 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Globalization.UmAlQuraCalendar), Member = "GetEra", MemberParameters = new object[] { typeof(global::System.DateTime) }, ReturnType = typeof(int))]
2267 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Globalization.UmAlQuraCalendar), Member = ".cctor", ReturnType = typeof(void))]
2268 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.WebClient", Member = "OpenFileInternal", MemberParameters = new object[]
2269 {
2270 typeof(bool),
2271 typeof(string),
2272 typeof(ref global::System.IO.FileStream),
2273 "System.Byte[]&",
2274 "System.Byte[]&",
2275 "System.Byte[]&"
2276 }, ReturnType = typeof(void))]
2277 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.XmlConvert", Member = "ToString", MemberParameters = new object[]
2278 {
2279 typeof(global::System.DateTime),
2280 "System.Xml.XmlDateTimeSerializationMode"
2281 }, ReturnType = typeof(string))]
2282 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.XmlConvert", Member = "SwitchToLocalTime", MemberParameters = new object[] { typeof(global::System.DateTime) }, ReturnType = typeof(global::System.DateTime))]
2283 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.XmlConvert", Member = "SwitchToUtcTime", MemberParameters = new object[] { typeof(global::System.DateTime) }, ReturnType = typeof(global::System.DateTime))]
2284 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XsdDateTime", Member = "get_Fraction", ReturnType = typeof(int))]
2285 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XsdDateTime", Member = "op_Implicit", MemberParameters = new object[] { "System.Xml.Schema.XsdDateTime" }, ReturnType = typeof(global::System.DateTime))]
2286 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Utilities.DateTimeUtils", Member = "EnsureDateTime", MemberParameters = new object[]
2287 {
2288 typeof(global::System.DateTime),
2289 "Newtonsoft.Json.DateTimeZoneHandling"
2290 }, ReturnType = typeof(global::System.DateTime))]
2291 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Utilities.DateTimeUtils", Member = "SwitchToLocalTime", MemberParameters = new object[] { typeof(global::System.DateTime) }, ReturnType = typeof(global::System.DateTime))]
2292 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Utilities.DateTimeUtils", Member = "SwitchToUtcTime", MemberParameters = new object[] { typeof(global::System.DateTime) }, ReturnType = typeof(global::System.DateTime))]
2293 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Utilities.DateTimeUtils", Member = "ToUniversalTicks", MemberParameters = new object[] { typeof(global::System.DateTime) }, ReturnType = typeof(long))]
2294 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Utilities.DateTimeUtils", Member = "ToUniversalTicks", MemberParameters = new object[]
2295 {
2296 typeof(global::System.DateTime),
2297 typeof(global::System.TimeSpan)
2298 }, ReturnType = typeof(long))]
2299 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Utilities.DateTimeUtils", Member = "ConvertDateTimeToJavaScriptTicks", MemberParameters = new object[]
2300 {
2301 typeof(global::System.DateTime),
2302 typeof(bool)
2303 }, ReturnType = typeof(long))]
2304 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Utilities.DateTimeUtils", Member = "TryParseDateTimeIso", MemberParameters = new object[]
2305 {
2306 "Newtonsoft.Json.Utilities.StringReference",
2307 "Newtonsoft.Json.DateTimeZoneHandling",
2308 typeof(ref global::System.DateTime)
2309 }, ReturnType = typeof(bool))]
2310 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Utilities.DateTimeUtils", Member = "TryParseDateTimeOffsetIso", MemberParameters = new object[]
2311 {
2312 "Newtonsoft.Json.Utilities.StringReference",
2313 typeof(ref global::System.DateTimeOffset)
2314 }, ReturnType = typeof(bool))]
2315 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Utilities.DateTimeUtils", Member = "TryParseDateTimeOffsetMicrosoft", MemberParameters = new object[]
2316 {
2317 "Newtonsoft.Json.Utilities.StringReference",
2318 typeof(ref global::System.DateTimeOffset)
2319 }, ReturnType = typeof(bool))]
2320 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Utilities.DateTimeUtils", Member = "WriteDefaultIsoDate", MemberParameters = new object[]
2321 {
2322 "System.Char[]",
2323 typeof(int),
2324 typeof(global::System.DateTime)
2325 }, ReturnType = typeof(int))]
2326 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Utilities.DateTimeUtils", Member = "GetDateValues", MemberParameters = new object[]
2327 {
2328 typeof(global::System.DateTime),
2329 typeof(ref int),
2330 typeof(ref int),
2331 typeof(ref int)
2332 }, ReturnType = typeof(void))]
2333 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Mono.Security.Protocol.Ntlm.ChallengeResponse2", Member = "Compute_NTLMv2", MemberParameters = new object[]
2334 {
2335 "Mono.Security.Protocol.Ntlm.Type2Message",
2336 typeof(string),
2337 typeof(string),
2338 typeof(string)
2339 }, ReturnType = "System.Byte[]")]
2340 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 93)]
2341 get
2342 {
2343 throw null;
2344 }
2345 }
2346
2347 [global::Cpp2ILInjected.Token(Token = "0x17000075")]
2348 public global::System.TimeSpan TimeOfDay
2349 {
2350 [global::Cpp2ILInjected.Token(Token = "0x60005E1")]
2351 [global::Cpp2ILInjected.Address(RVA = "0x1C189C8", Offset = "0x1C189C8", Length = "0x34")]
2352 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
2353 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.TimeZoneInfo.AdjustmentRule), Member = "ValidateAdjustmentRule", MemberParameters = new object[]
2354 {
2355 typeof(global::System.DateTime),
2356 typeof(global::System.DateTime),
2357 typeof(global::System.TimeSpan),
2358 typeof(global::System.TimeZoneInfo.TransitionTime),
2359 typeof(global::System.TimeZoneInfo.TransitionTime),
2360 typeof(bool)
2361 }, ReturnType = typeof(void))]
2362 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.TimeZoneInfo), Member = "CreateAdjustmentRule", MemberParameters = new object[]
2363 {
2364 typeof(int),
2365 typeof(ref long[]),
2366 typeof(ref string[]),
2367 typeof(string),
2368 typeof(string)
2369 }, ReturnType = typeof(global::System.Collections.Generic.List<global::System.TimeZoneInfo.AdjustmentRule>))]
2370 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.DateTimeConverter", Member = "ConvertTo", MemberParameters = new object[]
2371 {
2372 "System.ComponentModel.ITypeDescriptorContext",
2373 typeof(global::System.Globalization.CultureInfo),
2374 typeof(object),
2375 typeof(global::System.Type)
2376 }, ReturnType = typeof(object))]
2377 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 8)]
2378 get
2379 {
2380 throw null;
2381 }
2382 }
2383
2384 [global::Cpp2ILInjected.Token(Token = "0x17000076")]
2385 public int Year
2386 {
2387 [global::Cpp2ILInjected.Token(Token = "0x60005E2")]
2388 [global::Cpp2ILInjected.Address(RVA = "0x1C16128", Offset = "0x1C16128", Length = "0x8")]
2389 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.Graphics.Capture.CaptureSettings", Member = ".ctor", ReturnType = typeof(void))]
2390 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.TimeZoneInfo.AdjustmentRule), Member = "IsStartDateMarkerForBeginningOfYear", ReturnType = typeof(bool))]
2391 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.TimeZoneInfo.AdjustmentRule), Member = "IsEndDateMarkerForEndOfYear", ReturnType = typeof(bool))]
2392 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.TimeZoneInfo), Member = "IsDaylightSavingTime", MemberParameters = new object[]
2393 {
2394 typeof(global::System.DateTime),
2395 typeof(global::System.TimeZoneInfoOptions),
2396 "System.TimeZoneInfo.CachedData"
2397 }, ReturnType = typeof(bool))]
2398 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.TimeZoneInfo), Member = "ConvertTime", MemberParameters = new object[]
2399 {
2400 typeof(global::System.DateTime),
2401 typeof(global::System.TimeZoneInfo),
2402 typeof(global::System.TimeZoneInfo),
2403 typeof(global::System.TimeZoneInfoOptions),
2404 "System.TimeZoneInfo.CachedData"
2405 }, ReturnType = typeof(global::System.DateTime))]
2406 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.TimeZoneInfo), Member = "GetIsDaylightSavings", MemberParameters = new object[]
2407 {
2408 typeof(global::System.DateTime),
2409 typeof(global::System.TimeZoneInfo.AdjustmentRule),
2410 typeof(global::System.Globalization.DaylightTimeStruct),
2411 typeof(global::System.TimeZoneInfoOptions)
2412 }, ReturnType = typeof(bool))]
2413 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.TimeZoneInfo), Member = "GetIsDaylightSavingsFromUtc", MemberParameters = new object[]
2414 {
2415 typeof(global::System.DateTime),
2416 typeof(int),
2417 typeof(global::System.TimeSpan),
2418 typeof(global::System.TimeZoneInfo.AdjustmentRule),
2419 typeof(int?),
2420 typeof(ref bool),
2421 typeof(global::System.TimeZoneInfo)
2422 }, ReturnType = typeof(bool))]
2423 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.TimeZoneInfo), Member = "CheckIsDst", MemberParameters = new object[]
2424 {
2425 typeof(global::System.DateTime),
2426 typeof(global::System.DateTime),
2427 typeof(global::System.DateTime),
2428 typeof(bool),
2429 typeof(global::System.TimeZoneInfo.AdjustmentRule)
2430 }, ReturnType = typeof(bool))]
2431 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.TimeZoneInfo), Member = "GetIsAmbiguousTime", MemberParameters = new object[]
2432 {
2433 typeof(global::System.DateTime),
2434 typeof(global::System.TimeZoneInfo.AdjustmentRule),
2435 typeof(global::System.Globalization.DaylightTimeStruct)
2436 }, ReturnType = typeof(bool))]
2437 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.TimeZoneInfo), Member = "GetIsInvalidTime", MemberParameters = new object[]
2438 {
2439 typeof(global::System.DateTime),
2440 typeof(global::System.TimeZoneInfo.AdjustmentRule),
2441 typeof(global::System.Globalization.DaylightTimeStruct)
2442 }, ReturnType = typeof(bool))]
2443 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.TimeZoneInfo), Member = "GetUtcOffset", MemberParameters = new object[]
2444 {
2445 typeof(global::System.DateTime),
2446 typeof(global::System.TimeZoneInfo),
2447 typeof(global::System.TimeZoneInfoOptions)
2448 }, ReturnType = typeof(global::System.TimeSpan))]
2449 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.TimeZoneInfo), Member = "GetUtcOffsetFromUtc", MemberParameters = new object[]
2450 {
2451 typeof(global::System.DateTime),
2452 typeof(global::System.TimeZoneInfo),
2453 typeof(ref bool),
2454 typeof(ref bool)
2455 }, ReturnType = typeof(global::System.TimeSpan))]
2456 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.TimeZoneInfo), Member = "CreateAdjustmentRule", MemberParameters = new object[]
2457 {
2458 typeof(int),
2459 typeof(ref long[]),
2460 typeof(ref string[]),
2461 typeof(string),
2462 typeof(string)
2463 }, ReturnType = typeof(global::System.Collections.Generic.List<global::System.TimeZoneInfo.AdjustmentRule>))]
2464 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.TimeZoneInfo), Member = "CreateLocalUnity", ReturnType = typeof(global::System.TimeZoneInfo))]
2465 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Cryptography.X509Certificates.X509Certificate), Member = "FormatDate", MemberParameters = new object[] { typeof(global::System.DateTime) }, ReturnType = typeof(string))]
2466 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Globalization.UmAlQuraCalendar), Member = "ConvertHijriToGregorian", MemberParameters = new object[]
2467 {
2468 typeof(int),
2469 typeof(int),
2470 typeof(int),
2471 typeof(ref int),
2472 typeof(ref int),
2473 typeof(ref int)
2474 }, ReturnType = typeof(void))]
2475 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XsdDateTime", Member = "get_Year", ReturnType = typeof(int))]
2476 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XsdDateTime", Member = "get_Fraction", ReturnType = typeof(int))]
2477 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XsdDateTime", Member = "op_Implicit", MemberParameters = new object[] { "System.Xml.Schema.XsdDateTime" }, ReturnType = typeof(global::System.DateTime))]
2478 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XsdDateTime", Member = "op_Implicit", MemberParameters = new object[] { "System.Xml.Schema.XsdDateTime" }, ReturnType = typeof(global::System.DateTimeOffset))]
2479 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XsdDateTime", Member = "ToString", ReturnType = typeof(string))]
2480 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XsdDateTime", Member = "PrintDate", MemberParameters = new object[] { typeof(global::System.Text.StringBuilder) }, ReturnType = typeof(void))]
2481 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Ionic.Zip.SharedUtilities", Member = "DateTimeToPacked", MemberParameters = new object[] { typeof(global::System.DateTime) }, ReturnType = typeof(int))]
2482 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Mono.Security.ASN1Convert", Member = "FromDateTime", MemberParameters = new object[] { typeof(global::System.DateTime) }, ReturnType = "Mono.Security.ASN1")]
2483 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 49)]
2484 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTime), Member = "GetDatePart", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(int))]
2485 get
2486 {
2487 throw null;
2488 }
2489 }
2490
2491 [global::Cpp2ILInjected.Token(Token = "0x60005E3")]
2492 [global::Cpp2ILInjected.Address(RVA = "0x1C17DA8", Offset = "0x1C17DA8", Length = "0xC8")]
2493 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
2494 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTime), Member = "DateToTicks", MemberParameters = new object[]
2495 {
2496 typeof(int),
2497 typeof(int),
2498 typeof(int)
2499 }, ReturnType = typeof(long))]
2500 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTime), Member = "DaysInMonth", MemberParameters = new object[]
2501 {
2502 typeof(int),
2503 typeof(int)
2504 }, ReturnType = typeof(int))]
2505 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTime), Member = "TryCreate", MemberParameters = new object[]
2506 {
2507 typeof(int),
2508 typeof(int),
2509 typeof(int),
2510 typeof(int),
2511 typeof(int),
2512 typeof(int),
2513 typeof(int),
2514 typeof(ref global::System.DateTime)
2515 }, ReturnType = typeof(bool))]
2516 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 3)]
2517 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentOutOfRangeException), Member = ".ctor", MemberParameters = new object[]
2518 {
2519 typeof(string),
2520 typeof(string)
2521 }, ReturnType = typeof(void))]
2522 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 6)]
2523 public static bool IsLeapYear(int year)
2524 {
2525 throw null;
2526 }
2527
2528 [global::Cpp2ILInjected.Token(Token = "0x60005E4")]
2529 [global::Cpp2ILInjected.Address(RVA = "0x1C189FC", Offset = "0x1C189FC", Length = "0xF4")]
2530 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Convert), Member = "ToDateTime", MemberParameters = new object[]
2531 {
2532 typeof(string),
2533 typeof(global::System.IFormatProvider)
2534 }, ReturnType = typeof(global::System.DateTime))]
2535 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.DateTimeConverter", Member = "ConvertFrom", MemberParameters = new object[]
2536 {
2537 "System.ComponentModel.ITypeDescriptorContext",
2538 typeof(global::System.Globalization.CultureInfo),
2539 typeof(object)
2540 }, ReturnType = typeof(object))]
2541 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 3)]
2542 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ThrowHelper), Member = "ThrowArgumentNullException", MemberParameters = new object[] { typeof(global::System.ExceptionArgument) }, ReturnType = typeof(void))]
2543 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "GetRawStringData", ReturnType = typeof(ref char))]
2544 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Globalization.DateTimeFormatInfo), Member = "GetInstance", MemberParameters = new object[] { typeof(global::System.IFormatProvider) }, ReturnType = typeof(global::System.Globalization.DateTimeFormatInfo))]
2545 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 5)]
2546 public static global::System.DateTime Parse(string s, global::System.IFormatProvider provider)
2547 {
2548 throw null;
2549 }
2550
2551 [global::Cpp2ILInjected.Token(Token = "0x60005E5")]
2552 [global::Cpp2ILInjected.Address(RVA = "0x1C18BE0", Offset = "0x1C18BE0", Length = "0x130")]
2553 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Converters.IsoDateTimeConverter", Member = "ReadJson", MemberParameters = new object[]
2554 {
2555 "Newtonsoft.Json.JsonReader",
2556 typeof(global::System.Type),
2557 typeof(object),
2558 "Newtonsoft.Json.JsonSerializer"
2559 }, ReturnType = typeof(object))]
2560 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
2561 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Globalization.DateTimeFormatInfo), Member = "ValidateStyles", MemberParameters = new object[]
2562 {
2563 typeof(global::System.Globalization.DateTimeStyles),
2564 typeof(string)
2565 }, ReturnType = typeof(void))]
2566 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ThrowHelper), Member = "ThrowArgumentNullException", MemberParameters = new object[] { typeof(global::System.ExceptionArgument) }, ReturnType = typeof(void))]
2567 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "GetRawStringData", ReturnType = typeof(ref char))]
2568 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Globalization.DateTimeFormatInfo), Member = "GetInstance", MemberParameters = new object[] { typeof(global::System.IFormatProvider) }, ReturnType = typeof(global::System.Globalization.DateTimeFormatInfo))]
2569 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeParse), Member = "Parse", MemberParameters = new object[]
2570 {
2571 typeof(global::System.ReadOnlySpan<char>),
2572 typeof(global::System.Globalization.DateTimeFormatInfo),
2573 typeof(global::System.Globalization.DateTimeStyles)
2574 }, ReturnType = typeof(global::System.DateTime))]
2575 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 7)]
2576 public static global::System.DateTime Parse(string s, global::System.IFormatProvider provider, global::System.Globalization.DateTimeStyles styles)
2577 {
2578 throw null;
2579 }
2580
2581 [global::Cpp2ILInjected.Token(Token = "0x60005E6")]
2582 [global::Cpp2ILInjected.Address(RVA = "0x1C18D10", Offset = "0x1C18D10", Length = "0x164")]
2583 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.HttpWebRequest", Member = "get_Date", ReturnType = typeof(global::System.DateTime))]
2584 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
2585 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "GetRawStringData", ReturnType = typeof(ref char))]
2586 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ThrowHelper), Member = "ThrowArgumentNullException", MemberParameters = new object[] { typeof(global::System.ExceptionArgument) }, ReturnType = typeof(void))]
2587 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Globalization.DateTimeFormatInfo), Member = "GetInstance", MemberParameters = new object[] { typeof(global::System.IFormatProvider) }, ReturnType = typeof(global::System.Globalization.DateTimeFormatInfo))]
2588 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 6)]
2589 public static global::System.DateTime ParseExact(string s, string format, global::System.IFormatProvider provider)
2590 {
2591 throw null;
2592 }
2593
2594 [global::Cpp2ILInjected.Token(Token = "0x60005E7")]
2595 [global::Cpp2ILInjected.Address(RVA = "0x1C18F7C", Offset = "0x1C18F7C", Length = "0x1A0")]
2596 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Converters.IsoDateTimeConverter", Member = "ReadJson", MemberParameters = new object[]
2597 {
2598 "Newtonsoft.Json.JsonReader",
2599 typeof(global::System.Type),
2600 typeof(object),
2601 "Newtonsoft.Json.JsonSerializer"
2602 }, ReturnType = typeof(object))]
2603 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Mono.Security.ASN1Convert", Member = "ToDateTime", MemberParameters = new object[] { "Mono.Security.ASN1" }, ReturnType = typeof(global::System.DateTime))]
2604 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
2605 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Globalization.DateTimeFormatInfo), Member = "ValidateStyles", MemberParameters = new object[]
2606 {
2607 typeof(global::System.Globalization.DateTimeStyles),
2608 typeof(string)
2609 }, ReturnType = typeof(void))]
2610 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "GetRawStringData", ReturnType = typeof(ref char))]
2611 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ThrowHelper), Member = "ThrowArgumentNullException", MemberParameters = new object[] { typeof(global::System.ExceptionArgument) }, ReturnType = typeof(void))]
2612 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Globalization.DateTimeFormatInfo), Member = "GetInstance", MemberParameters = new object[] { typeof(global::System.IFormatProvider) }, ReturnType = typeof(global::System.Globalization.DateTimeFormatInfo))]
2613 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeParse), Member = "ParseExact", MemberParameters = new object[]
2614 {
2615 typeof(global::System.ReadOnlySpan<char>),
2616 typeof(global::System.ReadOnlySpan<char>),
2617 typeof(global::System.Globalization.DateTimeFormatInfo),
2618 typeof(global::System.Globalization.DateTimeStyles)
2619 }, ReturnType = typeof(global::System.DateTime))]
2620 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 8)]
2621 public static global::System.DateTime ParseExact(string s, string format, global::System.IFormatProvider provider, global::System.Globalization.DateTimeStyles style)
2622 {
2623 throw null;
2624 }
2625
2626 [global::Cpp2ILInjected.Token(Token = "0x60005E8")]
2627 [global::Cpp2ILInjected.Address(RVA = "0x1C1911C", Offset = "0x1C1911C", Length = "0x140")]
2628 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.MonoHttpDate", Member = "Parse", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(global::System.DateTime))]
2629 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
2630 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Globalization.DateTimeFormatInfo), Member = "ValidateStyles", MemberParameters = new object[]
2631 {
2632 typeof(global::System.Globalization.DateTimeStyles),
2633 typeof(string)
2634 }, ReturnType = typeof(void))]
2635 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ThrowHelper), Member = "ThrowArgumentNullException", MemberParameters = new object[] { typeof(global::System.ExceptionArgument) }, ReturnType = typeof(void))]
2636 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "GetRawStringData", ReturnType = typeof(ref char))]
2637 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Globalization.DateTimeFormatInfo), Member = "GetInstance", MemberParameters = new object[] { typeof(global::System.IFormatProvider) }, ReturnType = typeof(global::System.Globalization.DateTimeFormatInfo))]
2638 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 7)]
2639 public static global::System.DateTime ParseExact(string s, string[] formats, global::System.IFormatProvider provider, global::System.Globalization.DateTimeStyles style)
2640 {
2641 throw null;
2642 }
2643
2644 [global::Cpp2ILInjected.Token(Token = "0x60005E9")]
2645 [global::Cpp2ILInjected.Address(RVA = "0x1C19354", Offset = "0x1C19354", Length = "0x14")]
2646 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.Social.Discord.DiscordJoinToServerRequest", Member = "GetUserWrapperText", ReturnType = typeof(string))]
2647 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Globalization.UmAlQuraCalendar), Member = "ConvertGregorianToHijri", MemberParameters = new object[]
2648 {
2649 typeof(global::System.DateTime),
2650 typeof(ref int),
2651 typeof(ref int),
2652 typeof(ref int)
2653 }, ReturnType = typeof(void))]
2654 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
2655 public global::System.TimeSpan Subtract(global::System.DateTime value)
2656 {
2657 throw null;
2658 }
2659
2660 [global::Cpp2ILInjected.Token(Token = "0x60005EA")]
2661 [global::Cpp2ILInjected.Address(RVA = "0x1C19368", Offset = "0x1C19368", Length = "0x1C")]
2662 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Ionic.Zip.ZipEntry", Member = "ConstructExtraField", MemberParameters = new object[] { typeof(bool) }, ReturnType = "System.Byte[]")]
2663 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Ionic.Zip.NetCfFile", Member = "SetTimes", MemberParameters = new object[]
2664 {
2665 typeof(string),
2666 typeof(global::System.DateTime),
2667 typeof(global::System.DateTime),
2668 typeof(global::System.DateTime)
2669 }, ReturnType = typeof(int))]
2670 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Ionic.Zip.NetCfFile", Member = "SetLastWriteTime", MemberParameters = new object[]
2671 {
2672 typeof(string),
2673 typeof(global::System.DateTime)
2674 }, ReturnType = typeof(int))]
2675 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 7)]
2676 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTime), Member = "ToUniversalTime", ReturnType = typeof(global::System.DateTime))]
2677 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTime), Member = "ToFileTimeUtc", ReturnType = typeof(long))]
2678 public long ToFileTime()
2679 {
2680 throw null;
2681 }
2682
2683 [global::Cpp2ILInjected.Token(Token = "0x60005EB")]
2684 [global::Cpp2ILInjected.Address(RVA = "0x1C193E4", Offset = "0x1C193E4", Length = "0x84")]
2685 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
2686 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTime), Member = "ToFileTime", ReturnType = typeof(long))]
2687 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
2688 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTime), Member = "ToUniversalTime", ReturnType = typeof(global::System.DateTime))]
2689 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentOutOfRangeException), Member = ".ctor", MemberParameters = new object[]
2690 {
2691 typeof(string),
2692 typeof(string)
2693 }, ReturnType = typeof(void))]
2694 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 5)]
2695 public long ToFileTimeUtc()
2696 {
2697 throw null;
2698 }
2699
2700 [global::Cpp2ILInjected.Token(Token = "0x60005EC")]
2701 [global::Cpp2ILInjected.Address(RVA = "0x1C182D4", Offset = "0x1C182D4", Length = "0x8")]
2702 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.Utilities.CrashDump", Member = "CreateDumpName", ReturnType = typeof(string))]
2703 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.Graphics.Capture.CaptureSettings", Member = ".ctor", ReturnType = typeof(void))]
2704 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.IO.FileSystemInfo), Member = "get_CreationTime", ReturnType = typeof(global::System.DateTime))]
2705 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.IO.FileSystemInfo), Member = "get_LastAccessTime", ReturnType = typeof(global::System.DateTime))]
2706 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.IO.FileSystemInfo), Member = "get_LastWriteTime", ReturnType = typeof(global::System.DateTime))]
2707 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Security.Cryptography.X509Certificates.X509Certificate2ImplUnix", Member = "get_NotAfter", ReturnType = typeof(global::System.DateTime))]
2708 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Security.Cryptography.X509Certificates.X509Certificate2ImplUnix", Member = "get_NotBefore", ReturnType = typeof(global::System.DateTime))]
2709 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.FtpControlStream", Member = "GetLastModifiedFrom213Response", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(global::System.DateTime))]
2710 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.HttpDateParse", Member = "ParseHttpDate", MemberParameters = new object[]
2711 {
2712 typeof(string),
2713 typeof(ref global::System.DateTime)
2714 }, ReturnType = typeof(bool))]
2715 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.Cookie", Member = "get_Expired", ReturnType = typeof(bool))]
2716 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.Cookie", Member = "ToServerString", ReturnType = typeof(string))]
2717 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.HttpWebRequest", Member = "get_Date", ReturnType = typeof(global::System.DateTime))]
2718 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.MonoHttpDate", Member = "Parse", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(global::System.DateTime))]
2719 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.ServicePoint", Member = "get_IdleSince", ReturnType = typeof(global::System.DateTime))]
2720 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.XmlConvert", Member = "SwitchToLocalTime", MemberParameters = new object[] { typeof(global::System.DateTime) }, ReturnType = typeof(global::System.DateTime))]
2721 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XsdDateTime", Member = "op_Implicit", MemberParameters = new object[] { "System.Xml.Schema.XsdDateTime" }, ReturnType = typeof(global::System.DateTime))]
2722 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Utilities.DateTimeUtils", Member = "SwitchToLocalTime", MemberParameters = new object[] { typeof(global::System.DateTime) }, ReturnType = typeof(global::System.DateTime))]
2723 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Utilities.DateTimeUtils", Member = "TryParseDateTimeIso", MemberParameters = new object[]
2724 {
2725 "Newtonsoft.Json.Utilities.StringReference",
2726 "Newtonsoft.Json.DateTimeZoneHandling",
2727 typeof(ref global::System.DateTime)
2728 }, ReturnType = typeof(bool))]
2729 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Utilities.DateTimeUtils", Member = "TryParseDateTimeMicrosoft", MemberParameters = new object[]
2730 {
2731 "Newtonsoft.Json.Utilities.StringReference",
2732 "Newtonsoft.Json.DateTimeZoneHandling",
2733 typeof(ref global::System.DateTime)
2734 }, ReturnType = typeof(bool))]
2735 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Bson.BsonBinaryWriter", Member = "WriteTokenInternal", MemberParameters = new object[] { "Newtonsoft.Json.Bson.BsonToken" }, ReturnType = typeof(void))]
2736 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Bson.BsonReader", Member = "ReadType", MemberParameters = new object[] { "Newtonsoft.Json.Bson.BsonType" }, ReturnType = typeof(void))]
2737 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Ionic.Zip.SharedUtilities", Member = "DateTimeToPacked", MemberParameters = new object[] { typeof(global::System.DateTime) }, ReturnType = typeof(int))]
2738 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Ionic.Zip.ZipEntry", Member = "get_LastModified", ReturnType = typeof(global::System.DateTime))]
2739 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Ionic.Zip.ZipEntry", Member = "set_LastModified", MemberParameters = new object[] { typeof(global::System.DateTime) }, ReturnType = typeof(void))]
2740 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Ionic.Zip.ZipEntry", Member = "_SetTimes", MemberParameters = new object[]
2741 {
2742 typeof(string),
2743 typeof(bool)
2744 }, ReturnType = typeof(void))]
2745 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Ionic.Zip.ZipEntry", Member = "WriteHeader", MemberParameters = new object[]
2746 {
2747 typeof(global::System.IO.Stream),
2748 typeof(int)
2749 }, ReturnType = typeof(void))]
2750 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Ionic.Zip.ZipEntry", Member = "WriteSecurityMetadata", MemberParameters = new object[] { typeof(global::System.IO.Stream) }, ReturnType = typeof(void))]
2751 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Ionic.Zip.ZipFile", Member = "_InternalExtractAll", MemberParameters = new object[]
2752 {
2753 typeof(string),
2754 typeof(bool)
2755 }, ReturnType = typeof(void))]
2756 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 29)]
2757 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTime), Member = "ToLocalTime", MemberParameters = new object[] { typeof(bool) }, ReturnType = typeof(global::System.DateTime))]
2758 public global::System.DateTime ToLocalTime()
2759 {
2760 throw null;
2761 }
2762
2763 [global::Cpp2ILInjected.Token(Token = "0x60005ED")]
2764 [global::Cpp2ILInjected.Address(RVA = "0x1C19468", Offset = "0x1C19468", Length = "0x150")]
2765 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
2766 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTime), Member = "FromFileTime", MemberParameters = new object[] { typeof(long) }, ReturnType = typeof(global::System.DateTime))]
2767 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTime), Member = "ToLocalTime", ReturnType = typeof(global::System.DateTime))]
2768 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeOffset), Member = "get_LocalDateTime", ReturnType = typeof(global::System.DateTime))]
2769 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeOffset), Member = "ToLocalTime", MemberParameters = new object[] { typeof(bool) }, ReturnType = typeof(global::System.DateTimeOffset))]
2770 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 4)]
2771 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.TimeZoneInfo), Member = "get_Local", ReturnType = typeof(global::System.TimeZoneInfo))]
2772 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.TimeZoneInfo), Member = "GetUtcOffsetFromUtc", MemberParameters = new object[]
2773 {
2774 typeof(global::System.DateTime),
2775 typeof(global::System.TimeZoneInfo),
2776 typeof(ref bool),
2777 typeof(ref bool)
2778 }, ReturnType = typeof(global::System.TimeSpan))]
2779 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTime), Member = ".ctor", MemberParameters = new object[]
2780 {
2781 typeof(long),
2782 typeof(global::System.DateTimeKind),
2783 typeof(bool)
2784 }, ReturnType = typeof(void))]
2785 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
2786 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 7)]
2787 internal global::System.DateTime ToLocalTime(bool throwOnOverflow)
2788 {
2789 throw null;
2790 }
2791
2792 [global::Cpp2ILInjected.Token(Token = "0x60005EE")]
2793 [global::Cpp2ILInjected.Address(RVA = "0x1C195B8", Offset = "0x1C195B8", Length = "0x60")]
2794 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.Player", Member = "SavePlayer", MemberParameters = new object[]
2795 {
2796 "Terraria.IO.PlayerFileData",
2797 typeof(bool),
2798 typeof(bool)
2799 }, ReturnType = typeof(void))]
2800 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.Player", Member = "InternalSavePlayerFile", MemberParameters = new object[] { "Terraria.IO.PlayerFileData" }, ReturnType = typeof(void))]
2801 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.Player", Member = "InternalSaveMap", MemberParameters = new object[]
2802 {
2803 typeof(bool),
2804 typeof(bool)
2805 }, ReturnType = typeof(void))]
2806 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.IO.WorldFile", Member = "SaveWorld", MemberParameters = new object[]
2807 {
2808 typeof(bool),
2809 typeof(bool),
2810 "Terraria.IO.WorldFile.WorldSaveContext"
2811 }, ReturnType = typeof(void))]
2812 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.SocialPlatforms.Impl.Score", Member = "ToString", ReturnType = typeof(string))]
2813 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 8)]
2814 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
2815 public override string ToString()
2816 {
2817 throw null;
2818 }
2819
2820 [global::Cpp2ILInjected.Token(Token = "0x60005EF")]
2821 [global::Cpp2ILInjected.Address(RVA = "0x1C19690", Offset = "0x1C19690", Length = "0x6C")]
2822 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.Player", Member = "DropTombstone", MemberParameters = new object[]
2823 {
2824 typeof(long),
2825 "Terraria.Localization.NetworkText",
2826 typeof(int)
2827 }, ReturnType = typeof(void))]
2828 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Ionic.Zip.ZipFile", Member = "_InternalExtractAll", MemberParameters = new object[]
2829 {
2830 typeof(string),
2831 typeof(bool)
2832 }, ReturnType = typeof(void))]
2833 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 3)]
2834 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeFormat), Member = "Format", MemberParameters = new object[]
2835 {
2836 typeof(global::System.DateTime),
2837 typeof(string),
2838 typeof(global::System.IFormatProvider)
2839 }, ReturnType = typeof(string))]
2840 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
2841 public string ToString(string format)
2842 {
2843 throw null;
2844 }
2845
2846 [global::Cpp2ILInjected.Token(Token = "0x60005F0")]
2847 [global::Cpp2ILInjected.Address(RVA = "0x1C196FC", Offset = "0x1C196FC", Length = "0x6C")]
2848 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Cryptography.X509Certificates.X509Certificate), Member = "FormatDate", MemberParameters = new object[] { typeof(global::System.DateTime) }, ReturnType = typeof(string))]
2849 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.DateTimeConverter", Member = "ConvertTo", MemberParameters = new object[]
2850 {
2851 "System.ComponentModel.ITypeDescriptorContext",
2852 typeof(global::System.Globalization.CultureInfo),
2853 typeof(object),
2854 typeof(global::System.Type)
2855 }, ReturnType = typeof(object))]
2856 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
2857 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeFormat), Member = "Format", MemberParameters = new object[]
2858 {
2859 typeof(global::System.DateTime),
2860 typeof(string),
2861 typeof(global::System.IFormatProvider)
2862 }, ReturnType = typeof(string))]
2863 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
2864 public string ToString(global::System.IFormatProvider provider)
2865 {
2866 throw null;
2867 }
2868
2869 [global::Cpp2ILInjected.Token(Token = "0x60005F1")]
2870 [global::Cpp2ILInjected.Address(RVA = "0x1C19768", Offset = "0x1C19768", Length = "0x70")]
2871 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "GUIMultiplayerHost", Member = "WorldDraw", ReturnType = typeof(void))]
2872 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "GUIWorldSelectMenu", Member = "WorldDraw", MemberParameters = new object[]
2873 {
2874 "ItemGrid_Layout",
2875 typeof(int),
2876 "Microsoft.Xna.Framework.Vector2",
2877 typeof(float)
2878 }, ReturnType = typeof(void))]
2879 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "GUISaveSynchronisation_FileList", Member = "WorldDraw", MemberParameters = new object[]
2880 {
2881 "ItemGrid_Layout",
2882 typeof(int),
2883 "Microsoft.Xna.Framework.Vector2",
2884 typeof(float)
2885 }, ReturnType = typeof(void))]
2886 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.Utilities.CrashDump", Member = "CreateDumpName", ReturnType = typeof(string))]
2887 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Diagnostics.TraceListener", Member = "WriteFooter", MemberParameters = new object[] { "System.Diagnostics.TraceEventCache" }, ReturnType = typeof(void))]
2888 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.HttpProtocolUtils", Member = "date2string", MemberParameters = new object[] { typeof(global::System.DateTime) }, ReturnType = typeof(string))]
2889 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.HttpListenerResponse", Member = "SendHeaders", MemberParameters = new object[]
2890 {
2891 typeof(bool),
2892 typeof(global::System.IO.MemoryStream)
2893 }, ReturnType = typeof(void))]
2894 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.HttpWebRequest", Member = "set_IfModifiedSince", MemberParameters = new object[] { typeof(global::System.DateTime) }, ReturnType = typeof(void))]
2895 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.DateTimeConverter", Member = "ConvertTo", MemberParameters = new object[]
2896 {
2897 "System.ComponentModel.ITypeDescriptorContext",
2898 typeof(global::System.Globalization.CultureInfo),
2899 typeof(object),
2900 typeof(global::System.Type)
2901 }, ReturnType = typeof(object))]
2902 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.JsonTextWriter", Member = "WriteValue", MemberParameters = new object[] { typeof(global::System.DateTime) }, ReturnType = typeof(void))]
2903 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Utilities.DateTimeUtils", Member = "WriteDateTimeString", MemberParameters = new object[]
2904 {
2905 typeof(global::System.IO.TextWriter),
2906 typeof(global::System.DateTime),
2907 "Newtonsoft.Json.DateFormatHandling",
2908 typeof(string),
2909 typeof(global::System.Globalization.CultureInfo)
2910 }, ReturnType = typeof(void))]
2911 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Serialization.MemoryTraceWriter", Member = "Trace", MemberParameters = new object[]
2912 {
2913 "System.Diagnostics.TraceLevel",
2914 typeof(string),
2915 typeof(global::System.Exception)
2916 }, ReturnType = typeof(void))]
2917 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Converters.IsoDateTimeConverter", Member = "WriteJson", MemberParameters = new object[]
2918 {
2919 "Newtonsoft.Json.JsonWriter",
2920 typeof(object),
2921 "Newtonsoft.Json.JsonSerializer"
2922 }, ReturnType = typeof(void))]
2923 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Mono.Security.ASN1Convert", Member = "FromDateTime", MemberParameters = new object[] { typeof(global::System.DateTime) }, ReturnType = "Mono.Security.ASN1")]
2924 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 15)]
2925 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeFormat), Member = "Format", MemberParameters = new object[]
2926 {
2927 typeof(global::System.DateTime),
2928 typeof(string),
2929 typeof(global::System.IFormatProvider)
2930 }, ReturnType = typeof(string))]
2931 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
2932 public string ToString(string format, global::System.IFormatProvider provider)
2933 {
2934 throw null;
2935 }
2936
2937 [global::Cpp2ILInjected.Token(Token = "0x60005F2")]
2938 [global::Cpp2ILInjected.Address(RVA = "0x1C197D8", Offset = "0x1C197D8", Length = "0xA0")]
2939 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
2940 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
2941 public bool TryFormat(global::System.Span<char> destination, out int charsWritten, global::System.ReadOnlySpan<char> format = default(global::System.ReadOnlySpan<char>), global::System.IFormatProvider provider = null)
2942 {
2943 throw null;
2944 }
2945
2946 [global::Cpp2ILInjected.Token(Token = "0x60005F3")]
2947 [global::Cpp2ILInjected.Address(RVA = "0x1C19384", Offset = "0x1C19384", Length = "0x60")]
2948 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTime), Member = "ToFileTime", ReturnType = typeof(long))]
2949 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTime), Member = "ToFileTimeUtc", ReturnType = typeof(long))]
2950 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeFormat), Member = "ExpandPredefinedFormat", MemberParameters = new object[]
2951 {
2952 typeof(global::System.ReadOnlySpan<char>),
2953 typeof(ref global::System.DateTime),
2954 typeof(ref global::System.Globalization.DateTimeFormatInfo),
2955 typeof(ref global::System.TimeSpan)
2956 }, ReturnType = typeof(string))]
2957 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.HttpProtocolUtils", Member = "date2string", MemberParameters = new object[] { typeof(global::System.DateTime) }, ReturnType = typeof(string))]
2958 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.HttpDateParse", Member = "ParseHttpDate", MemberParameters = new object[]
2959 {
2960 typeof(string),
2961 typeof(ref global::System.DateTime)
2962 }, ReturnType = typeof(bool))]
2963 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.HttpWebRequest", Member = "set_IfModifiedSince", MemberParameters = new object[] { typeof(global::System.DateTime) }, ReturnType = typeof(void))]
2964 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.XmlConvert", Member = "SwitchToUtcTime", MemberParameters = new object[] { typeof(global::System.DateTime) }, ReturnType = typeof(global::System.DateTime))]
2965 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.Datatype_dateTimeBase", Member = "Compare", MemberParameters = new object[]
2966 {
2967 typeof(object),
2968 typeof(object)
2969 }, ReturnType = typeof(int))]
2970 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Utilities.DateTimeUtils", Member = "SwitchToUtcTime", MemberParameters = new object[] { typeof(global::System.DateTime) }, ReturnType = typeof(global::System.DateTime))]
2971 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Converters.IsoDateTimeConverter", Member = "WriteJson", MemberParameters = new object[]
2972 {
2973 "Newtonsoft.Json.JsonWriter",
2974 typeof(object),
2975 "Newtonsoft.Json.JsonSerializer"
2976 }, ReturnType = typeof(void))]
2977 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Converters.JavaScriptDateTimeConverter", Member = "WriteJson", MemberParameters = new object[]
2978 {
2979 "Newtonsoft.Json.JsonWriter",
2980 typeof(object),
2981 "Newtonsoft.Json.JsonSerializer"
2982 }, ReturnType = typeof(void))]
2983 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Bson.BsonBinaryWriter", Member = "WriteTokenInternal", MemberParameters = new object[] { "Newtonsoft.Json.Bson.BsonToken" }, ReturnType = typeof(void))]
2984 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Ionic.Zip.ZipEntry", Member = "set_LastModified", MemberParameters = new object[] { typeof(global::System.DateTime) }, ReturnType = typeof(void))]
2985 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Ionic.Zip.ZipEntry", Member = "SetEntryTimes", MemberParameters = new object[]
2986 {
2987 typeof(global::System.DateTime),
2988 typeof(global::System.DateTime),
2989 typeof(global::System.DateTime)
2990 }, ReturnType = typeof(void))]
2991 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Ionic.Zip.ZipEntry", Member = "Create", MemberParameters = new object[]
2992 {
2993 typeof(string),
2994 "Ionic.Zip.ZipEntrySource",
2995 typeof(object),
2996 typeof(object)
2997 }, ReturnType = "Ionic.Zip.ZipEntry")]
2998 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Mono.Security.ASN1Convert", Member = "FromDateTime", MemberParameters = new object[] { typeof(global::System.DateTime) }, ReturnType = "Mono.Security.ASN1")]
2999 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 21)]
3000 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.TimeZoneInfo), Member = "ConvertTimeToUtc", MemberParameters = new object[]
3001 {
3002 typeof(global::System.DateTime),
3003 typeof(global::System.TimeZoneInfoOptions)
3004 }, ReturnType = typeof(global::System.DateTime))]
3005 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
3006 public global::System.DateTime ToUniversalTime()
3007 {
3008 throw null;
3009 }
3010
3011 [global::Cpp2ILInjected.Token(Token = "0x60005F4")]
3012 [global::Cpp2ILInjected.Address(RVA = "0x1C19930", Offset = "0x1C19930", Length = "0x144")]
3013 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.CookieParser", Member = "Get", ReturnType = "System.Net.Cookie")]
3014 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.JsonReader", Member = "ReadDateTimeString", MemberParameters = new object[] { typeof(string) }, ReturnType = "System.Nullable`1<DateTime>")]
3015 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
3016 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Globalization.DateTimeFormatInfo), Member = "ValidateStyles", MemberParameters = new object[]
3017 {
3018 typeof(global::System.Globalization.DateTimeStyles),
3019 typeof(string)
3020 }, ReturnType = typeof(void))]
3021 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "GetRawStringData", ReturnType = typeof(ref char))]
3022 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Globalization.DateTimeFormatInfo), Member = "GetInstance", MemberParameters = new object[] { typeof(global::System.IFormatProvider) }, ReturnType = typeof(global::System.Globalization.DateTimeFormatInfo))]
3023 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 7)]
3024 public static bool TryParse(string s, global::System.IFormatProvider provider, global::System.Globalization.DateTimeStyles styles, out global::System.DateTime result)
3025 {
3026 throw null;
3027 }
3028
3029 [global::Cpp2ILInjected.Token(Token = "0x60005F5")]
3030 [global::Cpp2ILInjected.Address(RVA = "0x1C19B8C", Offset = "0x1C19B8C", Length = "0x190")]
3031 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Security.Cryptography.DerSequenceReader", Member = "ReadTime", MemberParameters = new object[]
3032 {
3033 "System.Security.Cryptography.DerSequenceReader.DerTag",
3034 typeof(string)
3035 }, ReturnType = typeof(global::System.DateTime))]
3036 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Utilities.DateTimeUtils", Member = "TryParseDateTime", MemberParameters = new object[]
3037 {
3038 typeof(string),
3039 "Newtonsoft.Json.DateTimeZoneHandling",
3040 typeof(string),
3041 typeof(global::System.Globalization.CultureInfo),
3042 typeof(ref global::System.DateTime)
3043 }, ReturnType = typeof(bool))]
3044 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Utilities.DateTimeUtils", Member = "TryParseDateTimeExact", MemberParameters = new object[]
3045 {
3046 typeof(string),
3047 "Newtonsoft.Json.DateTimeZoneHandling",
3048 typeof(string),
3049 typeof(global::System.Globalization.CultureInfo),
3050 typeof(ref global::System.DateTime)
3051 }, ReturnType = typeof(bool))]
3052 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 3)]
3053 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Globalization.DateTimeFormatInfo), Member = "ValidateStyles", MemberParameters = new object[]
3054 {
3055 typeof(global::System.Globalization.DateTimeStyles),
3056 typeof(string)
3057 }, ReturnType = typeof(void))]
3058 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "GetRawStringData", ReturnType = typeof(ref char))]
3059 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Globalization.DateTimeFormatInfo), Member = "GetInstance", MemberParameters = new object[] { typeof(global::System.IFormatProvider) }, ReturnType = typeof(global::System.Globalization.DateTimeFormatInfo))]
3060 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 8)]
3061 public static bool TryParseExact(string s, string format, global::System.IFormatProvider provider, global::System.Globalization.DateTimeStyles style, out global::System.DateTime result)
3062 {
3063 throw null;
3064 }
3065
3066 [global::Cpp2ILInjected.Token(Token = "0x60005F6")]
3067 [global::Cpp2ILInjected.Address(RVA = "0x1C19E4C", Offset = "0x1C19E4C", Length = "0xA0")]
3068 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
3069 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "SoundInstance", Member = ".ctor", MemberParameters = new object[]
3070 {
3071 "SoundChannel",
3072 "SoundDefinition",
3073 typeof(float),
3074 typeof(float),
3075 typeof(float),
3076 typeof(bool)
3077 }, ReturnType = typeof(void))]
3078 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "SoundInstance", Member = "Restart", ReturnType = typeof(void))]
3079 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "SoundInstance", Member = "set_CurrentPosition", MemberParameters = new object[] { typeof(float) }, ReturnType = typeof(void))]
3080 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Microsoft.Xna.Framework.Game", Member = "UnityServerUpdate", MemberParameters = new object[] { typeof(float) }, ReturnType = typeof(void))]
3081 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Microsoft.Xna.Framework.Game", Member = "UnityUpdate", MemberParameters = new object[] { typeof(float) }, ReturnType = typeof(void))]
3082 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.TimeZoneInfo), Member = "ParseTimeOfDay", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(global::System.DateTime))]
3083 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.TimeZoneInfo), Member = "GetAdjustmentRuleForTime", MemberParameters = new object[]
3084 {
3085 typeof(global::System.DateTime),
3086 typeof(bool),
3087 typeof(ref int?)
3088 }, ReturnType = typeof(global::System.TimeZoneInfo.AdjustmentRule))]
3089 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.TimeZoneInfo), Member = "GetIsDaylightSavings", MemberParameters = new object[]
3090 {
3091 typeof(global::System.DateTime),
3092 typeof(global::System.TimeZoneInfo.AdjustmentRule),
3093 typeof(global::System.Globalization.DaylightTimeStruct),
3094 typeof(global::System.TimeZoneInfoOptions)
3095 }, ReturnType = typeof(bool))]
3096 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.TimeZoneInfo), Member = "GetIsAmbiguousTime", MemberParameters = new object[]
3097 {
3098 typeof(global::System.DateTime),
3099 typeof(global::System.TimeZoneInfo.AdjustmentRule),
3100 typeof(global::System.Globalization.DaylightTimeStruct)
3101 }, ReturnType = typeof(bool))]
3102 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.TimeZoneInfo), Member = "GetIsInvalidTime", MemberParameters = new object[]
3103 {
3104 typeof(global::System.DateTime),
3105 typeof(global::System.TimeZoneInfo.AdjustmentRule),
3106 typeof(global::System.Globalization.DaylightTimeStruct)
3107 }, ReturnType = typeof(bool))]
3108 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.TimeZoneInfo), Member = "GetUtcOffsetFromUtc", MemberParameters = new object[]
3109 {
3110 typeof(global::System.DateTime),
3111 typeof(global::System.TimeZoneInfo),
3112 typeof(ref bool),
3113 typeof(ref bool)
3114 }, ReturnType = typeof(global::System.TimeSpan))]
3115 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeOffset), Member = "get_ClockDateTime", ReturnType = typeof(global::System.DateTime))]
3116 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.TimeZone), Member = "CalculateUtcOffset", MemberParameters = new object[]
3117 {
3118 typeof(global::System.DateTime),
3119 typeof(global::System.Globalization.DaylightTime)
3120 }, ReturnType = typeof(global::System.TimeSpan))]
3121 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Remoting.Lifetime.Lease), Member = ".ctor", ReturnType = typeof(void))]
3122 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Remoting.Lifetime.Lease), Member = "Renew", MemberParameters = new object[] { typeof(global::System.TimeSpan) }, ReturnType = typeof(global::System.TimeSpan))]
3123 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.ServicePoint", Member = "get_HasTimedOut", ReturnType = typeof(bool))]
3124 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.ServicePointScheduler.<RunScheduler>d__32", Member = "MoveNext", ReturnType = typeof(void))]
3125 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.WebConnection", Member = "StartOperation", MemberParameters = new object[]
3126 {
3127 "System.Net.WebOperation",
3128 typeof(bool)
3129 }, ReturnType = typeof(bool))]
3130 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Ionic.Zip.SharedUtilities", Member = "AdjustTime_Reverse", MemberParameters = new object[] { typeof(global::System.DateTime) }, ReturnType = typeof(global::System.DateTime))]
3131 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 21)]
3132 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentOutOfRangeException), Member = ".ctor", MemberParameters = new object[]
3133 {
3134 typeof(string),
3135 typeof(string)
3136 }, ReturnType = typeof(void))]
3137 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 6)]
3138 public static global::System.DateTime operator +(global::System.DateTime d, global::System.TimeSpan t)
3139 {
3140 throw null;
3141 }
3142
3143 [global::Cpp2ILInjected.Token(Token = "0x60005F7")]
3144 [global::Cpp2ILInjected.Address(RVA = "0x1C19EEC", Offset = "0x1C19EEC", Length = "0x98")]
3145 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
3146 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Microsoft.Xna.Framework.Game", Member = "UnityServerUpdate", MemberParameters = new object[] { typeof(float) }, ReturnType = typeof(void))]
3147 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Microsoft.Xna.Framework.Game", Member = "UnityUpdate", MemberParameters = new object[] { typeof(float) }, ReturnType = typeof(void))]
3148 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.TimeZoneInfo), Member = "GetIsDaylightSavingsFromUtc", MemberParameters = new object[]
3149 {
3150 typeof(global::System.DateTime),
3151 typeof(int),
3152 typeof(global::System.TimeSpan),
3153 typeof(global::System.TimeZoneInfo.AdjustmentRule),
3154 typeof(int?),
3155 typeof(ref bool),
3156 typeof(global::System.TimeZoneInfo)
3157 }, ReturnType = typeof(bool))]
3158 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.TimeZoneInfo), Member = "GetIsAmbiguousTime", MemberParameters = new object[]
3159 {
3160 typeof(global::System.DateTime),
3161 typeof(global::System.TimeZoneInfo.AdjustmentRule),
3162 typeof(global::System.Globalization.DaylightTimeStruct)
3163 }, ReturnType = typeof(bool))]
3164 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.TimeZoneInfo), Member = "GetIsInvalidTime", MemberParameters = new object[]
3165 {
3166 typeof(global::System.DateTime),
3167 typeof(global::System.TimeZoneInfo.AdjustmentRule),
3168 typeof(global::System.Globalization.DaylightTimeStruct)
3169 }, ReturnType = typeof(bool))]
3170 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeFormat), Member = "ExpandPredefinedFormat", MemberParameters = new object[]
3171 {
3172 typeof(global::System.ReadOnlySpan<char>),
3173 typeof(ref global::System.DateTime),
3174 typeof(ref global::System.Globalization.DateTimeFormatInfo),
3175 typeof(ref global::System.TimeSpan)
3176 }, ReturnType = typeof(string))]
3177 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeFormat), Member = "TryFormatR", MemberParameters = new object[]
3178 {
3179 typeof(global::System.DateTime),
3180 typeof(global::System.TimeSpan),
3181 typeof(global::System.Span<char>),
3182 typeof(ref int)
3183 }, ReturnType = typeof(bool))]
3184 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.TimeZone), Member = "CalculateUtcOffset", MemberParameters = new object[]
3185 {
3186 typeof(global::System.DateTime),
3187 typeof(global::System.Globalization.DaylightTime)
3188 }, ReturnType = typeof(global::System.TimeSpan))]
3189 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Ionic.Zip.SharedUtilities", Member = "AdjustTime_Reverse", MemberParameters = new object[] { typeof(global::System.DateTime) }, ReturnType = typeof(global::System.DateTime))]
3190 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 18)]
3191 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentOutOfRangeException), Member = ".ctor", MemberParameters = new object[]
3192 {
3193 typeof(string),
3194 typeof(string)
3195 }, ReturnType = typeof(void))]
3196 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 6)]
3197 public static global::System.DateTime operator -(global::System.DateTime d, global::System.TimeSpan t)
3198 {
3199 throw null;
3200 }
3201
3202 [global::Cpp2ILInjected.Token(Token = "0x60005F8")]
3203 [global::Cpp2ILInjected.Address(RVA = "0x1C19F84", Offset = "0x1C19F84", Length = "0x10")]
3204 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "CursorManager", Member = "UpdateCursorList", ReturnType = typeof(void))]
3205 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Android_UserManager", Member = "Update", ReturnType = typeof(void))]
3206 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "DrPlatform.PS4", Member = "NotfityMultiplayerRealTimeUsage", ReturnType = typeof(void))]
3207 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "iOS_UserManager", Member = "Update", ReturnType = typeof(void))]
3208 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "SoundInstance", Member = "UpdateFade", ReturnType = typeof(bool))]
3209 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "SimpleProfiler", Member = "BeginFrame", ReturnType = typeof(void))]
3210 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "SimpleProfiler", Member = "EndSample", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(void))]
3211 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "GUIControllerCraftingMaterials", Member = "get_UITextAlpha", ReturnType = typeof(float))]
3212 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "GUIControllerNavigationController", Member = "UpdateUINavigation", MemberParameters = new object[] { typeof(float) }, ReturnType = typeof(void))]
3213 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "GUIChestSplitStack", Member = "WasSplit", ReturnType = typeof(bool))]
3214 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "GUICrafting", Member = "DrawMaterialsGrid", ReturnType = typeof(void))]
3215 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "GUICrafting", Member = "UpdateMaterialNavigation", ReturnType = typeof(void))]
3216 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "GUIHotbar", Member = "UpdateHotbarNavigation", ReturnType = typeof(void))]
3217 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "GUIHousingMenu", Member = "UpdateHotbarNavigation", ReturnType = typeof(void))]
3218 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "GUIInventorySplitStack", Member = "WasSplit", ReturnType = typeof(bool))]
3219 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "GUIMap", Member = "DrawMap", ReturnType = typeof(void))]
3220 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "GUIResearch", Member = "UpdateResearchAnimation", ReturnType = typeof(int))]
3221 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "GUIVirtualInputController", Member = "HandleGridSnapCursorMovement", MemberParameters = new object[]
3222 {
3223 "Terraria.Item",
3224 typeof(int),
3225 typeof(int),
3226 typeof(int),
3227 typeof(ref float),
3228 typeof(ref float)
3229 }, ReturnType = typeof(void))]
3230 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "GUIJourneySliderSetting", Member = "WindBackingHandler", MemberParameters = new object[]
3231 {
3232 "Microsoft.Xna.Framework.Vector2",
3233 "Microsoft.Xna.Framework.Vector2",
3234 "Slider_Layout",
3235 typeof(bool)
3236 }, ReturnType = typeof(void))]
3237 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "GUIJourneySliderSetting", Member = "RainBackingHandler", MemberParameters = new object[]
3238 {
3239 "Microsoft.Xna.Framework.Vector2",
3240 "Microsoft.Xna.Framework.Vector2",
3241 "Slider_Layout",
3242 typeof(bool)
3243 }, ReturnType = typeof(void))]
3244 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "GUIJourneySliderSetting", Member = "DifficultyBackingHandler", MemberParameters = new object[]
3245 {
3246 "Microsoft.Xna.Framework.Vector2",
3247 "Microsoft.Xna.Framework.Vector2",
3248 "Slider_Layout",
3249 typeof(bool)
3250 }, ReturnType = typeof(void))]
3251 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "GUIAchievementsMenu", Member = "AchievementOver", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(void))]
3252 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "GUIMultiplayerLobby", Member = "ServerDraw", MemberParameters = new object[]
3253 {
3254 "ItemGrid_Layout",
3255 typeof(int),
3256 "Microsoft.Xna.Framework.Vector2",
3257 typeof(float)
3258 }, ReturnType = typeof(void))]
3259 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "GUIPlayerSelectMenu", Member = "PlayerDraw", MemberParameters = new object[]
3260 {
3261 "ItemGrid_Layout",
3262 typeof(int),
3263 "Microsoft.Xna.Framework.Vector2",
3264 typeof(float)
3265 }, ReturnType = typeof(void))]
3266 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "GUIPS4MultiplayerChecks", Member = "EditorCheckPermissionsUpdate", ReturnType = typeof(void))]
3267 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "GUIWorldSelectMenu", Member = "WorldDraw", MemberParameters = new object[]
3268 {
3269 "ItemGrid_Layout",
3270 typeof(int),
3271 "Microsoft.Xna.Framework.Vector2",
3272 typeof(float)
3273 }, ReturnType = typeof(void))]
3274 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "GUISaveSynchronisation_FileList", Member = "PlayerDraw", MemberParameters = new object[]
3275 {
3276 "ItemGrid_Layout",
3277 typeof(int),
3278 "Microsoft.Xna.Framework.Vector2",
3279 typeof(float)
3280 }, ReturnType = typeof(void))]
3281 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "GUISaveSynchronisation_FileList", Member = "WorldDraw", MemberParameters = new object[]
3282 {
3283 "ItemGrid_Layout",
3284 typeof(int),
3285 "Microsoft.Xna.Framework.Vector2",
3286 typeof(float)
3287 }, ReturnType = typeof(void))]
3288 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "GUISaveSynchronisation_Lobby", Member = "ServerDraw", MemberParameters = new object[]
3289 {
3290 "ItemGrid_Layout",
3291 typeof(int),
3292 "Microsoft.Xna.Framework.Vector2",
3293 typeof(float)
3294 }, ReturnType = typeof(void))]
3295 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "SaveSynchronisationFinder", Member = "UpdateResults", ReturnType = typeof(void))]
3296 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "ServerAutoFinder", Member = "UpdateResults", ReturnType = typeof(void))]
3297 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "TutorialStep_08_KillZombies", Member = "Update", ReturnType = typeof(bool))]
3298 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Telepathy.Common", Member = "ReceiveLoop", MemberParameters = new object[]
3299 {
3300 typeof(int),
3301 "System.Net.Sockets.TcpClient",
3302 "System.Collections.Concurrent.ConcurrentQueue`1<Message>",
3303 typeof(int)
3304 }, ReturnType = typeof(void))]
3305 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Microsoft.Xna.Framework.Game", Member = "UnityServerUpdate", MemberParameters = new object[] { typeof(float) }, ReturnType = typeof(void))]
3306 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Microsoft.Xna.Framework.Game", Member = "UnityUpdate", MemberParameters = new object[] { typeof(float) }, ReturnType = typeof(void))]
3307 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Microsoft.Xna.Framework.Content.ContentManager", Member = "UpdateAysncLoad", ReturnType = typeof(void))]
3308 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.Main.<LoadContent_Deferred>d__1863", Member = "MoveNext", ReturnType = typeof(bool))]
3309 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.Netplay", Member = "TcpClientLoop", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(void))]
3310 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.Netplay", Member = "ServerLoop", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(void))]
3311 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.Player", Member = "checkDPSTime", ReturnType = typeof(void))]
3312 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.Player", Member = "getDPS", ReturnType = typeof(int))]
3313 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.WorldGen", Member = "WaitForThreadTime", ReturnType = typeof(void))]
3314 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.Initializers.AssetInitializer.<LoadAssetsWhileInInitialBlackScreen_InSteps>d__3", Member = "MoveNext", ReturnType = typeof(bool))]
3315 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.Map.MapHelper", Member = "LoadMapVersion2", MemberParameters = new object[]
3316 {
3317 typeof(global::System.IO.BinaryReader),
3318 typeof(int)
3319 }, ReturnType = typeof(void))]
3320 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.Map.MapHelper", Member = "LoadMapVersionCompressed", MemberParameters = new object[]
3321 {
3322 typeof(global::System.IO.BinaryReader),
3323 typeof(int)
3324 }, ReturnType = typeof(void))]
3325 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.Map.PingMapLayer", Member = "Draw", MemberParameters = new object[]
3326 {
3327 "Terraria.Map.MapOverlayDrawContext&",
3328 typeof(ref string)
3329 }, ReturnType = typeof(void))]
3330 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "ReLogic.Content.AssetRepository", Member = "ProcessAsyncLoad", ReturnType = typeof(void))]
3331 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Remoting.Lifetime.Lease), Member = "get_CurrentLeaseTime", ReturnType = typeof(global::System.TimeSpan))]
3332 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.FtpWebRequest", Member = "GetResponse", ReturnType = "System.Net.WebResponse")]
3333 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.FtpWebRequest", Member = "GetRequestStream", ReturnType = typeof(global::System.IO.Stream))]
3334 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.FtpWebRequest", Member = "SubmitRequest", MemberParameters = new object[] { typeof(bool) }, ReturnType = typeof(void))]
3335 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.Cookie", Member = "ToServerString", ReturnType = typeof(string))]
3336 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.DigestClient", Member = "CheckExpired", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(void))]
3337 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XsdDateTime", Member = "op_Implicit", MemberParameters = new object[] { "System.Xml.Schema.XsdDateTime" }, ReturnType = typeof(global::System.DateTime))]
3338 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XsdDateTime", Member = "op_Implicit", MemberParameters = new object[] { "System.Xml.Schema.XsdDateTime" }, ReturnType = typeof(global::System.DateTimeOffset))]
3339 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.Networking.PlayerConnection.PlayerConnection", Member = "BlockUntilRecvMsg", MemberParameters = new object[]
3340 {
3341 typeof(global::System.Guid),
3342 typeof(int)
3343 }, ReturnType = typeof(bool))]
3344 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Ionic.Zip.ZipEntry", Member = "ConstructExtraField", MemberParameters = new object[] { typeof(bool) }, ReturnType = "System.Byte[]")]
3345 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Ionic.Zlib.GZipStream", Member = "EmitHeader", ReturnType = typeof(int))]
3346 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 77)]
3347 public static global::System.TimeSpan operator -(global::System.DateTime d1, global::System.DateTime d2)
3348 {
3349 throw null;
3350 }
3351
3352 [global::Cpp2ILInjected.Token(Token = "0x60005F9")]
3353 [global::Cpp2ILInjected.Address(RVA = "0x1C19F94", Offset = "0x1C19F94", Length = "0x10")]
3354 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
3355 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "GUIAchievementsMenu", Member = "AchievementOver", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(void))]
3356 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "GUIPlayerSelectMenu", Member = "PlayerDraw", MemberParameters = new object[]
3357 {
3358 "ItemGrid_Layout",
3359 typeof(int),
3360 "Microsoft.Xna.Framework.Vector2",
3361 typeof(float)
3362 }, ReturnType = typeof(void))]
3363 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "GUIWorldSelectMenu", Member = "WorldDraw", MemberParameters = new object[]
3364 {
3365 "ItemGrid_Layout",
3366 typeof(int),
3367 "Microsoft.Xna.Framework.Vector2",
3368 typeof(float)
3369 }, ReturnType = typeof(void))]
3370 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "GUISaveSynchronisation_FileList", Member = "PlayerDraw", MemberParameters = new object[]
3371 {
3372 "ItemGrid_Layout",
3373 typeof(int),
3374 "Microsoft.Xna.Framework.Vector2",
3375 typeof(float)
3376 }, ReturnType = typeof(void))]
3377 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "GUISaveSynchronisation_FileList", Member = "WorldDraw", MemberParameters = new object[]
3378 {
3379 "ItemGrid_Layout",
3380 typeof(int),
3381 "Microsoft.Xna.Framework.Vector2",
3382 typeof(float)
3383 }, ReturnType = typeof(void))]
3384 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.TimeZoneInfo.AdjustmentRule), Member = "Equals", MemberParameters = new object[] { typeof(global::System.TimeZoneInfo.AdjustmentRule) }, ReturnType = typeof(bool))]
3385 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.TimeZoneInfo.TransitionTime), Member = "Equals", MemberParameters = new object[] { typeof(global::System.TimeZoneInfo.TransitionTime) }, ReturnType = typeof(bool))]
3386 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.TimeZoneInfo), Member = "TZif_GenerateAdjustmentRule", MemberParameters = new object[]
3387 {
3388 typeof(ref int),
3389 typeof(global::System.TimeSpan),
3390 typeof(global::System.Collections.Generic.List<global::System.TimeZoneInfo.AdjustmentRule>),
3391 typeof(global::System.DateTime[]),
3392 typeof(byte[]),
3393 typeof(global::System.TimeZoneInfo.TZifType[]),
3394 typeof(bool[]),
3395 typeof(bool[]),
3396 typeof(string)
3397 }, ReturnType = typeof(void))]
3398 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Cryptography.X509Certificates.X509Certificate), Member = "GetNotAfter", ReturnType = typeof(global::System.DateTime))]
3399 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Cryptography.X509Certificates.X509Certificate), Member = "GetNotBefore", ReturnType = typeof(global::System.DateTime))]
3400 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Diagnostics.TraceEventCache", Member = "get_DateTime", ReturnType = typeof(global::System.DateTime))]
3401 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.CookieContainer", Member = "AgeCookies", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(bool))]
3402 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.HttpWebRequest", Member = "SetDateHeaderHelper", MemberParameters = new object[]
3403 {
3404 typeof(string),
3405 typeof(global::System.DateTime)
3406 }, ReturnType = typeof(void))]
3407 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.DateTimeConverter", Member = "ConvertTo", MemberParameters = new object[]
3408 {
3409 "System.ComponentModel.ITypeDescriptorContext",
3410 typeof(global::System.Globalization.CultureInfo),
3411 typeof(object),
3412 typeof(global::System.Type)
3413 }, ReturnType = typeof(object))]
3414 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Utilities.DateTimeUtils", Member = "ToUniversalTicks", MemberParameters = new object[]
3415 {
3416 typeof(global::System.DateTime),
3417 typeof(global::System.TimeSpan)
3418 }, ReturnType = typeof(long))]
3419 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Ionic.Zip.ZipEntry", Member = "SetEntryTimes", MemberParameters = new object[]
3420 {
3421 typeof(global::System.DateTime),
3422 typeof(global::System.DateTime),
3423 typeof(global::System.DateTime)
3424 }, ReturnType = typeof(void))]
3425 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Mono.Security.X509.X509Crl", Member = "WasCurrent", MemberParameters = new object[] { typeof(global::System.DateTime) }, ReturnType = typeof(bool))]
3426 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 21)]
3427 public static bool operator ==(global::System.DateTime d1, global::System.DateTime d2)
3428 {
3429 throw null;
3430 }
3431
3432 [global::Cpp2ILInjected.Token(Token = "0x60005FA")]
3433 [global::Cpp2ILInjected.Address(RVA = "0x1C19FA4", Offset = "0x1C19FA4", Length = "0x10")]
3434 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
3435 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.TimeZoneInfo.AdjustmentRule), Member = "get_HasDaylightSaving", ReturnType = typeof(bool))]
3436 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.TimeZoneInfo.AdjustmentRule), Member = "ValidateAdjustmentRule", MemberParameters = new object[]
3437 {
3438 typeof(global::System.DateTime),
3439 typeof(global::System.DateTime),
3440 typeof(global::System.TimeSpan),
3441 typeof(global::System.TimeZoneInfo.TransitionTime),
3442 typeof(global::System.TimeZoneInfo.TransitionTime),
3443 typeof(bool)
3444 }, ReturnType = typeof(void))]
3445 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.Cookie", Member = "get_Expired", ReturnType = typeof(bool))]
3446 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.Cookie", Member = "ToServerString", ReturnType = typeof(string))]
3447 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Utilities.DateTimeUtils", Member = "WriteDateTimeString", MemberParameters = new object[]
3448 {
3449 "System.Char[]",
3450 typeof(int),
3451 typeof(global::System.DateTime),
3452 "System.Nullable`1<TimeSpan>",
3453 typeof(global::System.DateTimeKind),
3454 "Newtonsoft.Json.DateFormatHandling"
3455 }, ReturnType = typeof(int))]
3456 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 8)]
3457 public static bool operator !=(global::System.DateTime d1, global::System.DateTime d2)
3458 {
3459 throw null;
3460 }
3461
3462 [global::Cpp2ILInjected.Token(Token = "0x60005FB")]
3463 [global::Cpp2ILInjected.Address(RVA = "0x1C19FB4", Offset = "0x1C19FB4", Length = "0x14")]
3464 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
3465 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "SoundInstance", Member = "UpdateFade", ReturnType = typeof(bool))]
3466 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Microsoft.Xna.Framework.Audio.SoundEffectInstance", Member = "get_State", ReturnType = "Microsoft.Xna.Framework.Audio.SoundState")]
3467 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.TimeZoneInfo), Member = "GetIsDaylightSavingsFromUtc", MemberParameters = new object[]
3468 {
3469 typeof(global::System.DateTime),
3470 typeof(int),
3471 typeof(global::System.TimeSpan),
3472 typeof(global::System.TimeZoneInfo.AdjustmentRule),
3473 typeof(int?),
3474 typeof(ref bool),
3475 typeof(global::System.TimeZoneInfo)
3476 }, ReturnType = typeof(bool))]
3477 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.TimeZoneInfo), Member = "CheckIsDst", MemberParameters = new object[]
3478 {
3479 typeof(global::System.DateTime),
3480 typeof(global::System.DateTime),
3481 typeof(global::System.DateTime),
3482 typeof(bool),
3483 typeof(global::System.TimeZoneInfo.AdjustmentRule)
3484 }, ReturnType = typeof(bool))]
3485 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.TimeZoneInfo), Member = "GetIsAmbiguousTime", MemberParameters = new object[]
3486 {
3487 typeof(global::System.DateTime),
3488 typeof(global::System.TimeZoneInfo.AdjustmentRule),
3489 typeof(global::System.Globalization.DaylightTimeStruct)
3490 }, ReturnType = typeof(bool))]
3491 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.TimeZoneInfo), Member = "GetIsInvalidTime", MemberParameters = new object[]
3492 {
3493 typeof(global::System.DateTime),
3494 typeof(global::System.TimeZoneInfo.AdjustmentRule),
3495 typeof(global::System.Globalization.DaylightTimeStruct)
3496 }, ReturnType = typeof(bool))]
3497 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.TimeZoneInfo), Member = "GetUtcOffsetFromUtc", MemberParameters = new object[]
3498 {
3499 typeof(global::System.DateTime),
3500 typeof(global::System.TimeZoneInfo),
3501 typeof(ref bool),
3502 typeof(ref bool)
3503 }, ReturnType = typeof(global::System.TimeSpan))]
3504 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.TimeZone), Member = "CalculateUtcOffset", MemberParameters = new object[]
3505 {
3506 typeof(global::System.DateTime),
3507 typeof(global::System.Globalization.DaylightTime)
3508 }, ReturnType = typeof(global::System.TimeSpan))]
3509 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Security.Cryptography.X509Certificates.X509Certificate2Collection", Member = "Find", MemberParameters = new object[]
3510 {
3511 "System.Security.Cryptography.X509Certificates.X509FindType",
3512 typeof(object),
3513 typeof(bool)
3514 }, ReturnType = "System.Security.Cryptography.X509Certificates.X509Certificate2Collection")]
3515 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Security.Cryptography.X509Certificates.X509ChainImplMono", Member = "Process", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(void))]
3516 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Security.Cryptography.X509Certificates.X509ChainImplMono", Member = "CheckRevocation", MemberParameters = new object[]
3517 {
3518 "System.Security.Cryptography.X509Certificates.X509Certificate2",
3519 "System.Security.Cryptography.X509Certificates.X509Certificate2",
3520 typeof(bool)
3521 }, ReturnType = "System.Security.Cryptography.X509Certificates.X509ChainStatusFlags")]
3522 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.CookieContainer", Member = "AgeCookies", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(bool))]
3523 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.DigestClient", Member = "CheckExpired", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(void))]
3524 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.ServicePoint", Member = "get_HasTimedOut", ReturnType = typeof(bool))]
3525 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 23)]
3526 public static bool operator <(global::System.DateTime t1, global::System.DateTime t2)
3527 {
3528 throw null;
3529 }
3530
3531 [global::Cpp2ILInjected.Token(Token = "0x60005FC")]
3532 [global::Cpp2ILInjected.Address(RVA = "0x1C19FC8", Offset = "0x1C19FC8", Length = "0x14")]
3533 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
3534 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "SoundManager", Member = "GetChannel", MemberParameters = new object[] { "SoundDefinition" }, ReturnType = "SoundChannel")]
3535 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "SoundManager", Member = "StopAllSoundsOnChannels", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
3536 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "SoundManager", Member = "IsPlaying", MemberParameters = new object[] { "SoundDefinition" }, ReturnType = typeof(bool))]
3537 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.TimeZoneInfo), Member = ".ctor", MemberParameters = new object[]
3538 {
3539 typeof(byte[]),
3540 typeof(string),
3541 typeof(bool)
3542 }, ReturnType = typeof(void))]
3543 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.TimeZoneInfo), Member = "CompareAdjustmentRuleToDateTime", MemberParameters = new object[]
3544 {
3545 typeof(global::System.TimeZoneInfo.AdjustmentRule),
3546 typeof(global::System.TimeZoneInfo.AdjustmentRule),
3547 typeof(global::System.DateTime),
3548 typeof(global::System.DateTime),
3549 typeof(bool)
3550 }, ReturnType = typeof(int))]
3551 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.TimeZoneInfo), Member = "CheckIsDst", MemberParameters = new object[]
3552 {
3553 typeof(global::System.DateTime),
3554 typeof(global::System.DateTime),
3555 typeof(global::System.DateTime),
3556 typeof(bool),
3557 typeof(global::System.TimeZoneInfo.AdjustmentRule)
3558 }, ReturnType = typeof(bool))]
3559 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.TimeZoneInfo), Member = "ValidateTimeZoneInfo", MemberParameters = new object[]
3560 {
3561 typeof(string),
3562 typeof(global::System.TimeSpan),
3563 typeof(global::System.TimeZoneInfo.AdjustmentRule[]),
3564 typeof(ref bool)
3565 }, ReturnType = typeof(void))]
3566 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Security.Cryptography.X509Certificates.X509Certificate2Collection", Member = "Find", MemberParameters = new object[]
3567 {
3568 "System.Security.Cryptography.X509Certificates.X509FindType",
3569 typeof(object),
3570 typeof(bool)
3571 }, ReturnType = "System.Security.Cryptography.X509Certificates.X509Certificate2Collection")]
3572 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Security.Cryptography.X509Certificates.X509ChainImplMono", Member = "CheckRevocation", MemberParameters = new object[]
3573 {
3574 "System.Security.Cryptography.X509Certificates.X509Certificate2",
3575 "System.Security.Cryptography.X509Certificates.X509Certificate2",
3576 typeof(bool)
3577 }, ReturnType = "System.Security.Cryptography.X509Certificates.X509ChainStatusFlags")]
3578 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.Cookie", Member = "get_Expired", ReturnType = typeof(bool))]
3579 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Mono.Security.X509.X509Crl", Member = "WasCurrent", MemberParameters = new object[] { typeof(global::System.DateTime) }, ReturnType = typeof(bool))]
3580 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Mono.Security.X509.X509Certificate", Member = "WasCurrent", MemberParameters = new object[] { typeof(global::System.DateTime) }, ReturnType = typeof(bool))]
3581 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 12)]
3582 public static bool operator <=(global::System.DateTime t1, global::System.DateTime t2)
3583 {
3584 throw null;
3585 }
3586
3587 [global::Cpp2ILInjected.Token(Token = "0x60005FD")]
3588 [global::Cpp2ILInjected.Address(RVA = "0x1C19FDC", Offset = "0x1C19FDC", Length = "0x14")]
3589 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
3590 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "SoundInstance", Member = "StartFade", MemberParameters = new object[]
3591 {
3592 typeof(float),
3593 typeof(global::System.DateTime),
3594 typeof(global::System.DateTime)
3595 }, ReturnType = typeof(void))]
3596 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "SoundManager", Member = "GetChannel", MemberParameters = new object[] { "SoundDefinition" }, ReturnType = "SoundChannel")]
3597 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "GUIAchievementsMenu", Member = "AchievementOver", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(void))]
3598 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "GUIPlayerSelectMenu", Member = "PlayerDraw", MemberParameters = new object[]
3599 {
3600 "ItemGrid_Layout",
3601 typeof(int),
3602 "Microsoft.Xna.Framework.Vector2",
3603 typeof(float)
3604 }, ReturnType = typeof(void))]
3605 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "GUIWorldSelectMenu", Member = "WorldDraw", MemberParameters = new object[]
3606 {
3607 "ItemGrid_Layout",
3608 typeof(int),
3609 "Microsoft.Xna.Framework.Vector2",
3610 typeof(float)
3611 }, ReturnType = typeof(void))]
3612 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "GUISaveSynchronisation_FileList", Member = "PlayerDraw", MemberParameters = new object[]
3613 {
3614 "ItemGrid_Layout",
3615 typeof(int),
3616 "Microsoft.Xna.Framework.Vector2",
3617 typeof(float)
3618 }, ReturnType = typeof(void))]
3619 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "GUISaveSynchronisation_FileList", Member = "WorldDraw", MemberParameters = new object[]
3620 {
3621 "ItemGrid_Layout",
3622 typeof(int),
3623 "Microsoft.Xna.Framework.Vector2",
3624 typeof(float)
3625 }, ReturnType = typeof(void))]
3626 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.TimeZoneInfo.AdjustmentRule), Member = "ValidateAdjustmentRule", MemberParameters = new object[]
3627 {
3628 typeof(global::System.DateTime),
3629 typeof(global::System.DateTime),
3630 typeof(global::System.TimeSpan),
3631 typeof(global::System.TimeZoneInfo.TransitionTime),
3632 typeof(global::System.TimeZoneInfo.TransitionTime),
3633 typeof(bool)
3634 }, ReturnType = typeof(void))]
3635 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.TimeZoneInfo), Member = "CheckIsDst", MemberParameters = new object[]
3636 {
3637 typeof(global::System.DateTime),
3638 typeof(global::System.DateTime),
3639 typeof(global::System.DateTime),
3640 typeof(bool),
3641 typeof(global::System.TimeZoneInfo.AdjustmentRule)
3642 }, ReturnType = typeof(bool))]
3643 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.TimeZoneInfo), Member = "GetUtcOffsetFromUtc", MemberParameters = new object[]
3644 {
3645 typeof(global::System.DateTime),
3646 typeof(global::System.TimeZoneInfo),
3647 typeof(ref bool),
3648 typeof(ref bool)
3649 }, ReturnType = typeof(global::System.TimeSpan))]
3650 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.TimeZone), Member = "CalculateUtcOffset", MemberParameters = new object[]
3651 {
3652 typeof(global::System.DateTime),
3653 typeof(global::System.Globalization.DaylightTime)
3654 }, ReturnType = typeof(global::System.TimeSpan))]
3655 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Remoting.Lifetime.Lease), Member = "Renew", MemberParameters = new object[] { typeof(global::System.TimeSpan) }, ReturnType = typeof(global::System.TimeSpan))]
3656 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Security.Cryptography.X509Certificates.X509Certificate2Collection", Member = "Find", MemberParameters = new object[]
3657 {
3658 "System.Security.Cryptography.X509Certificates.X509FindType",
3659 typeof(object),
3660 typeof(bool)
3661 }, ReturnType = "System.Security.Cryptography.X509Certificates.X509Certificate2Collection")]
3662 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Security.Cryptography.X509Certificates.X509ChainImplMono", Member = "Process", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(void))]
3663 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.ServicePointScheduler.ConnectionGroup", Member = "FindIdleConnection", MemberParameters = new object[] { "System.Net.WebOperation" }, ReturnType = "System.Net.WebConnection")]
3664 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Mono.Security.X509.X509Certificate", Member = "WasCurrent", MemberParameters = new object[] { typeof(global::System.DateTime) }, ReturnType = typeof(bool))]
3665 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 22)]
3666 public static bool operator >(global::System.DateTime t1, global::System.DateTime t2)
3667 {
3668 throw null;
3669 }
3670
3671 [global::Cpp2ILInjected.Token(Token = "0x60005FE")]
3672 [global::Cpp2ILInjected.Address(RVA = "0x1C19FF0", Offset = "0x1C19FF0", Length = "0x14")]
3673 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
3674 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "SoundInstance", Member = "UpdateFade", ReturnType = typeof(bool))]
3675 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.TimeZoneInfo), Member = "CompareAdjustmentRuleToDateTime", MemberParameters = new object[]
3676 {
3677 typeof(global::System.TimeZoneInfo.AdjustmentRule),
3678 typeof(global::System.TimeZoneInfo.AdjustmentRule),
3679 typeof(global::System.DateTime),
3680 typeof(global::System.DateTime),
3681 typeof(bool)
3682 }, ReturnType = typeof(int))]
3683 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.TimeZoneInfo), Member = "GetIsDaylightSavingsFromUtc", MemberParameters = new object[]
3684 {
3685 typeof(global::System.DateTime),
3686 typeof(int),
3687 typeof(global::System.TimeSpan),
3688 typeof(global::System.TimeZoneInfo.AdjustmentRule),
3689 typeof(int?),
3690 typeof(ref bool),
3691 typeof(global::System.TimeZoneInfo)
3692 }, ReturnType = typeof(bool))]
3693 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.TimeZoneInfo), Member = "CheckIsDst", MemberParameters = new object[]
3694 {
3695 typeof(global::System.DateTime),
3696 typeof(global::System.DateTime),
3697 typeof(global::System.DateTime),
3698 typeof(bool),
3699 typeof(global::System.TimeZoneInfo.AdjustmentRule)
3700 }, ReturnType = typeof(bool))]
3701 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.TimeZoneInfo), Member = "GetIsAmbiguousTime", MemberParameters = new object[]
3702 {
3703 typeof(global::System.DateTime),
3704 typeof(global::System.TimeZoneInfo.AdjustmentRule),
3705 typeof(global::System.Globalization.DaylightTimeStruct)
3706 }, ReturnType = typeof(bool))]
3707 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.TimeZoneInfo), Member = "GetIsInvalidTime", MemberParameters = new object[]
3708 {
3709 typeof(global::System.DateTime),
3710 typeof(global::System.TimeZoneInfo.AdjustmentRule),
3711 typeof(global::System.Globalization.DaylightTimeStruct)
3712 }, ReturnType = typeof(bool))]
3713 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.TimeZone), Member = "CalculateUtcOffset", MemberParameters = new object[]
3714 {
3715 typeof(global::System.DateTime),
3716 typeof(global::System.Globalization.DaylightTime)
3717 }, ReturnType = typeof(global::System.TimeSpan))]
3718 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Security.Cryptography.X509Certificates.X509Certificate2Collection", Member = "Find", MemberParameters = new object[]
3719 {
3720 "System.Security.Cryptography.X509Certificates.X509FindType",
3721 typeof(object),
3722 typeof(bool)
3723 }, ReturnType = "System.Security.Cryptography.X509Certificates.X509Certificate2Collection")]
3724 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Mono.Security.X509.X509Crl", Member = "WasCurrent", MemberParameters = new object[] { typeof(global::System.DateTime) }, ReturnType = typeof(bool))]
3725 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 17)]
3726 public static bool operator >=(global::System.DateTime t1, global::System.DateTime t2)
3727 {
3728 throw null;
3729 }
3730
3731 [global::Cpp2ILInjected.Token(Token = "0x60005FF")]
3732 [global::Cpp2ILInjected.Address(RVA = "0x1C1A004", Offset = "0x1C1A004", Length = "0x8")]
3733 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
3734 public global::System.TypeCode GetTypeCode()
3735 {
3736 throw null;
3737 }
3738
3739 [global::Cpp2ILInjected.Token(Token = "0x6000600")]
3740 [global::Cpp2ILInjected.Address(RVA = "0x1C1A00C", Offset = "0x1C1A00C", Length = "0x84")]
3741 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
3742 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::SR), Member = "Format", MemberParameters = new object[]
3743 {
3744 typeof(string),
3745 typeof(object),
3746 typeof(object)
3747 }, ReturnType = typeof(string))]
3748 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.InvalidCastException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
3749 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 7)]
3750 private bool System.IConvertible.ToBoolean(global::System.IFormatProvider provider)
3751 {
3752 throw null;
3753 }
3754
3755 [global::Cpp2ILInjected.Token(Token = "0x6000601")]
3756 [global::Cpp2ILInjected.Address(RVA = "0x1C1A090", Offset = "0x1C1A090", Length = "0x84")]
3757 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
3758 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::SR), Member = "Format", MemberParameters = new object[]
3759 {
3760 typeof(string),
3761 typeof(object),
3762 typeof(object)
3763 }, ReturnType = typeof(string))]
3764 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.InvalidCastException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
3765 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 7)]
3766 private char System.IConvertible.ToChar(global::System.IFormatProvider provider)
3767 {
3768 throw null;
3769 }
3770
3771 [global::Cpp2ILInjected.Token(Token = "0x6000602")]
3772 [global::Cpp2ILInjected.Address(RVA = "0x1C1A114", Offset = "0x1C1A114", Length = "0x84")]
3773 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
3774 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::SR), Member = "Format", MemberParameters = new object[]
3775 {
3776 typeof(string),
3777 typeof(object),
3778 typeof(object)
3779 }, ReturnType = typeof(string))]
3780 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.InvalidCastException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
3781 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 7)]
3782 private sbyte System.IConvertible.ToSByte(global::System.IFormatProvider provider)
3783 {
3784 throw null;
3785 }
3786
3787 [global::Cpp2ILInjected.Token(Token = "0x6000603")]
3788 [global::Cpp2ILInjected.Address(RVA = "0x1C1A198", Offset = "0x1C1A198", Length = "0x84")]
3789 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
3790 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::SR), Member = "Format", MemberParameters = new object[]
3791 {
3792 typeof(string),
3793 typeof(object),
3794 typeof(object)
3795 }, ReturnType = typeof(string))]
3796 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.InvalidCastException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
3797 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 7)]
3798 private byte System.IConvertible.ToByte(global::System.IFormatProvider provider)
3799 {
3800 throw null;
3801 }
3802
3803 [global::Cpp2ILInjected.Token(Token = "0x6000604")]
3804 [global::Cpp2ILInjected.Address(RVA = "0x1C1A21C", Offset = "0x1C1A21C", Length = "0x84")]
3805 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
3806 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::SR), Member = "Format", MemberParameters = new object[]
3807 {
3808 typeof(string),
3809 typeof(object),
3810 typeof(object)
3811 }, ReturnType = typeof(string))]
3812 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.InvalidCastException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
3813 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 7)]
3814 private short System.IConvertible.ToInt16(global::System.IFormatProvider provider)
3815 {
3816 throw null;
3817 }
3818
3819 [global::Cpp2ILInjected.Token(Token = "0x6000605")]
3820 [global::Cpp2ILInjected.Address(RVA = "0x1C1A2A0", Offset = "0x1C1A2A0", Length = "0x84")]
3821 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
3822 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::SR), Member = "Format", MemberParameters = new object[]
3823 {
3824 typeof(string),
3825 typeof(object),
3826 typeof(object)
3827 }, ReturnType = typeof(string))]
3828 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.InvalidCastException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
3829 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 7)]
3830 private ushort System.IConvertible.ToUInt16(global::System.IFormatProvider provider)
3831 {
3832 throw null;
3833 }
3834
3835 [global::Cpp2ILInjected.Token(Token = "0x6000606")]
3836 [global::Cpp2ILInjected.Address(RVA = "0x1C1A324", Offset = "0x1C1A324", Length = "0x84")]
3837 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
3838 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::SR), Member = "Format", MemberParameters = new object[]
3839 {
3840 typeof(string),
3841 typeof(object),
3842 typeof(object)
3843 }, ReturnType = typeof(string))]
3844 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.InvalidCastException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
3845 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 7)]
3846 private int System.IConvertible.ToInt32(global::System.IFormatProvider provider)
3847 {
3848 throw null;
3849 }
3850
3851 [global::Cpp2ILInjected.Token(Token = "0x6000607")]
3852 [global::Cpp2ILInjected.Address(RVA = "0x1C1A3A8", Offset = "0x1C1A3A8", Length = "0x84")]
3853 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
3854 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::SR), Member = "Format", MemberParameters = new object[]
3855 {
3856 typeof(string),
3857 typeof(object),
3858 typeof(object)
3859 }, ReturnType = typeof(string))]
3860 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.InvalidCastException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
3861 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 7)]
3862 private uint System.IConvertible.ToUInt32(global::System.IFormatProvider provider)
3863 {
3864 throw null;
3865 }
3866
3867 [global::Cpp2ILInjected.Token(Token = "0x6000608")]
3868 [global::Cpp2ILInjected.Address(RVA = "0x1C1A42C", Offset = "0x1C1A42C", Length = "0x84")]
3869 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
3870 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::SR), Member = "Format", MemberParameters = new object[]
3871 {
3872 typeof(string),
3873 typeof(object),
3874 typeof(object)
3875 }, ReturnType = typeof(string))]
3876 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.InvalidCastException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
3877 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 7)]
3878 private long System.IConvertible.ToInt64(global::System.IFormatProvider provider)
3879 {
3880 throw null;
3881 }
3882
3883 [global::Cpp2ILInjected.Token(Token = "0x6000609")]
3884 [global::Cpp2ILInjected.Address(RVA = "0x1C1A4B0", Offset = "0x1C1A4B0", Length = "0x84")]
3885 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
3886 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::SR), Member = "Format", MemberParameters = new object[]
3887 {
3888 typeof(string),
3889 typeof(object),
3890 typeof(object)
3891 }, ReturnType = typeof(string))]
3892 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.InvalidCastException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
3893 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 7)]
3894 private ulong System.IConvertible.ToUInt64(global::System.IFormatProvider provider)
3895 {
3896 throw null;
3897 }
3898
3899 [global::Cpp2ILInjected.Token(Token = "0x600060A")]
3900 [global::Cpp2ILInjected.Address(RVA = "0x1C1A534", Offset = "0x1C1A534", Length = "0x84")]
3901 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
3902 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::SR), Member = "Format", MemberParameters = new object[]
3903 {
3904 typeof(string),
3905 typeof(object),
3906 typeof(object)
3907 }, ReturnType = typeof(string))]
3908 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.InvalidCastException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
3909 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 7)]
3910 private float System.IConvertible.ToSingle(global::System.IFormatProvider provider)
3911 {
3912 throw null;
3913 }
3914
3915 [global::Cpp2ILInjected.Token(Token = "0x600060B")]
3916 [global::Cpp2ILInjected.Address(RVA = "0x1C1A5B8", Offset = "0x1C1A5B8", Length = "0x84")]
3917 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
3918 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::SR), Member = "Format", MemberParameters = new object[]
3919 {
3920 typeof(string),
3921 typeof(object),
3922 typeof(object)
3923 }, ReturnType = typeof(string))]
3924 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.InvalidCastException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
3925 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 7)]
3926 private double System.IConvertible.ToDouble(global::System.IFormatProvider provider)
3927 {
3928 throw null;
3929 }
3930
3931 [global::Cpp2ILInjected.Token(Token = "0x600060C")]
3932 [global::Cpp2ILInjected.Address(RVA = "0x1C1A63C", Offset = "0x1C1A63C", Length = "0x84")]
3933 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
3934 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::SR), Member = "Format", MemberParameters = new object[]
3935 {
3936 typeof(string),
3937 typeof(object),
3938 typeof(object)
3939 }, ReturnType = typeof(string))]
3940 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.InvalidCastException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
3941 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 7)]
3942 private decimal System.IConvertible.ToDecimal(global::System.IFormatProvider provider)
3943 {
3944 throw null;
3945 }
3946
3947 [global::Cpp2ILInjected.Token(Token = "0x600060D")]
3948 [global::Cpp2ILInjected.Address(RVA = "0x1C1A6C0", Offset = "0x1C1A6C0", Length = "0x8")]
3949 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
3950 private global::System.DateTime System.IConvertible.ToDateTime(global::System.IFormatProvider provider)
3951 {
3952 throw null;
3953 }
3954
3955 [global::Cpp2ILInjected.Token(Token = "0x600060E")]
3956 [global::Cpp2ILInjected.Address(RVA = "0x1C1A6C8", Offset = "0x1C1A6C8", Length = "0xAC")]
3957 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
3958 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Convert), Member = "DefaultToType", MemberParameters = new object[]
3959 {
3960 typeof(global::System.IConvertible),
3961 typeof(global::System.Type),
3962 typeof(global::System.IFormatProvider)
3963 }, ReturnType = typeof(object))]
3964 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
3965 private object System.IConvertible.ToType(global::System.Type type, global::System.IFormatProvider provider)
3966 {
3967 throw null;
3968 }
3969
3970 [global::Cpp2ILInjected.Token(Token = "0x600060F")]
3971 [global::Cpp2ILInjected.Address(RVA = "0x1C1A774", Offset = "0x1C1A774", Length = "0x1D0")]
3972 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
3973 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Globalization.GregorianCalendar), Member = "TryToDateTime", MemberParameters = new object[]
3974 {
3975 typeof(int),
3976 typeof(int),
3977 typeof(int),
3978 typeof(int),
3979 typeof(int),
3980 typeof(int),
3981 typeof(int),
3982 typeof(int),
3983 typeof(ref global::System.DateTime)
3984 }, ReturnType = typeof(bool))]
3985 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
3986 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTime), Member = "IsLeapYear", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(bool))]
3987 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTime), Member = "DateToTicks", MemberParameters = new object[]
3988 {
3989 typeof(int),
3990 typeof(int),
3991 typeof(int)
3992 }, ReturnType = typeof(long))]
3993 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTime), Member = "TimeToTicks", MemberParameters = new object[]
3994 {
3995 typeof(int),
3996 typeof(int),
3997 typeof(int)
3998 }, ReturnType = typeof(long))]
3999 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTime), Member = ".ctor", MemberParameters = new object[]
4000 {
4001 typeof(long),
4002 typeof(global::System.DateTimeKind)
4003 }, ReturnType = typeof(void))]
4004 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 5)]
4005 internal static bool TryCreate(int year, int month, int day, int hour, int minute, int second, int millisecond, out global::System.DateTime result)
4006 {
4007 throw null;
4008 }
4009
4010 [global::Cpp2ILInjected.Token(Token = "0x17000077")]
4011 public static global::System.DateTime UtcNow
4012 {
4013 [global::Cpp2ILInjected.Token(Token = "0x6000610")]
4014 [global::Cpp2ILInjected.Address(RVA = "0x1C18928", Offset = "0x1C18928", Length = "0x64")]
4015 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
4016 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "CursorManager", Member = "UpdateCursorList", ReturnType = typeof(void))]
4017 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "DrPlatform.PS4", Member = "NotfityMultiplayerRealTimeUsage", ReturnType = typeof(void))]
4018 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "SoundInstance", Member = ".ctor", MemberParameters = new object[]
4019 {
4020 "SoundChannel",
4021 "SoundDefinition",
4022 typeof(float),
4023 typeof(float),
4024 typeof(float),
4025 typeof(bool)
4026 }, ReturnType = typeof(void))]
4027 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "SoundInstance", Member = "Restart", ReturnType = typeof(void))]
4028 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "SoundInstance", Member = "set_CurrentPosition", MemberParameters = new object[] { typeof(float) }, ReturnType = typeof(void))]
4029 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "SoundInstance", Member = "Stop", ReturnType = typeof(void))]
4030 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "SoundInstance", Member = "StartFade", MemberParameters = new object[]
4031 {
4032 typeof(float),
4033 typeof(global::System.DateTime),
4034 typeof(global::System.DateTime)
4035 }, ReturnType = typeof(void))]
4036 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "SoundInstance", Member = "UpdateFade", ReturnType = typeof(bool))]
4037 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "SoundManager", Member = "GetChannel", MemberParameters = new object[] { "SoundDefinition" }, ReturnType = "SoundChannel")]
4038 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "SoundManager", Member = "StopAllSoundsOnChannels", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
4039 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "SoundManager", Member = "IsPlaying", MemberParameters = new object[] { "SoundDefinition" }, ReturnType = typeof(bool))]
4040 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Microsoft.Xna.Framework.Audio.SoundEffectInstance", Member = "get_State", ReturnType = "Microsoft.Xna.Framework.Audio.SoundState")]
4041 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.Player", Member = "InternalSavePlayerFile", MemberParameters = new object[] { "Terraria.IO.PlayerFileData" }, ReturnType = typeof(void))]
4042 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.Player", Member = "LoadTutorialPlayer", ReturnType = "Terraria.IO.PlayerFileData")]
4043 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.Player", Member = "LoadPlayer", MemberParameters = new object[]
4044 {
4045 typeof(string),
4046 typeof(bool)
4047 }, ReturnType = "Terraria.IO.PlayerFileData")]
4048 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.Player", Member = "AdjustRespawnTimerForWorldJoining", MemberParameters = new object[] { "Terraria.Player" }, ReturnType = typeof(void))]
4049 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.Social.Discord.DiscordJoinToServerRequest", Member = ".ctor", MemberParameters = new object[]
4050 {
4051 typeof(string),
4052 typeof(string),
4053 typeof(int)
4054 }, ReturnType = typeof(void))]
4055 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.Social.Discord.DiscordJoinToServerRequest", Member = "IsValid", ReturnType = typeof(bool))]
4056 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.Social.Discord.DiscordJoinToServerRequest", Member = "GetUserWrapperText", ReturnType = typeof(string))]
4057 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.GameContent.Creative.CreativePowers.APerPlayerSliderPower", Member = "AttemptPushingChange", ReturnType = typeof(void))]
4058 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.GameContent.Creative.CreativePowers.APerPlayerSliderPower", Member = "PushChange", MemberParameters = new object[] { typeof(float) }, ReturnType = typeof(void))]
4059 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.GameContent.Creative.CreativePowers.APerPlayerSliderPower", Member = ".ctor", ReturnType = typeof(void))]
4060 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.GameContent.Creative.CreativePowers.ASharedSliderPower", Member = "AttemptPushingChange", ReturnType = typeof(void))]
4061 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.GameContent.Creative.CreativePowers.ASharedSliderPower", Member = ".ctor", ReturnType = typeof(void))]
4062 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.TimeZoneInfo), Member = ".ctor", MemberParameters = new object[]
4063 {
4064 typeof(byte[]),
4065 typeof(string),
4066 typeof(bool)
4067 }, ReturnType = typeof(void))]
4068 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.TimeZoneInfo), Member = "CreateLocalUnity", ReturnType = typeof(global::System.TimeZoneInfo))]
4069 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTime), Member = "get_Now", ReturnType = typeof(global::System.DateTime))]
4070 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeParse), Member = "GetDateTimeNow", MemberParameters = new object[]
4071 {
4072 typeof(ref global::System.DateTimeResult),
4073 typeof(ref global::System.Globalization.DateTimeStyles)
4074 }, ReturnType = typeof(global::System.DateTime))]
4075 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Remoting.Lifetime.Lease), Member = ".ctor", ReturnType = typeof(void))]
4076 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Remoting.Lifetime.Lease), Member = "get_CurrentLeaseTime", ReturnType = typeof(global::System.TimeSpan))]
4077 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Remoting.Lifetime.Lease), Member = "Renew", MemberParameters = new object[] { typeof(global::System.TimeSpan) }, ReturnType = typeof(global::System.TimeSpan))]
4078 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Diagnostics.TraceEventCache", Member = "get_DateTime", ReturnType = typeof(global::System.DateTime))]
4079 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.FtpWebRequest", Member = "GetResponse", ReturnType = "System.Net.WebResponse")]
4080 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.FtpWebRequest", Member = "GetRequestStream", ReturnType = typeof(global::System.IO.Stream))]
4081 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.FtpWebRequest", Member = "SubmitRequest", MemberParameters = new object[] { typeof(bool) }, ReturnType = typeof(void))]
4082 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.DigestSession", Member = ".ctor", ReturnType = typeof(void))]
4083 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.DigestSession", Member = "Authenticate", MemberParameters = new object[] { "System.Net.WebRequest", "System.Net.ICredentials" }, ReturnType = "System.Net.Authorization")]
4084 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.DigestClient", Member = "CheckExpired", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(void))]
4085 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.HttpListenerResponse", Member = "SendHeaders", MemberParameters = new object[]
4086 {
4087 typeof(bool),
4088 typeof(global::System.IO.MemoryStream)
4089 }, ReturnType = typeof(void))]
4090 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.ServicePoint", Member = "get_HasTimedOut", ReturnType = typeof(bool))]
4091 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.ServicePoint", Member = "get_HostEntry", ReturnType = "System.Net.IPHostEntry")]
4092 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.ServicePointScheduler.<RunScheduler>d__32", Member = "MoveNext", ReturnType = typeof(void))]
4093 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.ServicePointScheduler", Member = ".ctor", MemberParameters = new object[]
4094 {
4095 "System.Net.ServicePoint",
4096 typeof(int),
4097 typeof(int)
4098 }, ReturnType = typeof(void))]
4099 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.WebConnection", Member = "StartOperation", MemberParameters = new object[]
4100 {
4101 "System.Net.WebOperation",
4102 typeof(bool)
4103 }, ReturnType = typeof(bool))]
4104 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Ionic.Zip.ZipEntry", Member = "Create", MemberParameters = new object[]
4105 {
4106 typeof(string),
4107 "Ionic.Zip.ZipEntrySource",
4108 typeof(object),
4109 typeof(object)
4110 }, ReturnType = "Ionic.Zip.ZipEntry")]
4111 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Ionic.Zip.ZipEntry", Member = "ProcessExtraFieldInfoZipTimes", MemberParameters = new object[]
4112 {
4113 "System.Byte[]",
4114 typeof(int),
4115 typeof(short),
4116 typeof(long)
4117 }, ReturnType = typeof(int))]
4118 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Ionic.Zip.ZipEntry", Member = "ProcessExtraFieldUnixTimes", MemberParameters = new object[]
4119 {
4120 "System.Byte[]",
4121 typeof(int),
4122 typeof(short),
4123 typeof(long)
4124 }, ReturnType = typeof(int))]
4125 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Mono.Security.X509.X509Certificate", Member = "get_IsCurrent", ReturnType = typeof(bool))]
4126 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 59)]
4127 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 3)]
4128 get
4129 {
4130 throw null;
4131 }
4132 }
4133
4134 [global::Cpp2ILInjected.Token(Token = "0x6000611")]
4135 [global::Cpp2ILInjected.Address(RVA = "0x1C1A944", Offset = "0x1C1A944", Length = "0x4")]
4136 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
4137 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
4138 [MethodImpl(4096)]
4139 internal static extern long GetSystemTimeAsFileTime();
4140
4141 [global::Cpp2ILInjected.Token(Token = "0x6000612")]
4142 [global::Cpp2ILInjected.Address(RVA = "0x1C1A948", Offset = "0x1C1A948", Length = "0x8")]
4143 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
4144 internal long ToBinaryRaw()
4145 {
4146 throw null;
4147 }
4148
4149 // Note: this type is marked as 'beforefieldinit'.
4150 [global::Cpp2ILInjected.Token(Token = "0x6000613")]
4151 [global::Cpp2ILInjected.Address(RVA = "0x1C1A950", Offset = "0x1C1A950", Length = "0xF0")]
4152 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
4153 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
4154 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Runtime.CompilerServices.RuntimeHelpers), Member = "InitializeArray", MemberParameters = new object[]
4155 {
4156 typeof(global::System.Array),
4157 typeof(global::System.RuntimeFieldHandle)
4158 }, ReturnType = typeof(void))]
4159 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 6)]
4160 static DateTime()
4161 {
4162 throw null;
4163 }
4164
4165 [global::Cpp2ILInjected.Token(Token = "0x4000224")]
4166 private const long TicksPerMillisecond = 10000L;
4167
4168 [global::Cpp2ILInjected.Token(Token = "0x4000225")]
4169 private const long TicksPerSecond = 10000000L;
4170
4171 [global::Cpp2ILInjected.Token(Token = "0x4000226")]
4172 private const long TicksPerMinute = 600000000L;
4173
4174 [global::Cpp2ILInjected.Token(Token = "0x4000227")]
4175 private const long TicksPerHour = 36000000000L;
4176
4177 [global::Cpp2ILInjected.Token(Token = "0x4000228")]
4178 private const long TicksPerDay = 864000000000L;
4179
4180 [global::Cpp2ILInjected.Token(Token = "0x4000229")]
4181 private const int MillisPerSecond = 1000;
4182
4183 [global::Cpp2ILInjected.Token(Token = "0x400022A")]
4184 private const int MillisPerMinute = 60000;
4185
4186 [global::Cpp2ILInjected.Token(Token = "0x400022B")]
4187 private const int MillisPerHour = 3600000;
4188
4189 [global::Cpp2ILInjected.Token(Token = "0x400022C")]
4190 private const int MillisPerDay = 86400000;
4191
4192 [global::Cpp2ILInjected.Token(Token = "0x400022D")]
4193 private const int DaysPerYear = 365;
4194
4195 [global::Cpp2ILInjected.Token(Token = "0x400022E")]
4196 private const int DaysPer4Years = 1461;
4197
4198 [global::Cpp2ILInjected.Token(Token = "0x400022F")]
4199 private const int DaysPer100Years = 36524;
4200
4201 [global::Cpp2ILInjected.Token(Token = "0x4000230")]
4202 private const int DaysPer400Years = 146097;
4203
4204 [global::Cpp2ILInjected.Token(Token = "0x4000231")]
4205 private const int DaysTo1601 = 584388;
4206
4207 [global::Cpp2ILInjected.Token(Token = "0x4000232")]
4208 private const int DaysTo1899 = 693593;
4209
4210 [global::Cpp2ILInjected.Token(Token = "0x4000233")]
4211 internal const int DaysTo1970 = 719162;
4212
4213 [global::Cpp2ILInjected.Token(Token = "0x4000234")]
4214 private const int DaysTo10000 = 3652059;
4215
4216 [global::Cpp2ILInjected.Token(Token = "0x4000235")]
4217 internal const long MinTicks = 0L;
4218
4219 [global::Cpp2ILInjected.Token(Token = "0x4000236")]
4220 internal const long MaxTicks = 3155378975999999999L;
4221
4222 [global::Cpp2ILInjected.Token(Token = "0x4000237")]
4223 private const long MaxMillis = 315537897600000L;
4224
4225 [global::Cpp2ILInjected.Token(Token = "0x4000238")]
4226 internal const long UnixEpochTicks = 621355968000000000L;
4227
4228 [global::Cpp2ILInjected.Token(Token = "0x4000239")]
4229 private const long FileTimeOffset = 504911232000000000L;
4230
4231 [global::Cpp2ILInjected.Token(Token = "0x400023A")]
4232 private const long DoubleDateOffset = 599264352000000000L;
4233
4234 [global::Cpp2ILInjected.Token(Token = "0x400023B")]
4235 private const long OADateMinAsTicks = 31241376000000000L;
4236
4237 [global::Cpp2ILInjected.Token(Token = "0x400023C")]
4238 private const double OADateMinAsDouble = -657435.0;
4239
4240 [global::Cpp2ILInjected.Token(Token = "0x400023D")]
4241 private const double OADateMaxAsDouble = 2958466.0;
4242
4243 [global::Cpp2ILInjected.Token(Token = "0x400023E")]
4244 private const int DatePartYear = 0;
4245
4246 [global::Cpp2ILInjected.Token(Token = "0x400023F")]
4247 private const int DatePartDayOfYear = 1;
4248
4249 [global::Cpp2ILInjected.Token(Token = "0x4000240")]
4250 private const int DatePartMonth = 2;
4251
4252 [global::Cpp2ILInjected.Token(Token = "0x4000241")]
4253 private const int DatePartDay = 3;
4254
4255 [global::Cpp2ILInjected.Token(Token = "0x4000242")]
4256 private static readonly int[] s_daysToMonth365;
4257
4258 [global::Cpp2ILInjected.Token(Token = "0x4000243")]
4259 private static readonly int[] s_daysToMonth366;
4260
4261 [global::Cpp2ILInjected.Token(Token = "0x4000244")]
4262 public static readonly global::System.DateTime MinValue;
4263
4264 [global::Cpp2ILInjected.Token(Token = "0x4000245")]
4265 public static readonly global::System.DateTime MaxValue;
4266
4267 [global::Cpp2ILInjected.Token(Token = "0x4000246")]
4268 public static readonly global::System.DateTime UnixEpoch;
4269
4270 [global::Cpp2ILInjected.Token(Token = "0x4000247")]
4271 private const ulong TicksMask = 4611686018427387903UL;
4272
4273 [global::Cpp2ILInjected.Token(Token = "0x4000248")]
4274 private const ulong FlagsMask = 13835058055282163712UL;
4275
4276 [global::Cpp2ILInjected.Token(Token = "0x4000249")]
4277 private const ulong LocalMask = 9223372036854775808UL;
4278
4279 [global::Cpp2ILInjected.Token(Token = "0x400024A")]
4280 private const long TicksCeiling = 4611686018427387904L;
4281
4282 [global::Cpp2ILInjected.Token(Token = "0x400024B")]
4283 private const ulong KindUnspecified = 0UL;
4284
4285 [global::Cpp2ILInjected.Token(Token = "0x400024C")]
4286 private const ulong KindUtc = 4611686018427387904UL;
4287
4288 [global::Cpp2ILInjected.Token(Token = "0x400024D")]
4289 private const ulong KindLocal = 9223372036854775808UL;
4290
4291 [global::Cpp2ILInjected.Token(Token = "0x400024E")]
4292 private const ulong KindLocalAmbiguousDst = 13835058055282163712UL;
4293
4294 [global::Cpp2ILInjected.Token(Token = "0x400024F")]
4295 private const int KindShift = 62;
4296
4297 [global::Cpp2ILInjected.Token(Token = "0x4000250")]
4298 private const string TicksField = "ticks";
4299
4300 [global::Cpp2ILInjected.Token(Token = "0x4000251")]
4301 private const string DateDataField = "dateData";
4302
4303 [global::Cpp2ILInjected.Token(Token = "0x4000252")]
4304 [global::Cpp2ILInjected.FieldOffset(Offset = "0x0")]
4306 }
4307}
class f__AnonymousType0<< Count > j__TPar
bool ToBoolean(global::System.IFormatProvider provider)
ulong ToUInt64(global::System.IFormatProvider provider)
double ToDouble(global::System.IFormatProvider provider)
sbyte ToSByte(global::System.IFormatProvider provider)
int ToInt32(global::System.IFormatProvider provider)
short ToInt16(global::System.IFormatProvider provider)
global::System.DateTime ToDateTime(global::System.IFormatProvider provider)
object ToType(global::System.Type conversionType, global::System.IFormatProvider provider)
uint ToUInt32(global::System.IFormatProvider provider)
float ToSingle(global::System.IFormatProvider provider)
ushort ToUInt16(global::System.IFormatProvider provider)
byte ToByte(global::System.IFormatProvider provider)
long ToInt64(global::System.IFormatProvider provider)
char ToChar(global::System.IFormatProvider provider)
decimal ToDecimal(global::System.IFormatProvider provider)
void GetObjectData(SerializationInfo info, StreamingContext context)
DayOfWeek
Definition DayOfWeek.cs:8
long ToBinaryRaw()
Definition DateTime.cs:4144
static bool TryParseExact(string s, string format, global::System.IFormatProvider provider, global::System.Globalization.DateTimeStyles style, out global::System.DateTime result)
Definition DateTime.cs:3061
override int GetHashCode()
Definition DateTime.cs:1464
DateTime(int year, int month, int day, int hour, int minute, int second, global::System.DateTimeKind kind)
Definition DateTime.cs:405
static global::System.DateTime FromBinary(long dateData)
Definition DateTime.cs:1183
static global::System.DateTime ParseExact(string s, string[] formats, global::System.IFormatProvider provider, global::System.Globalization.DateTimeStyles style)
Definition DateTime.cs:2639
long ToFileTime()
Definition DateTime.cs:2678
static readonly global::System.DateTime MaxValue
Definition DateTime.cs:4265
static readonly global::System.DateTime MinValue
Definition DateTime.cs:4262
DateTime(int year, int month, int day, int hour, int minute, int second)
Definition DateTime.cs:376
global::System.DateTime AddYears(int value)
Definition DateTime.cs:883
DateTime(int year, int month, int day, int hour, int minute, int second, int millisecond)
Definition DateTime.cs:482
static bool TryCreate(int year, int month, int day, int hour, int minute, int second, int millisecond, out global::System.DateTime result)
Definition DateTime.cs:4005
static global::System.DateTime FromFileTime(long fileTime)
Definition DateTime.cs:1212
DateTime(long ticks)
Definition DateTime.cs:113
static int Compare(global::System.DateTime t1, global::System.DateTime t2)
Definition DateTime.cs:893
DateTime(ulong dateData)
Definition DateTime.cs:121
static readonly int[] s_daysToMonth366
Definition DateTime.cs:4259
string ToString(string format, global::System.IFormatProvider provider)
Definition DateTime.cs:2932
global::System.DateTime AddHours(double value)
Definition DateTime.cs:674
global::System.DateTime ToLocalTime()
Definition DateTime.cs:2758
DateTime(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context)
Definition DateTime.cs:549
DateTime(int year, int month, int day)
Definition DateTime.cs:323
static global::System.DateTime Parse(string s, global::System.IFormatProvider provider)
Definition DateTime.cs:2546
static long TimeToTicks(int hour, int minute, int second)
Definition DateTime.cs:1063
global::System.DateTime ToUniversalTime()
Definition DateTime.cs:3006
override bool Equals(object value)
Definition DateTime.cs:1110
static global::System.DateTime ParseExact(string s, string format, global::System.IFormatProvider provider)
Definition DateTime.cs:2589
global::System.DateTime AddMilliseconds(double value)
Definition DateTime.cs:700
static long DateToTicks(int year, int month, int day)
Definition DateTime.cs:1002
DateTime(long ticks, global::System.DateTimeKind kind, bool isAmbiguousDst)
Definition DateTime.cs:252
static global::System.DateTime Parse(string s, global::System.IFormatProvider provider, global::System.Globalization.DateTimeStyles styles)
Definition DateTime.cs:2576
global::System.DateTime AddTicks(long value)
Definition DateTime.cs:837
static readonly global::System.DateTime UnixEpoch
Definition DateTime.cs:4268
int CompareTo(global::System.DateTime value)
Definition DateTime.cs:939
static global::System.DateTime SpecifyKind(global::System.DateTime value, global::System.DateTimeKind kind)
Definition DateTime.cs:1300
bool TryFormat(global::System.Span< char > destination, out int charsWritten, global::System.ReadOnlySpan< char > format=default(global::System.ReadOnlySpan< char >), global::System.IFormatProvider provider=null)
Definition DateTime.cs:2941
global::System.TypeCode GetTypeCode()
Definition DateTime.cs:3734
static bool TryParse(string s, global::System.IFormatProvider provider, global::System.Globalization.DateTimeStyles styles, out global::System.DateTime result)
Definition DateTime.cs:3024
long ToFileTimeUtc()
Definition DateTime.cs:2695
global::System.DateTime Add(global::System.TimeSpan value)
Definition DateTime.cs:597
readonly ulong _dateData
Definition DateTime.cs:4305
static global::System.DateTime ParseExact(string s, string format, global::System.IFormatProvider provider, global::System.Globalization.DateTimeStyles style)
Definition DateTime.cs:2621
global::System.DateTime ToLocalTime(bool throwOnOverflow)
Definition DateTime.cs:2787
static DateTime()
Definition DateTime.cs:4160
global::System.DateTime Add(double value, int scale)
Definition DateTime.cs:617
global::System.TimeSpan Subtract(global::System.DateTime value)
Definition DateTime.cs:2655
global::System.DateTime AddMonths(int months)
Definition DateTime.cs:733
static int DaysInMonth(int year, int month)
Definition DateTime.cs:1100
int CompareTo(object value)
Definition DateTime.cs:904
DateTime(long ticks, global::System.DateTimeKind kind)
Definition DateTime.cs:221
override string ToString()
Definition DateTime.cs:2815
string ToString(global::System.IFormatProvider provider)
Definition DateTime.cs:2864
static bool IsLeapYear(int year)
Definition DateTime.cs:2523
string ToString(string format)
Definition DateTime.cs:2841
static global::System.DateTime FromFileTimeUtc(long fileTime)
Definition DateTime.cs:1241
bool IsDaylightSavingTime()
Definition DateTime.cs:1278
static long GetSystemTimeAsFileTime()
static readonly int[] s_daysToMonth365
Definition DateTime.cs:4256
global::System.DateTime AddDays(double value)
Definition DateTime.cs:655
static global::System.DateTime FromBinaryRaw(long dateData)
Definition DateTime.cs:1200
bool IsAmbiguousDaylightSavingTime()
Definition DateTime.cs:1517
global::System.DateTime AddSeconds(double value)
Definition DateTime.cs:763
void GetDatePart(out int year, out int month, out int day)
Definition DateTime.cs:1395
DateTime(int year, int month, int day, int hour, int minute, int second, int millisecond, global::System.Globalization.Calendar calendar)
Definition DateTime.cs:517
int GetDatePart(int part)
Definition DateTime.cs:1369
bool Equals(global::System.DateTime value)
Definition DateTime.cs:1127