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
DateTimeOffset.cs
Go to the documentation of this file.
1using System;
3using System.IO;
8
9namespace System
10{
11 [global::Cpp2ILInjected.Token(Token = "0x200009D")]
12 [global::System.Serializable]
13 [StructLayout(3)]
14 public readonly struct DateTimeOffset : global::System.IComparable, global::System.IFormattable, global::System.IComparable<global::System.DateTimeOffset>, global::System.IEquatable<global::System.DateTimeOffset>, global::System.Runtime.Serialization.ISerializable, global::System.Runtime.Serialization.IDeserializationCallback, global::System.ISpanFormattable
15 {
16 [global::Cpp2ILInjected.Token(Token = "0x6000614")]
17 [global::Cpp2ILInjected.Address(RVA = "0x1C1AA40", Offset = "0x1C1AA40", Length = "0x94")]
18 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
19 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeOffset), Member = "FromUnixTimeSeconds", MemberParameters = new object[] { typeof(long) }, ReturnType = typeof(global::System.DateTimeOffset))]
20 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeOffset), Member = "Parse", MemberParameters = new object[]
21 {
22 typeof(string),
23 typeof(global::System.IFormatProvider),
24 typeof(global::System.Globalization.DateTimeStyles)
25 }, ReturnType = typeof(global::System.DateTimeOffset))]
26 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeOffset), Member = "ParseExact", MemberParameters = new object[]
27 {
28 typeof(string),
29 typeof(string),
30 typeof(global::System.IFormatProvider),
31 typeof(global::System.Globalization.DateTimeStyles)
32 }, ReturnType = typeof(global::System.DateTimeOffset))]
33 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeOffset), Member = "TryParse", MemberParameters = new object[]
34 {
35 typeof(string),
36 typeof(global::System.IFormatProvider),
37 typeof(global::System.Globalization.DateTimeStyles),
38 typeof(ref global::System.DateTimeOffset)
39 }, ReturnType = typeof(bool))]
40 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeOffset), Member = "TryParseExact", MemberParameters = new object[]
41 {
42 typeof(string),
43 typeof(string),
44 typeof(global::System.IFormatProvider),
45 typeof(global::System.Globalization.DateTimeStyles),
46 typeof(ref global::System.DateTimeOffset)
47 }, ReturnType = typeof(bool))]
48 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeOffset), Member = ".cctor", ReturnType = typeof(void))]
49 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Utilities.DateTimeUtils", Member = "TryParseDateTimeOffsetMicrosoft", MemberParameters = new object[]
50 {
51 "Newtonsoft.Json.Utilities.StringReference",
52 typeof(ref global::System.DateTimeOffset)
53 }, ReturnType = typeof(bool))]
54 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 9)]
55 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeOffset), Member = "ValidateOffset", MemberParameters = new object[] { typeof(global::System.TimeSpan) }, ReturnType = typeof(short))]
56 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTime), Member = ".ctor", MemberParameters = new object[] { typeof(long) }, ReturnType = typeof(void))]
57 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeOffset), Member = "ValidateDate", MemberParameters = new object[]
58 {
59 typeof(global::System.DateTime),
60 typeof(global::System.TimeSpan)
61 }, ReturnType = typeof(global::System.DateTime))]
62 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
63 public DateTimeOffset(long ticks, global::System.TimeSpan offset)
64 {
65 throw null;
66 }
67
68 [global::Cpp2ILInjected.Token(Token = "0x6000615")]
69 [global::Cpp2ILInjected.Address(RVA = "0x1C1AC84", Offset = "0x1C1AC84", Length = "0xC4")]
70 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
71 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeOffset), Member = "FromFileTime", MemberParameters = new object[] { typeof(long) }, ReturnType = typeof(global::System.DateTimeOffset))]
72 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeOffset), Member = "ToLocalTime", MemberParameters = new object[] { typeof(bool) }, ReturnType = typeof(global::System.DateTimeOffset))]
73 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeOffset), Member = "ToUniversalTime", ReturnType = typeof(global::System.DateTimeOffset))]
74 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeOffset), Member = "op_Implicit", MemberParameters = new object[] { typeof(global::System.DateTime) }, ReturnType = typeof(global::System.DateTimeOffset))]
75 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XmlDateTimeConverter", Member = "ToDateTimeOffset", MemberParameters = new object[] { typeof(global::System.DateTime) }, ReturnType = typeof(global::System.DateTimeOffset))]
76 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.JsonReader", Member = "ReadAsDateTimeOffset", ReturnType = "System.Nullable`1<DateTimeOffset>")]
77 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Utilities.ConvertUtils", Member = "TryConvertInternal", MemberParameters = new object[]
78 {
79 typeof(object),
80 typeof(global::System.Globalization.CultureInfo),
81 typeof(global::System.Type),
82 typeof(ref object)
83 }, ReturnType = "Newtonsoft.Json.Utilities.ConvertUtils.ConvertResult")]
84 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Linq.JToken", Member = "op_Explicit", MemberParameters = new object[] { "Newtonsoft.Json.Linq.JToken" }, ReturnType = typeof(global::System.DateTimeOffset))]
85 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Linq.JToken", Member = "op_Explicit", MemberParameters = new object[] { "Newtonsoft.Json.Linq.JToken" }, ReturnType = "System.Nullable`1<DateTimeOffset>")]
86 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Linq.JValue", Member = "Compare", MemberParameters = new object[]
87 {
88 "Newtonsoft.Json.Linq.JTokenType",
89 typeof(object),
90 typeof(object)
91 }, ReturnType = typeof(int))]
92 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Converters.IsoDateTimeConverter", Member = "ReadJson", MemberParameters = new object[]
93 {
94 "Newtonsoft.Json.JsonReader",
95 typeof(global::System.Type),
96 typeof(object),
97 "Newtonsoft.Json.JsonSerializer"
98 }, ReturnType = typeof(object))]
99 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Converters.JavaScriptDateTimeConverter", Member = "ReadJson", MemberParameters = new object[]
100 {
101 "Newtonsoft.Json.JsonReader",
102 typeof(global::System.Type),
103 typeof(object),
104 "Newtonsoft.Json.JsonSerializer"
105 }, ReturnType = typeof(object))]
106 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 12)]
107 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.TimeZoneInfo), Member = "GetLocalUtcOffset", MemberParameters = new object[]
108 {
109 typeof(global::System.DateTime),
110 typeof(global::System.TimeZoneInfoOptions)
111 }, ReturnType = typeof(global::System.TimeSpan))]
112 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeOffset), Member = "ValidateOffset", MemberParameters = new object[] { typeof(global::System.TimeSpan) }, ReturnType = typeof(short))]
113 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeOffset), Member = "ValidateDate", MemberParameters = new object[]
114 {
115 typeof(global::System.DateTime),
116 typeof(global::System.TimeSpan)
117 }, ReturnType = typeof(global::System.DateTime))]
118 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
119 public DateTimeOffset(global::System.DateTime dateTime)
120 {
121 throw null;
122 }
123
124 [global::Cpp2ILInjected.Token(Token = "0x6000616")]
125 [global::Cpp2ILInjected.Address(RVA = "0x1C1AD48", Offset = "0x1C1AD48", Length = "0x1AC")]
126 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
127 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeOffset), Member = "AddTicks", MemberParameters = new object[] { typeof(long) }, ReturnType = typeof(global::System.DateTimeOffset))]
128 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XsdDateTime", Member = "op_Implicit", MemberParameters = new object[] { "System.Xml.Schema.XsdDateTime" }, ReturnType = typeof(global::System.DateTimeOffset))]
129 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Utilities.DateTimeUtils", Member = "TryParseDateTimeOffsetIso", MemberParameters = new object[]
130 {
131 "Newtonsoft.Json.Utilities.StringReference",
132 typeof(ref global::System.DateTimeOffset)
133 }, ReturnType = typeof(bool))]
134 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 3)]
135 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.TimeSpan), Member = "op_Inequality", MemberParameters = new object[]
136 {
137 typeof(global::System.TimeSpan),
138 typeof(global::System.TimeSpan)
139 }, ReturnType = typeof(bool))]
140 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.TimeZoneInfo), Member = "GetLocalUtcOffset", MemberParameters = new object[]
141 {
142 typeof(global::System.DateTime),
143 typeof(global::System.TimeZoneInfoOptions)
144 }, ReturnType = typeof(global::System.TimeSpan))]
145 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeOffset), Member = "ValidateOffset", MemberParameters = new object[] { typeof(global::System.TimeSpan) }, ReturnType = typeof(short))]
146 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeOffset), Member = "ValidateDate", MemberParameters = new object[]
147 {
148 typeof(global::System.DateTime),
149 typeof(global::System.TimeSpan)
150 }, ReturnType = typeof(global::System.DateTime))]
151 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentException), Member = ".ctor", MemberParameters = new object[]
152 {
153 typeof(string),
154 typeof(string)
155 }, ReturnType = typeof(void))]
156 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 15)]
157 public DateTimeOffset(global::System.DateTime dateTime, global::System.TimeSpan offset)
158 {
159 throw null;
160 }
161
162 [global::Cpp2ILInjected.Token(Token = "0x6000617")]
163 [global::Cpp2ILInjected.Address(RVA = "0x1C1AEF4", Offset = "0x1C1AEF4", Length = "0xCC")]
164 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
165 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
166 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeOffset), Member = "ValidateOffset", MemberParameters = new object[] { typeof(global::System.TimeSpan) }, ReturnType = typeof(short))]
167 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTime), Member = ".ctor", MemberParameters = new object[]
168 {
169 typeof(int),
170 typeof(int),
171 typeof(int),
172 typeof(int),
173 typeof(int),
174 typeof(int)
175 }, ReturnType = typeof(void))]
176 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeOffset), Member = "ValidateDate", MemberParameters = new object[]
177 {
178 typeof(global::System.DateTime),
179 typeof(global::System.TimeSpan)
180 }, ReturnType = typeof(global::System.DateTime))]
181 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
182 public DateTimeOffset(int year, int month, int day, int hour, int minute, int second, global::System.TimeSpan offset)
183 {
184 throw null;
185 }
186
187 [global::Cpp2ILInjected.Token(Token = "0x6000618")]
188 [global::Cpp2ILInjected.Address(RVA = "0x1C1AFC0", Offset = "0x1C1AFC0", Length = "0xDC")]
189 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
190 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
191 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeOffset), Member = "ValidateOffset", MemberParameters = new object[] { typeof(global::System.TimeSpan) }, ReturnType = typeof(short))]
192 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTime), Member = ".ctor", MemberParameters = new object[]
193 {
194 typeof(int),
195 typeof(int),
196 typeof(int),
197 typeof(int),
198 typeof(int),
199 typeof(int),
200 typeof(int)
201 }, ReturnType = typeof(void))]
202 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeOffset), Member = "ValidateDate", MemberParameters = new object[]
203 {
204 typeof(global::System.DateTime),
205 typeof(global::System.TimeSpan)
206 }, ReturnType = typeof(global::System.DateTime))]
207 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
208 public DateTimeOffset(int year, int month, int day, int hour, int minute, int second, int millisecond, global::System.TimeSpan offset)
209 {
210 throw null;
211 }
212
213 [global::Cpp2ILInjected.Token(Token = "0x6000619")]
214 [global::Cpp2ILInjected.Address(RVA = "0x1C1B09C", Offset = "0x1C1B09C", Length = "0xE4")]
215 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
216 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
217 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeOffset), Member = "ValidateOffset", MemberParameters = new object[] { typeof(global::System.TimeSpan) }, ReturnType = typeof(short))]
218 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTime), Member = ".ctor", MemberParameters = new object[]
219 {
220 typeof(int),
221 typeof(int),
222 typeof(int),
223 typeof(int),
224 typeof(int),
225 typeof(int),
226 typeof(int),
227 typeof(global::System.Globalization.Calendar)
228 }, ReturnType = typeof(void))]
229 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeOffset), Member = "ValidateDate", MemberParameters = new object[]
230 {
231 typeof(global::System.DateTime),
232 typeof(global::System.TimeSpan)
233 }, ReturnType = typeof(global::System.DateTime))]
234 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
235 public DateTimeOffset(int year, int month, int day, int hour, int minute, int second, int millisecond, global::System.Globalization.Calendar calendar, global::System.TimeSpan offset)
236 {
237 throw null;
238 }
239
240 [global::Cpp2ILInjected.Token(Token = "0x17000078")]
241 public global::System.DateTime DateTime
242 {
243 [global::Cpp2ILInjected.Token(Token = "0x600061A")]
244 [global::Cpp2ILInjected.Address(RVA = "0x1C1B180", Offset = "0x1C1B180", Length = "0x4")]
245 [global::Cpp2ILInjected.CallAnalysis.CallAnalysisNotSupported]
246 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XsdDateTime", Member = ".ctor", MemberParameters = new object[]
247 {
248 typeof(global::System.DateTimeOffset),
249 "System.Xml.Schema.XsdDateTimeFlags"
250 }, ReturnType = typeof(void))]
251 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.JsonTextWriter", Member = "WriteValue", MemberParameters = new object[] { typeof(global::System.DateTimeOffset) }, ReturnType = typeof(void))]
252 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.JsonReader", Member = "ReadAsDateTime", ReturnType = "System.Nullable`1<DateTime>")]
253 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Utilities.DateTimeUtils", Member = "WriteDateTimeOffsetString", MemberParameters = new object[]
254 {
255 typeof(global::System.IO.TextWriter),
256 typeof(global::System.DateTimeOffset),
257 "Newtonsoft.Json.DateFormatHandling",
258 typeof(string),
259 typeof(global::System.Globalization.CultureInfo)
260 }, ReturnType = typeof(void))]
261 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Linq.JToken", Member = "op_Explicit", MemberParameters = new object[] { "Newtonsoft.Json.Linq.JToken" }, ReturnType = "System.Nullable`1<DateTime>")]
262 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Linq.JToken", Member = "op_Explicit", MemberParameters = new object[] { "Newtonsoft.Json.Linq.JToken" }, ReturnType = typeof(global::System.DateTime))]
263 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Linq.JValue", Member = "Compare", MemberParameters = new object[]
264 {
265 "Newtonsoft.Json.Linq.JTokenType",
266 typeof(object),
267 typeof(object)
268 }, ReturnType = typeof(int))]
269 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Converters.IsoDateTimeConverter", Member = "ReadJson", MemberParameters = new object[]
270 {
271 "Newtonsoft.Json.JsonReader",
272 typeof(global::System.Type),
273 typeof(object),
274 "Newtonsoft.Json.JsonSerializer"
275 }, ReturnType = typeof(object))]
276 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 8)]
277 get
278 {
279 throw null;
280 }
281 }
282
283 [global::Cpp2ILInjected.Token(Token = "0x17000079")]
284 public global::System.DateTime UtcDateTime
285 {
286 [global::Cpp2ILInjected.Token(Token = "0x600061B")]
287 [global::Cpp2ILInjected.Address(RVA = "0x1C1B224", Offset = "0x1C1B224", Length = "0x74")]
288 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.TimeZoneInfo), Member = "TZif_UnixTimeToDateTime", MemberParameters = new object[] { typeof(long) }, ReturnType = typeof(global::System.DateTime))]
289 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeOffset), Member = "get_LocalDateTime", ReturnType = typeof(global::System.DateTime))]
290 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeOffset), Member = "System.IComparable.CompareTo", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(int))]
291 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeOffset), Member = "CompareTo", MemberParameters = new object[] { typeof(global::System.DateTimeOffset) }, ReturnType = typeof(int))]
292 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeOffset), Member = "Equals", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(bool))]
293 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeOffset), Member = "Equals", MemberParameters = new object[] { typeof(global::System.DateTimeOffset) }, ReturnType = typeof(bool))]
294 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeOffset), Member = "GetHashCode", ReturnType = typeof(int))]
295 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeOffset), Member = "ToLocalTime", MemberParameters = new object[] { typeof(bool) }, ReturnType = typeof(global::System.DateTimeOffset))]
296 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeOffset), Member = "ToUniversalTime", ReturnType = typeof(global::System.DateTimeOffset))]
297 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeOffset), Member = "op_Equality", MemberParameters = new object[]
298 {
299 typeof(global::System.DateTimeOffset),
300 typeof(global::System.DateTimeOffset)
301 }, ReturnType = typeof(bool))]
302 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.IO.FileSystemInfo), Member = "get_CreationTime", ReturnType = typeof(global::System.DateTime))]
303 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.IO.FileSystemInfo), Member = "get_CreationTimeUtc", ReturnType = typeof(global::System.DateTime))]
304 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.IO.FileSystemInfo), Member = "get_LastAccessTime", ReturnType = typeof(global::System.DateTime))]
305 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.IO.FileSystemInfo), Member = "get_LastAccessTimeUtc", ReturnType = typeof(global::System.DateTime))]
306 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.IO.FileSystemInfo), Member = "get_LastWriteTime", ReturnType = typeof(global::System.DateTime))]
307 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.IO.FileSystemInfo), Member = "get_LastWriteTimeUtc", ReturnType = typeof(global::System.DateTime))]
308 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.JsonTextWriter", Member = "WriteValue", MemberParameters = new object[] { typeof(global::System.DateTimeOffset) }, ReturnType = typeof(void))]
309 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Utilities.DateTimeUtils", Member = "WriteDateTimeOffsetString", MemberParameters = new object[]
310 {
311 typeof(global::System.IO.TextWriter),
312 typeof(global::System.DateTimeOffset),
313 "Newtonsoft.Json.DateFormatHandling",
314 typeof(string),
315 typeof(global::System.Globalization.CultureInfo)
316 }, ReturnType = typeof(void))]
317 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Converters.JavaScriptDateTimeConverter", Member = "WriteJson", MemberParameters = new object[]
318 {
319 "Newtonsoft.Json.JsonWriter",
320 typeof(object),
321 "Newtonsoft.Json.JsonSerializer"
322 }, ReturnType = typeof(void))]
323 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Bson.BsonBinaryWriter", Member = "WriteTokenInternal", MemberParameters = new object[] { "Newtonsoft.Json.Bson.BsonToken" }, ReturnType = typeof(void))]
324 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 25)]
325 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTime), Member = ".ctor", MemberParameters = new object[]
326 {
327 typeof(long),
328 typeof(global::System.DateTimeKind)
329 }, ReturnType = typeof(void))]
330 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
331 get
332 {
333 throw null;
334 }
335 }
336
337 [global::Cpp2ILInjected.Token(Token = "0x1700007A")]
338 public global::System.DateTime LocalDateTime
339 {
340 [global::Cpp2ILInjected.Token(Token = "0x600061C")]
341 [global::Cpp2ILInjected.Address(RVA = "0x1C1B298", Offset = "0x1C1B298", Length = "0x20")]
342 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.IO.File), Member = "GetCreationTime", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(global::System.DateTime))]
343 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.IO.File), Member = "GetLastAccessTime", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(global::System.DateTime))]
344 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.IO.File), Member = "GetLastWriteTime", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(global::System.DateTime))]
345 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XmlBaseConverter", Member = "DateTimeOffsetToDateTime", MemberParameters = new object[] { typeof(global::System.DateTimeOffset) }, ReturnType = typeof(global::System.DateTime))]
346 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XmlDateTimeConverter", Member = "ToDateTime", MemberParameters = new object[] { typeof(global::System.DateTimeOffset) }, ReturnType = typeof(global::System.DateTime))]
347 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 5)]
348 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeOffset), Member = "get_UtcDateTime", ReturnType = typeof(global::System.DateTime))]
349 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTime), Member = "ToLocalTime", MemberParameters = new object[] { typeof(bool) }, ReturnType = typeof(global::System.DateTime))]
350 get
351 {
352 throw null;
353 }
354 }
355
356 [global::Cpp2ILInjected.Token(Token = "0x1700007B")]
357 private global::System.DateTime ClockDateTime
358 {
359 [global::Cpp2ILInjected.Token(Token = "0x600061D")]
360 [global::Cpp2ILInjected.Address(RVA = "0x1C1B184", Offset = "0x1C1B184", Length = "0xA0")]
361 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
362 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeOffset), Member = "get_Day", ReturnType = typeof(int))]
363 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeOffset), Member = "get_Hour", ReturnType = typeof(int))]
364 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeOffset), Member = "get_Millisecond", ReturnType = typeof(int))]
365 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeOffset), Member = "get_Minute", ReturnType = typeof(int))]
366 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeOffset), Member = "get_Month", ReturnType = typeof(int))]
367 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeOffset), Member = "get_Second", ReturnType = typeof(int))]
368 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeOffset), Member = "get_Ticks", ReturnType = typeof(long))]
369 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeOffset), Member = "get_TimeOfDay", ReturnType = typeof(global::System.TimeSpan))]
370 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeOffset), Member = "get_Year", ReturnType = typeof(int))]
371 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeOffset), Member = "AddTicks", MemberParameters = new object[] { typeof(long) }, ReturnType = typeof(global::System.DateTimeOffset))]
372 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeOffset), Member = "System.Runtime.Serialization.IDeserializationCallback.OnDeserialization", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(void))]
373 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeOffset), Member = "ToString", ReturnType = typeof(string))]
374 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeOffset), Member = "ToString", MemberParameters = new object[] { typeof(global::System.IFormatProvider) }, ReturnType = typeof(string))]
375 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeOffset), Member = "ToString", MemberParameters = new object[]
376 {
377 typeof(string),
378 typeof(global::System.IFormatProvider)
379 }, ReturnType = typeof(string))]
380 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeOffset), Member = "TryFormat", MemberParameters = new object[]
381 {
382 typeof(global::System.Span<char>),
383 typeof(ref int),
384 typeof(global::System.ReadOnlySpan<char>),
385 typeof(global::System.IFormatProvider)
386 }, ReturnType = typeof(bool))]
387 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 15)]
388 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.TimeSpan), Member = ".ctor", MemberParameters = new object[]
389 {
390 typeof(int),
391 typeof(int),
392 typeof(int)
393 }, ReturnType = typeof(void))]
394 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTime), Member = "op_Addition", MemberParameters = new object[]
395 {
396 typeof(global::System.DateTime),
397 typeof(global::System.TimeSpan)
398 }, ReturnType = typeof(global::System.DateTime))]
399 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTime), Member = ".ctor", MemberParameters = new object[]
400 {
401 typeof(long),
402 typeof(global::System.DateTimeKind)
403 }, ReturnType = typeof(void))]
404 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
405 get
406 {
407 throw null;
408 }
409 }
410
411 [global::Cpp2ILInjected.Token(Token = "0x1700007C")]
412 public int Day
413 {
414 [global::Cpp2ILInjected.Token(Token = "0x600061E")]
415 [global::Cpp2ILInjected.Address(RVA = "0x1C1B2E4", Offset = "0x1C1B2E4", Length = "0x20")]
416 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.DateTimeOffsetConverter", Member = "ConvertTo", MemberParameters = new object[]
417 {
418 "System.ComponentModel.ITypeDescriptorContext",
419 typeof(global::System.Globalization.CultureInfo),
420 typeof(object),
421 typeof(global::System.Type)
422 }, ReturnType = typeof(object))]
423 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
424 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeOffset), Member = "get_ClockDateTime", ReturnType = typeof(global::System.DateTime))]
425 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTime), Member = "GetDatePart", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(int))]
426 get
427 {
428 throw null;
429 }
430 }
431
432 [global::Cpp2ILInjected.Token(Token = "0x1700007D")]
433 public int Hour
434 {
435 [global::Cpp2ILInjected.Token(Token = "0x600061F")]
436 [global::Cpp2ILInjected.Address(RVA = "0x1C1B304", Offset = "0x1C1B304", Length = "0x44")]
437 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
438 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.DateTimeOffsetConverter", Member = "ConvertTo", MemberParameters = new object[]
439 {
440 "System.ComponentModel.ITypeDescriptorContext",
441 typeof(global::System.Globalization.CultureInfo),
442 typeof(object),
443 typeof(global::System.Type)
444 }, ReturnType = typeof(object))]
445 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
446 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeOffset), Member = "get_ClockDateTime", ReturnType = typeof(global::System.DateTime))]
447 get
448 {
449 throw null;
450 }
451 }
452
453 [global::Cpp2ILInjected.Token(Token = "0x1700007E")]
454 public int Millisecond
455 {
456 [global::Cpp2ILInjected.Token(Token = "0x6000620")]
457 [global::Cpp2ILInjected.Address(RVA = "0x1C1B348", Offset = "0x1C1B348", Length = "0x50")]
458 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
459 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.DateTimeOffsetConverter", Member = "ConvertTo", MemberParameters = new object[]
460 {
461 "System.ComponentModel.ITypeDescriptorContext",
462 typeof(global::System.Globalization.CultureInfo),
463 typeof(object),
464 typeof(global::System.Type)
465 }, ReturnType = typeof(object))]
466 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
467 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeOffset), Member = "get_ClockDateTime", ReturnType = typeof(global::System.DateTime))]
468 get
469 {
470 throw null;
471 }
472 }
473
474 [global::Cpp2ILInjected.Token(Token = "0x1700007F")]
475 public int Minute
476 {
477 [global::Cpp2ILInjected.Token(Token = "0x6000621")]
478 [global::Cpp2ILInjected.Address(RVA = "0x1C1B398", Offset = "0x1C1B398", Length = "0x44")]
479 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
480 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.DateTimeOffsetConverter", Member = "ConvertTo", MemberParameters = new object[]
481 {
482 "System.ComponentModel.ITypeDescriptorContext",
483 typeof(global::System.Globalization.CultureInfo),
484 typeof(object),
485 typeof(global::System.Type)
486 }, ReturnType = typeof(object))]
487 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
488 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeOffset), Member = "get_ClockDateTime", ReturnType = typeof(global::System.DateTime))]
489 get
490 {
491 throw null;
492 }
493 }
494
495 [global::Cpp2ILInjected.Token(Token = "0x17000080")]
496 public int Month
497 {
498 [global::Cpp2ILInjected.Token(Token = "0x6000622")]
499 [global::Cpp2ILInjected.Address(RVA = "0x1C1B3DC", Offset = "0x1C1B3DC", Length = "0x20")]
500 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.DateTimeOffsetConverter", Member = "ConvertTo", MemberParameters = new object[]
501 {
502 "System.ComponentModel.ITypeDescriptorContext",
503 typeof(global::System.Globalization.CultureInfo),
504 typeof(object),
505 typeof(global::System.Type)
506 }, ReturnType = typeof(object))]
507 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
508 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeOffset), Member = "get_ClockDateTime", ReturnType = typeof(global::System.DateTime))]
509 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTime), Member = "GetDatePart", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(int))]
510 get
511 {
512 throw null;
513 }
514 }
515
516 [global::Cpp2ILInjected.Token(Token = "0x17000081")]
517 public global::System.TimeSpan Offset
518 {
519 [global::Cpp2ILInjected.Token(Token = "0x6000623")]
520 [global::Cpp2ILInjected.Address(RVA = "0x1C1B2B8", Offset = "0x1C1B2B8", Length = "0x2C")]
521 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
522 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.DateTimeOffsetConverter", Member = "ConvertTo", MemberParameters = new object[]
523 {
524 "System.ComponentModel.ITypeDescriptorContext",
525 typeof(global::System.Globalization.CultureInfo),
526 typeof(object),
527 typeof(global::System.Type)
528 }, ReturnType = typeof(object))]
529 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XsdDateTime", Member = ".ctor", MemberParameters = new object[]
530 {
531 typeof(global::System.DateTimeOffset),
532 "System.Xml.Schema.XsdDateTimeFlags"
533 }, ReturnType = typeof(void))]
534 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.JsonTextWriter", Member = "WriteValue", MemberParameters = new object[] { typeof(global::System.DateTimeOffset) }, ReturnType = typeof(void))]
535 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Utilities.DateTimeUtils", Member = "WriteDateTimeOffsetString", MemberParameters = new object[]
536 {
537 typeof(global::System.IO.TextWriter),
538 typeof(global::System.DateTimeOffset),
539 "Newtonsoft.Json.DateFormatHandling",
540 typeof(string),
541 typeof(global::System.Globalization.CultureInfo)
542 }, ReturnType = typeof(void))]
543 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Bson.BsonBinaryWriter", Member = "WriteTokenInternal", MemberParameters = new object[] { "Newtonsoft.Json.Bson.BsonToken" }, ReturnType = typeof(void))]
544 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 5)]
545 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.TimeSpan), Member = ".ctor", MemberParameters = new object[]
546 {
547 typeof(int),
548 typeof(int),
549 typeof(int)
550 }, ReturnType = typeof(void))]
551 get
552 {
553 throw null;
554 }
555 }
556
557 [global::Cpp2ILInjected.Token(Token = "0x17000082")]
558 public int Second
559 {
560 [global::Cpp2ILInjected.Token(Token = "0x6000624")]
561 [global::Cpp2ILInjected.Address(RVA = "0x1C1B3FC", Offset = "0x1C1B3FC", Length = "0x44")]
562 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
563 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.DateTimeOffsetConverter", Member = "ConvertTo", MemberParameters = new object[]
564 {
565 "System.ComponentModel.ITypeDescriptorContext",
566 typeof(global::System.Globalization.CultureInfo),
567 typeof(object),
568 typeof(global::System.Type)
569 }, ReturnType = typeof(object))]
570 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
571 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeOffset), Member = "get_ClockDateTime", ReturnType = typeof(global::System.DateTime))]
572 get
573 {
574 throw null;
575 }
576 }
577
578 [global::Cpp2ILInjected.Token(Token = "0x17000083")]
579 public long Ticks
580 {
581 [global::Cpp2ILInjected.Token(Token = "0x6000625")]
582 [global::Cpp2ILInjected.Address(RVA = "0x1C1B440", Offset = "0x1C1B440", Length = "0x14")]
583 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.DateTimeOffsetConverter", Member = "ConvertTo", MemberParameters = new object[]
584 {
585 "System.ComponentModel.ITypeDescriptorContext",
586 typeof(global::System.Globalization.CultureInfo),
587 typeof(object),
588 typeof(global::System.Type)
589 }, ReturnType = typeof(object))]
590 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
591 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeOffset), Member = "get_ClockDateTime", ReturnType = typeof(global::System.DateTime))]
592 get
593 {
594 throw null;
595 }
596 }
597
598 [global::Cpp2ILInjected.Token(Token = "0x17000084")]
599 public global::System.TimeSpan TimeOfDay
600 {
601 [global::Cpp2ILInjected.Token(Token = "0x6000626")]
602 [global::Cpp2ILInjected.Address(RVA = "0x1C1B454", Offset = "0x1C1B454", Length = "0x3C")]
603 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
604 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.DateTimeOffsetConverter", Member = "ConvertTo", MemberParameters = new object[]
605 {
606 "System.ComponentModel.ITypeDescriptorContext",
607 typeof(global::System.Globalization.CultureInfo),
608 typeof(object),
609 typeof(global::System.Type)
610 }, ReturnType = typeof(object))]
611 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
612 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeOffset), Member = "get_ClockDateTime", ReturnType = typeof(global::System.DateTime))]
613 get
614 {
615 throw null;
616 }
617 }
618
619 [global::Cpp2ILInjected.Token(Token = "0x17000085")]
620 public int Year
621 {
622 [global::Cpp2ILInjected.Token(Token = "0x6000627")]
623 [global::Cpp2ILInjected.Address(RVA = "0x1C1B490", Offset = "0x1C1B490", Length = "0x20")]
624 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.DateTimeOffsetConverter", Member = "ConvertTo", MemberParameters = new object[]
625 {
626 "System.ComponentModel.ITypeDescriptorContext",
627 typeof(global::System.Globalization.CultureInfo),
628 typeof(object),
629 typeof(global::System.Type)
630 }, ReturnType = typeof(object))]
631 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
632 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeOffset), Member = "get_ClockDateTime", ReturnType = typeof(global::System.DateTime))]
633 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTime), Member = "GetDatePart", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(int))]
634 get
635 {
636 throw null;
637 }
638 }
639
640 [global::Cpp2ILInjected.Token(Token = "0x6000628")]
641 [global::Cpp2ILInjected.Address(RVA = "0x1C1B4B0", Offset = "0x1C1B4B0", Length = "0x70")]
642 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
643 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.IO.FileStatus), Member = "UnixTimeToDateTimeOffset", MemberParameters = new object[]
644 {
645 typeof(long),
646 typeof(long)
647 }, ReturnType = typeof(global::System.DateTimeOffset))]
648 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
649 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeOffset), Member = "get_ClockDateTime", ReturnType = typeof(global::System.DateTime))]
650 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTime), Member = "AddTicks", MemberParameters = new object[] { typeof(long) }, ReturnType = typeof(global::System.DateTime))]
651 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.TimeSpan), Member = ".ctor", MemberParameters = new object[]
652 {
653 typeof(int),
654 typeof(int),
655 typeof(int)
656 }, ReturnType = typeof(void))]
657 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeOffset), Member = ".ctor", MemberParameters = new object[]
658 {
659 typeof(global::System.DateTime),
660 typeof(global::System.TimeSpan)
661 }, ReturnType = typeof(void))]
662 public global::System.DateTimeOffset AddTicks(long ticks)
663 {
664 throw null;
665 }
666
667 [global::Cpp2ILInjected.Token(Token = "0x6000629")]
668 [global::Cpp2ILInjected.Address(RVA = "0x1C1B520", Offset = "0x1C1B520", Length = "0x12C")]
669 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
670 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
671 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeOffset), Member = "get_UtcDateTime", ReturnType = typeof(global::System.DateTime))]
672 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
673 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 10)]
674 private int System.IComparable.CompareTo(object obj)
675 {
676 throw null;
677 }
678
679 [global::Cpp2ILInjected.Token(Token = "0x600062A")]
680 [global::Cpp2ILInjected.Address(RVA = "0x1C1B64C", Offset = "0x1C1B64C", Length = "0xA8")]
681 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
682 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Linq.JValue", Member = "Compare", MemberParameters = new object[]
683 {
684 "Newtonsoft.Json.Linq.JTokenType",
685 typeof(object),
686 typeof(object)
687 }, ReturnType = typeof(int))]
688 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
689 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeOffset), Member = "get_UtcDateTime", ReturnType = typeof(global::System.DateTime))]
690 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 3)]
691 public int CompareTo(global::System.DateTimeOffset other)
692 {
693 throw null;
694 }
695
696 [global::Cpp2ILInjected.Token(Token = "0x600062B")]
697 [global::Cpp2ILInjected.Address(RVA = "0x1C1B6F4", Offset = "0x1C1B6F4", Length = "0xBC")]
698 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
699 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
700 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeOffset), Member = "get_UtcDateTime", ReturnType = typeof(global::System.DateTime))]
701 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 3)]
702 public override bool Equals(object obj)
703 {
704 throw null;
705 }
706
707 [global::Cpp2ILInjected.Token(Token = "0x600062C")]
708 [global::Cpp2ILInjected.Address(RVA = "0x1C1B7B0", Offset = "0x1C1B7B0", Length = "0x34")]
709 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
710 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
711 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeOffset), Member = "get_UtcDateTime", ReturnType = typeof(global::System.DateTime))]
712 public bool Equals(global::System.DateTimeOffset other)
713 {
714 throw null;
715 }
716
717 [global::Cpp2ILInjected.Token(Token = "0x600062D")]
718 [global::Cpp2ILInjected.Address(RVA = "0x1C1B7E4", Offset = "0x1C1B7E4", Length = "0x74")]
719 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.IO.FileStatus), Member = "GetCreationTime", MemberParameters = new object[]
720 {
721 typeof(global::System.ReadOnlySpan<char>),
722 typeof(bool)
723 }, ReturnType = typeof(global::System.DateTimeOffset))]
724 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.IO.FileStatus), Member = "GetLastAccessTime", MemberParameters = new object[]
725 {
726 typeof(global::System.ReadOnlySpan<char>),
727 typeof(bool)
728 }, ReturnType = typeof(global::System.DateTimeOffset))]
729 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.IO.FileStatus), Member = "GetLastWriteTime", MemberParameters = new object[]
730 {
731 typeof(global::System.ReadOnlySpan<char>),
732 typeof(bool)
733 }, ReturnType = typeof(global::System.DateTimeOffset))]
734 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 3)]
735 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTime), Member = "FromFileTime", MemberParameters = new object[] { typeof(long) }, ReturnType = typeof(global::System.DateTime))]
736 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeOffset), Member = ".ctor", MemberParameters = new object[] { typeof(global::System.DateTime) }, ReturnType = typeof(void))]
737 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
738 public static global::System.DateTimeOffset FromFileTime(long fileTime)
739 {
740 throw null;
741 }
742
743 [global::Cpp2ILInjected.Token(Token = "0x600062E")]
744 [global::Cpp2ILInjected.Address(RVA = "0x1C1B858", Offset = "0x1C1B858", Length = "0x170")]
745 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
746 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.TimeZoneInfo), Member = "TZif_UnixTimeToDateTime", MemberParameters = new object[] { typeof(long) }, ReturnType = typeof(global::System.DateTime))]
747 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.IO.FileStatus), Member = "UnixTimeToDateTimeOffset", MemberParameters = new object[]
748 {
749 typeof(long),
750 typeof(long)
751 }, ReturnType = typeof(global::System.DateTimeOffset))]
752 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
753 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeOffset), Member = ".ctor", MemberParameters = new object[]
754 {
755 typeof(long),
756 typeof(global::System.TimeSpan)
757 }, ReturnType = typeof(void))]
758 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::SR), Member = "Format", MemberParameters = new object[]
759 {
760 typeof(string),
761 typeof(object),
762 typeof(object)
763 }, ReturnType = typeof(string))]
764 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentOutOfRangeException), Member = ".ctor", MemberParameters = new object[]
765 {
766 typeof(string),
767 typeof(string)
768 }, ReturnType = typeof(void))]
769 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 12)]
770 public static global::System.DateTimeOffset FromUnixTimeSeconds(long seconds)
771 {
772 throw null;
773 }
774
775 [global::Cpp2ILInjected.Token(Token = "0x600062F")]
776 [global::Cpp2ILInjected.Address(RVA = "0x1C1B9C8", Offset = "0x1C1B9C8", Length = "0x17C")]
777 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
778 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
779 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.TimeSpan), Member = ".ctor", MemberParameters = new object[]
780 {
781 typeof(int),
782 typeof(int),
783 typeof(int)
784 }, ReturnType = typeof(void))]
785 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeOffset), Member = "ValidateOffset", MemberParameters = new object[] { typeof(global::System.TimeSpan) }, ReturnType = typeof(short))]
786 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeOffset), Member = "get_ClockDateTime", ReturnType = typeof(global::System.DateTime))]
787 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeOffset), Member = "ValidateDate", MemberParameters = new object[]
788 {
789 typeof(global::System.DateTime),
790 typeof(global::System.TimeSpan)
791 }, ReturnType = typeof(global::System.DateTime))]
792 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Runtime.Serialization.SerializationException), Member = ".ctor", MemberParameters = new object[]
793 {
794 typeof(string),
795 typeof(global::System.Exception)
796 }, ReturnType = typeof(void))]
797 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 16)]
799 {
800 throw null;
801 }
802
803 [global::Cpp2ILInjected.Token(Token = "0x6000630")]
804 [global::Cpp2ILInjected.Address(RVA = "0x1C1BB44", Offset = "0x1C1BB44", Length = "0xC8")]
805 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
806 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
807 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Runtime.Serialization.SerializationInfo), Member = "AddValue", MemberParameters = new object[]
808 {
809 typeof(string),
810 typeof(global::System.DateTime)
811 }, ReturnType = typeof(void))]
812 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Runtime.Serialization.SerializationInfo), Member = "AddValue", MemberParameters = new object[]
813 {
814 typeof(string),
815 typeof(short)
816 }, ReturnType = typeof(void))]
817 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentNullException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
818 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 7)]
819 private void System.Runtime.Serialization.ISerializable.GetObjectData(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context)
820 {
821 throw null;
822 }
823
824 [global::Cpp2ILInjected.Token(Token = "0x6000631")]
825 [global::Cpp2ILInjected.Address(RVA = "0x1C1BC0C", Offset = "0x1C1BC0C", Length = "0x1B0")]
826 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
827 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
828 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Type), Member = "GetTypeFromHandle", MemberParameters = new object[] { typeof(global::System.RuntimeTypeHandle) }, ReturnType = typeof(global::System.Type))]
829 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Runtime.Serialization.SerializationInfo), Member = "GetValue", MemberParameters = new object[]
830 {
831 typeof(string),
832 typeof(global::System.Type)
833 }, ReturnType = typeof(object))]
834 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentNullException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
835 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 16)]
836 private DateTimeOffset(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context)
837 {
838 throw null;
839 }
840
841 [global::Cpp2ILInjected.Token(Token = "0x6000632")]
842 [global::Cpp2ILInjected.Address(RVA = "0x1C1BDBC", Offset = "0x1C1BDBC", Length = "0x18")]
843 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
844 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeOffset), Member = "get_UtcDateTime", ReturnType = typeof(global::System.DateTime))]
845 public override int GetHashCode()
846 {
847 throw null;
848 }
849
850 [global::Cpp2ILInjected.Token(Token = "0x6000633")]
851 [global::Cpp2ILInjected.Address(RVA = "0x1C1BDD4", Offset = "0x1C1BDD4", Length = "0x70")]
852 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.DateTimeOffsetConverter", Member = "ConvertFrom", MemberParameters = new object[]
853 {
854 "System.ComponentModel.ITypeDescriptorContext",
855 typeof(global::System.Globalization.CultureInfo),
856 typeof(object)
857 }, ReturnType = typeof(object))]
858 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Linq.JToken", Member = "op_Explicit", MemberParameters = new object[] { "Newtonsoft.Json.Linq.JToken" }, ReturnType = typeof(global::System.DateTimeOffset))]
859 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Linq.JToken", Member = "op_Explicit", MemberParameters = new object[] { "Newtonsoft.Json.Linq.JToken" }, ReturnType = "System.Nullable`1<DateTimeOffset>")]
860 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 4)]
861 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ThrowHelper), Member = "ThrowArgumentNullException", MemberParameters = new object[] { typeof(global::System.ExceptionArgument) }, ReturnType = typeof(void))]
862 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
863 public static global::System.DateTimeOffset Parse(string input, global::System.IFormatProvider formatProvider)
864 {
865 throw null;
866 }
867
868 [global::Cpp2ILInjected.Token(Token = "0x6000634")]
869 [global::Cpp2ILInjected.Address(RVA = "0x1C1BE44", Offset = "0x1C1BE44", Length = "0x16C")]
870 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Converters.IsoDateTimeConverter", Member = "ReadJson", MemberParameters = new object[]
871 {
872 "Newtonsoft.Json.JsonReader",
873 typeof(global::System.Type),
874 typeof(object),
875 "Newtonsoft.Json.JsonSerializer"
876 }, ReturnType = typeof(object))]
877 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
878 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeOffset), Member = "ValidateStyles", MemberParameters = new object[]
879 {
880 typeof(global::System.Globalization.DateTimeStyles),
881 typeof(string)
882 }, ReturnType = typeof(global::System.Globalization.DateTimeStyles))]
883 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ThrowHelper), Member = "ThrowArgumentNullException", MemberParameters = new object[] { typeof(global::System.ExceptionArgument) }, ReturnType = typeof(void))]
884 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "GetRawStringData", ReturnType = typeof(ref char))]
885 [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))]
886 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeParse), Member = "Parse", MemberParameters = new object[]
887 {
888 typeof(global::System.ReadOnlySpan<char>),
889 typeof(global::System.Globalization.DateTimeFormatInfo),
890 typeof(global::System.Globalization.DateTimeStyles),
891 typeof(ref global::System.TimeSpan)
892 }, ReturnType = typeof(global::System.DateTime))]
893 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeOffset), Member = ".ctor", MemberParameters = new object[]
894 {
895 typeof(long),
896 typeof(global::System.TimeSpan)
897 }, ReturnType = typeof(void))]
898 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 8)]
899 public static global::System.DateTimeOffset Parse(string input, global::System.IFormatProvider formatProvider, global::System.Globalization.DateTimeStyles styles)
900 {
901 throw null;
902 }
903
904 [global::Cpp2ILInjected.Token(Token = "0x6000635")]
905 [global::Cpp2ILInjected.Address(RVA = "0x1C1C184", Offset = "0x1C1C184", Length = "0x1D8")]
906 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Converters.IsoDateTimeConverter", Member = "ReadJson", MemberParameters = new object[]
907 {
908 "Newtonsoft.Json.JsonReader",
909 typeof(global::System.Type),
910 typeof(object),
911 "Newtonsoft.Json.JsonSerializer"
912 }, ReturnType = typeof(object))]
913 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
914 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeOffset), Member = "ValidateStyles", MemberParameters = new object[]
915 {
916 typeof(global::System.Globalization.DateTimeStyles),
917 typeof(string)
918 }, ReturnType = typeof(global::System.Globalization.DateTimeStyles))]
919 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "GetRawStringData", ReturnType = typeof(ref char))]
920 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ThrowHelper), Member = "ThrowArgumentNullException", MemberParameters = new object[] { typeof(global::System.ExceptionArgument) }, ReturnType = typeof(void))]
921 [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))]
922 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeParse), Member = "ParseExact", MemberParameters = new object[]
923 {
924 typeof(global::System.ReadOnlySpan<char>),
925 typeof(global::System.ReadOnlySpan<char>),
926 typeof(global::System.Globalization.DateTimeFormatInfo),
927 typeof(global::System.Globalization.DateTimeStyles),
928 typeof(ref global::System.TimeSpan)
929 }, ReturnType = typeof(global::System.DateTime))]
930 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeOffset), Member = ".ctor", MemberParameters = new object[]
931 {
932 typeof(long),
933 typeof(global::System.TimeSpan)
934 }, ReturnType = typeof(void))]
935 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 9)]
936 public static global::System.DateTimeOffset ParseExact(string input, string format, global::System.IFormatProvider formatProvider, global::System.Globalization.DateTimeStyles styles)
937 {
938 throw null;
939 }
940
941 [global::Cpp2ILInjected.Token(Token = "0x6000636")]
942 [global::Cpp2ILInjected.Address(RVA = "0x1C1C4B0", Offset = "0x1C1C4B0", Length = "0x8")]
943 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.IO.FileStatus), Member = "UnixTimeToDateTimeOffset", MemberParameters = new object[]
944 {
945 typeof(long),
946 typeof(long)
947 }, ReturnType = typeof(global::System.DateTimeOffset))]
948 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
949 public global::System.DateTimeOffset ToLocalTime()
950 {
951 throw null;
952 }
953
954 [global::Cpp2ILInjected.Token(Token = "0x6000637")]
955 [global::Cpp2ILInjected.Address(RVA = "0x1C1C4B8", Offset = "0x1C1C4B8", Length = "0x40")]
956 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
957 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeOffset), Member = "get_UtcDateTime", ReturnType = typeof(global::System.DateTime))]
958 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTime), Member = "ToLocalTime", MemberParameters = new object[] { typeof(bool) }, ReturnType = typeof(global::System.DateTime))]
959 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeOffset), Member = ".ctor", MemberParameters = new object[] { typeof(global::System.DateTime) }, ReturnType = typeof(void))]
960 internal global::System.DateTimeOffset ToLocalTime(bool throwOnOverflow)
961 {
962 throw null;
963 }
964
965 [global::Cpp2ILInjected.Token(Token = "0x6000638")]
966 [global::Cpp2ILInjected.Address(RVA = "0x1C1C4F8", Offset = "0x1C1C4F8", Length = "0x98")]
967 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
968 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
969 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeOffset), Member = "get_ClockDateTime", ReturnType = typeof(global::System.DateTime))]
970 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.TimeSpan), Member = ".ctor", MemberParameters = new object[]
971 {
972 typeof(int),
973 typeof(int),
974 typeof(int)
975 }, ReturnType = typeof(void))]
976 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeFormat), Member = "Format", MemberParameters = new object[]
977 {
978 typeof(global::System.DateTime),
979 typeof(string),
980 typeof(global::System.IFormatProvider),
981 typeof(global::System.TimeSpan)
982 }, ReturnType = typeof(string))]
983 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
984 public override string ToString()
985 {
986 throw null;
987 }
988
989 [global::Cpp2ILInjected.Token(Token = "0x6000639")]
990 [global::Cpp2ILInjected.Address(RVA = "0x1C1C858", Offset = "0x1C1C858", Length = "0x9C")]
991 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
992 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.DateTimeOffsetConverter", Member = "ConvertTo", MemberParameters = new object[]
993 {
994 "System.ComponentModel.ITypeDescriptorContext",
995 typeof(global::System.Globalization.CultureInfo),
996 typeof(object),
997 typeof(global::System.Type)
998 }, ReturnType = typeof(object))]
999 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
1000 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeOffset), Member = "get_ClockDateTime", ReturnType = typeof(global::System.DateTime))]
1001 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.TimeSpan), Member = ".ctor", MemberParameters = new object[]
1002 {
1003 typeof(int),
1004 typeof(int),
1005 typeof(int)
1006 }, ReturnType = typeof(void))]
1007 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeFormat), Member = "Format", MemberParameters = new object[]
1008 {
1009 typeof(global::System.DateTime),
1010 typeof(string),
1011 typeof(global::System.IFormatProvider),
1012 typeof(global::System.TimeSpan)
1013 }, ReturnType = typeof(string))]
1014 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
1015 public string ToString(global::System.IFormatProvider formatProvider)
1016 {
1017 throw null;
1018 }
1019
1020 [global::Cpp2ILInjected.Token(Token = "0x600063A")]
1021 [global::Cpp2ILInjected.Address(RVA = "0x1C1C8F4", Offset = "0x1C1C8F4", Length = "0xA8")]
1022 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
1023 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.DateTimeOffsetConverter", Member = "ConvertTo", MemberParameters = new object[]
1024 {
1025 "System.ComponentModel.ITypeDescriptorContext",
1026 typeof(global::System.Globalization.CultureInfo),
1027 typeof(object),
1028 typeof(global::System.Type)
1029 }, ReturnType = typeof(object))]
1030 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.JsonTextWriter", Member = "WriteValue", MemberParameters = new object[] { typeof(global::System.DateTimeOffset) }, ReturnType = typeof(void))]
1031 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Utilities.DateTimeUtils", Member = "WriteDateTimeOffsetString", MemberParameters = new object[]
1032 {
1033 typeof(global::System.IO.TextWriter),
1034 typeof(global::System.DateTimeOffset),
1035 "Newtonsoft.Json.DateFormatHandling",
1036 typeof(string),
1037 typeof(global::System.Globalization.CultureInfo)
1038 }, ReturnType = typeof(void))]
1039 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Converters.IsoDateTimeConverter", Member = "WriteJson", MemberParameters = new object[]
1040 {
1041 "Newtonsoft.Json.JsonWriter",
1042 typeof(object),
1043 "Newtonsoft.Json.JsonSerializer"
1044 }, ReturnType = typeof(void))]
1045 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 4)]
1046 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeOffset), Member = "get_ClockDateTime", ReturnType = typeof(global::System.DateTime))]
1047 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.TimeSpan), Member = ".ctor", MemberParameters = new object[]
1048 {
1049 typeof(int),
1050 typeof(int),
1051 typeof(int)
1052 }, ReturnType = typeof(void))]
1053 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeFormat), Member = "Format", MemberParameters = new object[]
1054 {
1055 typeof(global::System.DateTime),
1056 typeof(string),
1057 typeof(global::System.IFormatProvider),
1058 typeof(global::System.TimeSpan)
1059 }, ReturnType = typeof(string))]
1060 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
1061 public string ToString(string format, global::System.IFormatProvider formatProvider)
1062 {
1063 throw null;
1064 }
1065
1066 [global::Cpp2ILInjected.Token(Token = "0x600063B")]
1067 [global::Cpp2ILInjected.Address(RVA = "0x1C1C99C", Offset = "0x1C1C99C", Length = "0xDC")]
1068 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
1069 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1070 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeOffset), Member = "get_ClockDateTime", ReturnType = typeof(global::System.DateTime))]
1071 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.TimeSpan), Member = ".ctor", MemberParameters = new object[]
1072 {
1073 typeof(int),
1074 typeof(int),
1075 typeof(int)
1076 }, ReturnType = typeof(void))]
1077 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeFormat), Member = "TryFormat", MemberParameters = new object[]
1078 {
1079 typeof(global::System.DateTime),
1080 typeof(global::System.Span<char>),
1081 typeof(ref int),
1082 typeof(global::System.ReadOnlySpan<char>),
1083 typeof(global::System.IFormatProvider),
1084 typeof(global::System.TimeSpan)
1085 }, ReturnType = typeof(bool))]
1086 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
1087 public bool TryFormat(global::System.Span<char> destination, out int charsWritten, global::System.ReadOnlySpan<char> format = default(global::System.ReadOnlySpan<char>), global::System.IFormatProvider formatProvider = null)
1088 {
1089 throw null;
1090 }
1091
1092 [global::Cpp2ILInjected.Token(Token = "0x600063C")]
1093 [global::Cpp2ILInjected.Address(RVA = "0x1C1CC80", Offset = "0x1C1CC80", Length = "0x2C")]
1094 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Converters.IsoDateTimeConverter", Member = "WriteJson", MemberParameters = new object[]
1095 {
1096 "Newtonsoft.Json.JsonWriter",
1097 typeof(object),
1098 "Newtonsoft.Json.JsonSerializer"
1099 }, ReturnType = typeof(void))]
1100 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Converters.JavaScriptDateTimeConverter", Member = "WriteJson", MemberParameters = new object[]
1101 {
1102 "Newtonsoft.Json.JsonWriter",
1103 typeof(object),
1104 "Newtonsoft.Json.JsonSerializer"
1105 }, ReturnType = typeof(void))]
1106 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
1107 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeOffset), Member = "get_UtcDateTime", ReturnType = typeof(global::System.DateTime))]
1108 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeOffset), Member = ".ctor", MemberParameters = new object[] { typeof(global::System.DateTime) }, ReturnType = typeof(void))]
1109 public global::System.DateTimeOffset ToUniversalTime()
1110 {
1111 throw null;
1112 }
1113
1114 [global::Cpp2ILInjected.Token(Token = "0x600063D")]
1115 [global::Cpp2ILInjected.Address(RVA = "0x1C1CCAC", Offset = "0x1C1CCAC", Length = "0x188")]
1116 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
1117 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.JsonReader", Member = "ReadDateTimeOffsetString", MemberParameters = new object[] { typeof(string) }, ReturnType = "System.Nullable`1<DateTimeOffset>")]
1118 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
1119 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeOffset), Member = "ValidateStyles", MemberParameters = new object[]
1120 {
1121 typeof(global::System.Globalization.DateTimeStyles),
1122 typeof(string)
1123 }, ReturnType = typeof(global::System.Globalization.DateTimeStyles))]
1124 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "GetRawStringData", ReturnType = typeof(ref char))]
1125 [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))]
1126 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeParse), Member = "TryParse", MemberParameters = new object[]
1127 {
1128 typeof(global::System.ReadOnlySpan<char>),
1129 typeof(global::System.Globalization.DateTimeFormatInfo),
1130 typeof(global::System.Globalization.DateTimeStyles),
1131 typeof(ref global::System.DateTime),
1132 typeof(ref global::System.TimeSpan)
1133 }, ReturnType = typeof(bool))]
1134 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeOffset), Member = ".ctor", MemberParameters = new object[]
1135 {
1136 typeof(long),
1137 typeof(global::System.TimeSpan)
1138 }, ReturnType = typeof(void))]
1139 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 8)]
1140 public static bool TryParse(string input, global::System.IFormatProvider formatProvider, global::System.Globalization.DateTimeStyles styles, out global::System.DateTimeOffset result)
1141 {
1142 throw null;
1143 }
1144
1145 [global::Cpp2ILInjected.Token(Token = "0x600063E")]
1146 [global::Cpp2ILInjected.Address(RVA = "0x1C1CFA0", Offset = "0x1C1CFA0", Length = "0x1C8")]
1147 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Utilities.DateTimeUtils", Member = "TryParseDateTimeOffset", MemberParameters = new object[]
1148 {
1149 typeof(string),
1150 typeof(string),
1151 typeof(global::System.Globalization.CultureInfo),
1152 typeof(ref global::System.DateTimeOffset)
1153 }, ReturnType = typeof(bool))]
1154 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Utilities.DateTimeUtils", Member = "TryParseDateTimeOffsetExact", MemberParameters = new object[]
1155 {
1156 typeof(string),
1157 typeof(string),
1158 typeof(global::System.Globalization.CultureInfo),
1159 typeof(ref global::System.DateTimeOffset)
1160 }, ReturnType = typeof(bool))]
1161 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
1162 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeOffset), Member = "ValidateStyles", MemberParameters = new object[]
1163 {
1164 typeof(global::System.Globalization.DateTimeStyles),
1165 typeof(string)
1166 }, ReturnType = typeof(global::System.Globalization.DateTimeStyles))]
1167 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "GetRawStringData", ReturnType = typeof(ref char))]
1168 [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))]
1169 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeParse), Member = "TryParseExact", MemberParameters = new object[]
1170 {
1171 typeof(global::System.ReadOnlySpan<char>),
1172 typeof(global::System.ReadOnlySpan<char>),
1173 typeof(global::System.Globalization.DateTimeFormatInfo),
1174 typeof(global::System.Globalization.DateTimeStyles),
1175 typeof(ref global::System.DateTime),
1176 typeof(ref global::System.TimeSpan)
1177 }, ReturnType = typeof(bool))]
1178 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeOffset), Member = ".ctor", MemberParameters = new object[]
1179 {
1180 typeof(long),
1181 typeof(global::System.TimeSpan)
1182 }, ReturnType = typeof(void))]
1183 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 9)]
1184 public static bool TryParseExact(string input, string format, global::System.IFormatProvider formatProvider, global::System.Globalization.DateTimeStyles styles, out global::System.DateTimeOffset result)
1185 {
1186 throw null;
1187 }
1188
1189 [global::Cpp2ILInjected.Token(Token = "0x600063F")]
1190 [global::Cpp2ILInjected.Address(RVA = "0x1C1AAD4", Offset = "0x1C1AAD4", Length = "0x10C")]
1191 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
1192 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeOffset), Member = ".ctor", MemberParameters = new object[]
1193 {
1194 typeof(long),
1195 typeof(global::System.TimeSpan)
1196 }, ReturnType = typeof(void))]
1197 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeOffset), Member = ".ctor", MemberParameters = new object[] { typeof(global::System.DateTime) }, ReturnType = typeof(void))]
1198 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeOffset), Member = ".ctor", MemberParameters = new object[]
1199 {
1200 typeof(global::System.DateTime),
1201 typeof(global::System.TimeSpan)
1202 }, ReturnType = typeof(void))]
1203 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeOffset), Member = ".ctor", MemberParameters = new object[]
1204 {
1205 typeof(int),
1206 typeof(int),
1207 typeof(int),
1208 typeof(int),
1209 typeof(int),
1210 typeof(int),
1211 typeof(global::System.TimeSpan)
1212 }, ReturnType = typeof(void))]
1213 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeOffset), Member = ".ctor", MemberParameters = new object[]
1214 {
1215 typeof(int),
1216 typeof(int),
1217 typeof(int),
1218 typeof(int),
1219 typeof(int),
1220 typeof(int),
1221 typeof(int),
1222 typeof(global::System.TimeSpan)
1223 }, ReturnType = typeof(void))]
1224 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeOffset), Member = ".ctor", MemberParameters = new object[]
1225 {
1226 typeof(int),
1227 typeof(int),
1228 typeof(int),
1229 typeof(int),
1230 typeof(int),
1231 typeof(int),
1232 typeof(int),
1233 typeof(global::System.Globalization.Calendar),
1234 typeof(global::System.TimeSpan)
1235 }, ReturnType = typeof(void))]
1236 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeOffset), Member = "System.Runtime.Serialization.IDeserializationCallback.OnDeserialization", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(void))]
1237 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 7)]
1238 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentException), Member = ".ctor", MemberParameters = new object[]
1239 {
1240 typeof(string),
1241 typeof(string)
1242 }, ReturnType = typeof(void))]
1243 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentOutOfRangeException), Member = ".ctor", MemberParameters = new object[]
1244 {
1245 typeof(string),
1246 typeof(string)
1247 }, ReturnType = typeof(void))]
1248 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 10)]
1249 private static short ValidateOffset(global::System.TimeSpan offset)
1250 {
1251 throw null;
1252 }
1253
1254 [global::Cpp2ILInjected.Token(Token = "0x6000640")]
1255 [global::Cpp2ILInjected.Address(RVA = "0x1C1ABE0", Offset = "0x1C1ABE0", Length = "0xA4")]
1256 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
1257 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeOffset), Member = ".ctor", MemberParameters = new object[]
1258 {
1259 typeof(long),
1260 typeof(global::System.TimeSpan)
1261 }, ReturnType = typeof(void))]
1262 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeOffset), Member = ".ctor", MemberParameters = new object[] { typeof(global::System.DateTime) }, ReturnType = typeof(void))]
1263 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeOffset), Member = ".ctor", MemberParameters = new object[]
1264 {
1265 typeof(global::System.DateTime),
1266 typeof(global::System.TimeSpan)
1267 }, ReturnType = typeof(void))]
1268 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeOffset), Member = ".ctor", MemberParameters = new object[]
1269 {
1270 typeof(int),
1271 typeof(int),
1272 typeof(int),
1273 typeof(int),
1274 typeof(int),
1275 typeof(int),
1276 typeof(global::System.TimeSpan)
1277 }, ReturnType = typeof(void))]
1278 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeOffset), Member = ".ctor", MemberParameters = new object[]
1279 {
1280 typeof(int),
1281 typeof(int),
1282 typeof(int),
1283 typeof(int),
1284 typeof(int),
1285 typeof(int),
1286 typeof(int),
1287 typeof(global::System.TimeSpan)
1288 }, ReturnType = typeof(void))]
1289 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeOffset), Member = ".ctor", MemberParameters = new object[]
1290 {
1291 typeof(int),
1292 typeof(int),
1293 typeof(int),
1294 typeof(int),
1295 typeof(int),
1296 typeof(int),
1297 typeof(int),
1298 typeof(global::System.Globalization.Calendar),
1299 typeof(global::System.TimeSpan)
1300 }, ReturnType = typeof(void))]
1301 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeOffset), Member = "System.Runtime.Serialization.IDeserializationCallback.OnDeserialization", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(void))]
1302 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 7)]
1303 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTime), Member = ".ctor", MemberParameters = new object[]
1304 {
1305 typeof(long),
1306 typeof(global::System.DateTimeKind)
1307 }, ReturnType = typeof(void))]
1308 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentOutOfRangeException), Member = ".ctor", MemberParameters = new object[]
1309 {
1310 typeof(string),
1311 typeof(string)
1312 }, ReturnType = typeof(void))]
1313 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 6)]
1314 private static global::System.DateTime ValidateDate(global::System.DateTime dateTime, global::System.TimeSpan offset)
1315 {
1316 throw null;
1317 }
1318
1319 [global::Cpp2ILInjected.Token(Token = "0x6000641")]
1320 [global::Cpp2ILInjected.Address(RVA = "0x1C1BFB0", Offset = "0x1C1BFB0", Length = "0xCC")]
1321 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
1322 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeOffset), Member = "Parse", MemberParameters = new object[]
1323 {
1324 typeof(string),
1325 typeof(global::System.IFormatProvider),
1326 typeof(global::System.Globalization.DateTimeStyles)
1327 }, ReturnType = typeof(global::System.DateTimeOffset))]
1328 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeOffset), Member = "ParseExact", MemberParameters = new object[]
1329 {
1330 typeof(string),
1331 typeof(string),
1332 typeof(global::System.IFormatProvider),
1333 typeof(global::System.Globalization.DateTimeStyles)
1334 }, ReturnType = typeof(global::System.DateTimeOffset))]
1335 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeOffset), Member = "TryParse", MemberParameters = new object[]
1336 {
1337 typeof(string),
1338 typeof(global::System.IFormatProvider),
1339 typeof(global::System.Globalization.DateTimeStyles),
1340 typeof(ref global::System.DateTimeOffset)
1341 }, ReturnType = typeof(bool))]
1342 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeOffset), Member = "TryParseExact", MemberParameters = new object[]
1343 {
1344 typeof(string),
1345 typeof(string),
1346 typeof(global::System.IFormatProvider),
1347 typeof(global::System.Globalization.DateTimeStyles),
1348 typeof(ref global::System.DateTimeOffset)
1349 }, ReturnType = typeof(bool))]
1350 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 4)]
1351 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentException), Member = ".ctor", MemberParameters = new object[]
1352 {
1353 typeof(string),
1354 typeof(string)
1355 }, ReturnType = typeof(void))]
1356 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 9)]
1357 private static global::System.Globalization.DateTimeStyles ValidateStyles(global::System.Globalization.DateTimeStyles style, string parameterName)
1358 {
1359 throw null;
1360 }
1361
1362 [global::Cpp2ILInjected.Token(Token = "0x6000642")]
1363 [global::Cpp2ILInjected.Address(RVA = "0x1C1D2EC", Offset = "0x1C1D2EC", Length = "0x28")]
1364 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.IO.FileSystem), Member = "GetCreationTime", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(global::System.DateTimeOffset))]
1365 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.IO.FileSystem), Member = "GetLastAccessTime", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(global::System.DateTimeOffset))]
1366 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.IO.FileSystem), Member = "GetLastWriteTime", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(global::System.DateTimeOffset))]
1367 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XmlDateTimeConverter", Member = "ToDateTimeOffset", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(global::System.DateTimeOffset))]
1368 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Utilities.DateTimeUtils", Member = "TryParseDateTimeOffsetMicrosoft", MemberParameters = new object[]
1369 {
1370 "Newtonsoft.Json.Utilities.StringReference",
1371 typeof(ref global::System.DateTimeOffset)
1372 }, ReturnType = typeof(bool))]
1373 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 5)]
1374 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeOffset), Member = ".ctor", MemberParameters = new object[] { typeof(global::System.DateTime) }, ReturnType = typeof(void))]
1375 public static implicit operator global::System.DateTimeOffset(global::System.DateTime dateTime)
1376 {
1377 throw null;
1378 }
1379
1380 [global::Cpp2ILInjected.Token(Token = "0x6000643")]
1381 [global::Cpp2ILInjected.Address(RVA = "0x1C1D314", Offset = "0x1C1D314", Length = "0x84")]
1382 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
1383 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.DateTimeOffsetConverter", Member = "ConvertTo", MemberParameters = new object[]
1384 {
1385 "System.ComponentModel.ITypeDescriptorContext",
1386 typeof(global::System.Globalization.CultureInfo),
1387 typeof(object),
1388 typeof(global::System.Type)
1389 }, ReturnType = typeof(object))]
1390 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
1391 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeOffset), Member = "get_UtcDateTime", ReturnType = typeof(global::System.DateTime))]
1392 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
1393 public static bool operator ==(global::System.DateTimeOffset left, global::System.DateTimeOffset right)
1394 {
1395 throw null;
1396 }
1397
1398 // Note: this type is marked as 'beforefieldinit'.
1399 [global::Cpp2ILInjected.Token(Token = "0x6000644")]
1400 [global::Cpp2ILInjected.Address(RVA = "0x1C1D398", Offset = "0x1C1D398", Length = "0x104")]
1401 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
1402 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1403 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeOffset), Member = ".ctor", MemberParameters = new object[]
1404 {
1405 typeof(long),
1406 typeof(global::System.TimeSpan)
1407 }, ReturnType = typeof(void))]
1408 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 3)]
1410 {
1411 throw null;
1412 }
1413
1414 [global::Cpp2ILInjected.Token(Token = "0x4000257")]
1415 public static readonly global::System.DateTimeOffset MinValue;
1416
1417 [global::Cpp2ILInjected.Token(Token = "0x4000258")]
1418 public static readonly global::System.DateTimeOffset MaxValue;
1419
1420 [global::Cpp2ILInjected.Token(Token = "0x4000259")]
1421 public static readonly global::System.DateTimeOffset UnixEpoch;
1422
1423 [global::Cpp2ILInjected.Token(Token = "0x400025A")]
1424 [global::Cpp2ILInjected.FieldOffset(Offset = "0x0")]
1425 private readonly global::System.DateTime _dateTime;
1426
1427 [global::Cpp2ILInjected.Token(Token = "0x400025B")]
1428 [global::Cpp2ILInjected.FieldOffset(Offset = "0x8")]
1430 }
1431}
class f__AnonymousType0<< Count > j__TPar
int CompareTo(T other)
void GetObjectData(SerializationInfo info, StreamingContext context)
static global::System.DateTimeOffset FromUnixTimeSeconds(long seconds)
static global::System.DateTimeOffset Parse(string input, global::System.IFormatProvider formatProvider, global::System.Globalization.DateTimeStyles styles)
DateTimeOffset(long ticks, global::System.TimeSpan offset)
bool Equals(global::System.DateTimeOffset other)
readonly global::System.DateTime _dateTime
static global::System.DateTimeOffset FromFileTime(long fileTime)
global::System.TimeSpan Offset
string ToString(global::System.IFormatProvider formatProvider)
static global::System.DateTimeOffset ParseExact(string input, string format, global::System.IFormatProvider formatProvider, global::System.Globalization.DateTimeStyles styles)
int CompareTo(global::System.DateTimeOffset other)
DateTimeOffset(int year, int month, int day, int hour, int minute, int second, global::System.TimeSpan offset)
string ToString(string format, global::System.IFormatProvider formatProvider)
DateTimeOffset(global::System.DateTime dateTime, global::System.TimeSpan offset)
bool TryFormat(global::System.Span< char > destination, out int charsWritten, global::System.ReadOnlySpan< char > format=default(global::System.ReadOnlySpan< char >), global::System.IFormatProvider formatProvider=null)
global::System.DateTime DateTime
static global::System.DateTimeOffset Parse(string input, global::System.IFormatProvider formatProvider)
static readonly global::System.DateTimeOffset MaxValue
global::System.DateTimeOffset ToUniversalTime()
global::System.DateTimeOffset AddTicks(long ticks)
static global::System.DateTime ValidateDate(global::System.DateTime dateTime, global::System.TimeSpan offset)
DateTimeOffset(int year, int month, int day, int hour, int minute, int second, int millisecond, global::System.Globalization.Calendar calendar, global::System.TimeSpan offset)
readonly short _offsetMinutes
static bool TryParse(string input, global::System.IFormatProvider formatProvider, global::System.Globalization.DateTimeStyles styles, out global::System.DateTimeOffset result)
override bool Equals(object obj)
global::System.DateTimeOffset ToLocalTime(bool throwOnOverflow)
static short ValidateOffset(global::System.TimeSpan offset)
global::System.DateTimeOffset ToLocalTime()
static readonly global::System.DateTimeOffset UnixEpoch
override int GetHashCode()
static readonly global::System.DateTimeOffset MinValue
DateTimeOffset(int year, int month, int day, int hour, int minute, int second, int millisecond, global::System.TimeSpan offset)
DateTimeOffset(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context)
DateTimeOffset(global::System.DateTime dateTime)
static bool TryParseExact(string input, string format, global::System.IFormatProvider formatProvider, global::System.Globalization.DateTimeStyles styles, out global::System.DateTimeOffset result)
static global::System.Globalization.DateTimeStyles ValidateStyles(global::System.Globalization.DateTimeStyles style, string parameterName)
override string ToString()
DateTime(long ticks)
Definition DateTime.cs:113