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
DateTimeParse.cs
Go to the documentation of this file.
1using System;
4using System.Text;
8
9namespace System
10{
11 [global::Cpp2ILInjected.Token(Token = "0x20000AD")]
12 internal static class DateTimeParse
13 {
14 [global::Cpp2ILInjected.Token(Token = "0x60006AB")]
15 [global::Cpp2ILInjected.Address(RVA = "0x1C18E74", Offset = "0x1C18E74", Length = "0x108")]
16 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
17 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTime), Member = "ParseExact", MemberParameters = new object[]
18 {
19 typeof(string),
20 typeof(string),
21 typeof(global::System.IFormatProvider),
22 typeof(global::System.Globalization.DateTimeStyles)
23 }, ReturnType = typeof(global::System.DateTime))]
24 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
25 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeResult), Member = "Init", MemberParameters = new object[] { typeof(global::System.ReadOnlySpan<char>) }, ReturnType = typeof(void))]
26 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeParse), Member = "TryParseExact", MemberParameters = new object[]
27 {
28 typeof(global::System.ReadOnlySpan<char>),
29 typeof(global::System.ReadOnlySpan<char>),
30 typeof(global::System.Globalization.DateTimeFormatInfo),
31 typeof(global::System.Globalization.DateTimeStyles),
32 typeof(ref global::System.DateTimeResult)
33 }, ReturnType = typeof(bool))]
34 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeParse), Member = "GetDateTimeParseException", MemberParameters = new object[] { typeof(ref global::System.DateTimeResult) }, ReturnType = typeof(global::System.Exception))]
35 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 6)]
36 internal static global::System.DateTime ParseExact(global::System.ReadOnlySpan<char> s, global::System.ReadOnlySpan<char> format, global::System.Globalization.DateTimeFormatInfo dtfi, global::System.Globalization.DateTimeStyles style)
37 {
38 throw null;
39 }
40
41 [global::Cpp2ILInjected.Token(Token = "0x60006AC")]
42 [global::Cpp2ILInjected.Address(RVA = "0x1C1C35C", Offset = "0x1C1C35C", Length = "0x154")]
43 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
44 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeOffset), Member = "ParseExact", MemberParameters = new object[]
45 {
46 typeof(string),
47 typeof(string),
48 typeof(global::System.IFormatProvider),
49 typeof(global::System.Globalization.DateTimeStyles)
50 }, ReturnType = typeof(global::System.DateTimeOffset))]
51 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
52 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeResult), Member = "Init", MemberParameters = new object[] { typeof(global::System.ReadOnlySpan<char>) }, ReturnType = typeof(void))]
53 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeParse), Member = "TryParseExact", MemberParameters = new object[]
54 {
55 typeof(global::System.ReadOnlySpan<char>),
56 typeof(global::System.ReadOnlySpan<char>),
57 typeof(global::System.Globalization.DateTimeFormatInfo),
58 typeof(global::System.Globalization.DateTimeStyles),
59 typeof(ref global::System.DateTimeResult)
60 }, ReturnType = typeof(bool))]
61 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeParse), Member = "GetDateTimeParseException", MemberParameters = new object[] { typeof(ref global::System.DateTimeResult) }, ReturnType = typeof(global::System.Exception))]
62 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 8)]
63 internal static global::System.DateTime ParseExact(global::System.ReadOnlySpan<char> s, global::System.ReadOnlySpan<char> format, global::System.Globalization.DateTimeFormatInfo dtfi, global::System.Globalization.DateTimeStyles style, out global::System.TimeSpan offset)
64 {
65 throw null;
66 }
67
68 [global::Cpp2ILInjected.Token(Token = "0x60006AD")]
69 [global::Cpp2ILInjected.Address(RVA = "0x1C19D1C", Offset = "0x1C19D1C", Length = "0x130")]
70 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
71 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
72 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeResult), Member = "Init", MemberParameters = new object[] { typeof(global::System.ReadOnlySpan<char>) }, ReturnType = typeof(void))]
73 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeParse), Member = "TryParseExact", MemberParameters = new object[]
74 {
75 typeof(global::System.ReadOnlySpan<char>),
76 typeof(global::System.ReadOnlySpan<char>),
77 typeof(global::System.Globalization.DateTimeFormatInfo),
78 typeof(global::System.Globalization.DateTimeStyles),
79 typeof(ref global::System.DateTimeResult)
80 }, ReturnType = typeof(bool))]
81 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
82 internal static bool TryParseExact(global::System.ReadOnlySpan<char> s, global::System.ReadOnlySpan<char> format, global::System.Globalization.DateTimeFormatInfo dtfi, global::System.Globalization.DateTimeStyles style, out global::System.DateTime result)
83 {
84 throw null;
85 }
86
87 [global::Cpp2ILInjected.Token(Token = "0x60006AE")]
88 [global::Cpp2ILInjected.Address(RVA = "0x1C1D168", Offset = "0x1C1D168", Length = "0x184")]
89 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
90 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeOffset), Member = "TryParseExact", MemberParameters = new object[]
91 {
92 typeof(string),
93 typeof(string),
94 typeof(global::System.IFormatProvider),
95 typeof(global::System.Globalization.DateTimeStyles),
96 typeof(ref global::System.DateTimeOffset)
97 }, ReturnType = typeof(bool))]
98 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
99 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeResult), Member = "Init", MemberParameters = new object[] { typeof(global::System.ReadOnlySpan<char>) }, ReturnType = typeof(void))]
100 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeParse), Member = "TryParseExact", MemberParameters = new object[]
101 {
102 typeof(global::System.ReadOnlySpan<char>),
103 typeof(global::System.ReadOnlySpan<char>),
104 typeof(global::System.Globalization.DateTimeFormatInfo),
105 typeof(global::System.Globalization.DateTimeStyles),
106 typeof(ref global::System.DateTimeResult)
107 }, ReturnType = typeof(bool))]
108 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 6)]
109 internal static bool TryParseExact(global::System.ReadOnlySpan<char> s, global::System.ReadOnlySpan<char> format, global::System.Globalization.DateTimeFormatInfo dtfi, global::System.Globalization.DateTimeStyles style, out global::System.DateTime result, out global::System.TimeSpan offset)
110 {
111 throw null;
112 }
113
114 [global::Cpp2ILInjected.Token(Token = "0x60006AF")]
115 [global::Cpp2ILInjected.Address(RVA = "0x1C2272C", Offset = "0x1C2272C", Length = "0x104")]
116 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeParse), Member = "ParseExact", MemberParameters = new object[]
117 {
118 typeof(global::System.ReadOnlySpan<char>),
119 typeof(global::System.ReadOnlySpan<char>),
120 typeof(global::System.Globalization.DateTimeFormatInfo),
121 typeof(global::System.Globalization.DateTimeStyles)
122 }, ReturnType = typeof(global::System.DateTime))]
123 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeParse), Member = "ParseExact", MemberParameters = new object[]
124 {
125 typeof(global::System.ReadOnlySpan<char>),
126 typeof(global::System.ReadOnlySpan<char>),
127 typeof(global::System.Globalization.DateTimeFormatInfo),
128 typeof(global::System.Globalization.DateTimeStyles),
129 typeof(ref global::System.TimeSpan)
130 }, ReturnType = typeof(global::System.DateTime))]
131 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeParse), Member = "TryParseExact", MemberParameters = new object[]
132 {
133 typeof(global::System.ReadOnlySpan<char>),
134 typeof(global::System.ReadOnlySpan<char>),
135 typeof(global::System.Globalization.DateTimeFormatInfo),
136 typeof(global::System.Globalization.DateTimeStyles),
137 typeof(ref global::System.DateTime)
138 }, ReturnType = typeof(bool))]
139 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeParse), Member = "TryParseExact", MemberParameters = new object[]
140 {
141 typeof(global::System.ReadOnlySpan<char>),
142 typeof(global::System.ReadOnlySpan<char>),
143 typeof(global::System.Globalization.DateTimeFormatInfo),
144 typeof(global::System.Globalization.DateTimeStyles),
145 typeof(ref global::System.DateTime),
146 typeof(ref global::System.TimeSpan)
147 }, ReturnType = typeof(bool))]
148 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeParse), Member = "TryParseExactMultiple", MemberParameters = new object[]
149 {
150 typeof(global::System.ReadOnlySpan<char>),
151 typeof(string[]),
152 typeof(global::System.Globalization.DateTimeFormatInfo),
153 typeof(global::System.Globalization.DateTimeStyles),
154 typeof(ref global::System.DateTimeResult)
155 }, ReturnType = typeof(bool))]
156 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 5)]
157 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeParse), Member = "DoStrictParse", MemberParameters = new object[]
158 {
159 typeof(global::System.ReadOnlySpan<char>),
160 typeof(global::System.ReadOnlySpan<char>),
161 typeof(global::System.Globalization.DateTimeStyles),
162 typeof(global::System.Globalization.DateTimeFormatInfo),
163 typeof(ref global::System.DateTimeResult)
164 }, ReturnType = typeof(bool))]
165 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeResult), Member = "SetFailure", MemberParameters = new object[]
166 {
167 typeof(global::System.ParseFailureKind),
168 typeof(string)
169 }, ReturnType = typeof(void))]
170 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeResult), Member = "SetBadFormatSpecifierFailure", ReturnType = typeof(void))]
171 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
172 internal static bool TryParseExact(global::System.ReadOnlySpan<char> s, global::System.ReadOnlySpan<char> format, global::System.Globalization.DateTimeFormatInfo dtfi, global::System.Globalization.DateTimeStyles style, ref global::System.DateTimeResult result)
173 {
174 throw null;
175 }
176
177 [global::Cpp2ILInjected.Token(Token = "0x60006B0")]
178 [global::Cpp2ILInjected.Address(RVA = "0x1C1925C", Offset = "0x1C1925C", Length = "0xF8")]
179 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
180 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
181 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeResult), Member = "Init", MemberParameters = new object[] { typeof(global::System.ReadOnlySpan<char>) }, ReturnType = typeof(void))]
182 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeParse), Member = "TryParseExactMultiple", MemberParameters = new object[]
183 {
184 typeof(global::System.ReadOnlySpan<char>),
185 typeof(string[]),
186 typeof(global::System.Globalization.DateTimeFormatInfo),
187 typeof(global::System.Globalization.DateTimeStyles),
188 typeof(ref global::System.DateTimeResult)
189 }, ReturnType = typeof(bool))]
190 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeParse), Member = "GetDateTimeParseException", MemberParameters = new object[] { typeof(ref global::System.DateTimeResult) }, ReturnType = typeof(global::System.Exception))]
191 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 6)]
192 internal static global::System.DateTime ParseExactMultiple(global::System.ReadOnlySpan<char> s, string[] formats, global::System.Globalization.DateTimeFormatInfo dtfi, global::System.Globalization.DateTimeStyles style)
193 {
194 throw null;
195 }
196
197 [global::Cpp2ILInjected.Token(Token = "0x60006B1")]
198 [global::Cpp2ILInjected.Address(RVA = "0x1C2316C", Offset = "0x1C2316C", Length = "0x250")]
199 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
200 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeParse), Member = "ParseExactMultiple", MemberParameters = new object[]
201 {
202 typeof(global::System.ReadOnlySpan<char>),
203 typeof(string[]),
204 typeof(global::System.Globalization.DateTimeFormatInfo),
205 typeof(global::System.Globalization.DateTimeStyles)
206 }, ReturnType = typeof(global::System.DateTime))]
207 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
208 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeResult), Member = "Init", MemberParameters = new object[] { typeof(global::System.ReadOnlySpan<char>) }, ReturnType = typeof(void))]
209 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "GetRawStringData", ReturnType = typeof(ref char))]
210 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeParse), Member = "TryParseExact", MemberParameters = new object[]
211 {
212 typeof(global::System.ReadOnlySpan<char>),
213 typeof(global::System.ReadOnlySpan<char>),
214 typeof(global::System.Globalization.DateTimeFormatInfo),
215 typeof(global::System.Globalization.DateTimeStyles),
216 typeof(ref global::System.DateTimeResult)
217 }, ReturnType = typeof(bool))]
218 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeResult), Member = "SetBadDateTimeFailure", ReturnType = typeof(void))]
219 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeResult), Member = "SetFailure", MemberParameters = new object[]
220 {
221 typeof(global::System.ParseFailureKind),
222 typeof(string),
223 typeof(object),
224 typeof(string)
225 }, ReturnType = typeof(void))]
226 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeResult), Member = "SetFailure", MemberParameters = new object[]
227 {
228 typeof(global::System.ParseFailureKind),
229 typeof(string)
230 }, ReturnType = typeof(void))]
231 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeResult), Member = "SetBadFormatSpecifierFailure", ReturnType = typeof(void))]
232 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 8)]
233 internal static bool TryParseExactMultiple(global::System.ReadOnlySpan<char> s, string[] formats, global::System.Globalization.DateTimeFormatInfo dtfi, global::System.Globalization.DateTimeStyles style, ref global::System.DateTimeResult result)
234 {
235 throw null;
236 }
237
238 [global::Cpp2ILInjected.Token(Token = "0x60006B2")]
239 [global::Cpp2ILInjected.Address(RVA = "0x1C233BC", Offset = "0x1C233BC", Length = "0x158")]
240 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
241 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeParse), Member = "GetTimeZoneName", MemberParameters = new object[] { typeof(ref global::System.__DTString) }, ReturnType = typeof(bool))]
242 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
243 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ThrowHelper), Member = "ThrowArgumentOutOfRangeException", ReturnType = typeof(void))]
244 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Globalization.CompareInfo), Member = "Compare", MemberParameters = new object[]
245 {
246 typeof(global::System.ReadOnlySpan<char>),
247 typeof(string),
248 typeof(global::System.Globalization.CompareOptions)
249 }, ReturnType = typeof(int))]
250 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(char), Member = "IsLetter", MemberParameters = new object[] { typeof(char) }, ReturnType = typeof(bool))]
251 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.__DTString), Member = "get_Length", ReturnType = typeof(int))]
252 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 5)]
253 private static bool MatchWord(ref global::System.__DTString str, string target)
254 {
255 throw null;
256 }
257
258 [global::Cpp2ILInjected.Token(Token = "0x60006B3")]
259 [global::Cpp2ILInjected.Address(RVA = "0x1C23514", Offset = "0x1C23514", Length = "0xB0")]
260 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeParse), Member = "ParseByFormat", MemberParameters = new object[]
261 {
262 typeof(ref global::System.__DTString),
263 typeof(ref global::System.__DTString),
264 typeof(ref global::System.ParsingInfo),
265 typeof(global::System.Globalization.DateTimeFormatInfo),
266 typeof(ref global::System.DateTimeResult)
267 }, ReturnType = typeof(bool))]
268 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
269 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeParse), Member = "MatchWord", MemberParameters = new object[]
270 {
271 typeof(ref global::System.__DTString),
272 typeof(string)
273 }, ReturnType = typeof(bool))]
274 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 5)]
275 private static bool GetTimeZoneName(ref global::System.__DTString str)
276 {
277 throw null;
278 }
279
280 [global::Cpp2ILInjected.Token(Token = "0x60006B4")]
281 [global::Cpp2ILInjected.Address(RVA = "0x1C235C4", Offset = "0x1C235C4", Length = "0x14")]
282 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
283 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.__DTString), Member = "GetRegularToken", MemberParameters = new object[]
284 {
285 typeof(ref global::System.TokenType),
286 typeof(ref int),
287 typeof(global::System.Globalization.DateTimeFormatInfo)
288 }, ReturnType = typeof(void))]
289 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.__DTString), Member = "GetSeparatorToken", MemberParameters = new object[]
290 {
291 typeof(global::System.Globalization.DateTimeFormatInfo),
292 typeof(ref int),
293 typeof(ref char)
294 }, ReturnType = typeof(global::System.TokenType))]
295 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.__DTString), Member = "GetNextDigit", ReturnType = typeof(bool))]
296 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 3)]
297 internal static bool IsDigit(char ch)
298 {
299 throw null;
300 }
301
302 [global::Cpp2ILInjected.Token(Token = "0x60006B5")]
303 [global::Cpp2ILInjected.Address(RVA = "0x1C235D8", Offset = "0x1C235D8", Length = "0xCC")]
304 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
305 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeParse), Member = "Lex", MemberParameters = new object[]
306 {
307 typeof(global::System.DateTimeParse.DS),
308 typeof(ref global::System.__DTString),
309 typeof(ref global::System.DateTimeToken),
310 typeof(ref global::System.DateTimeRawInfo),
311 typeof(ref global::System.DateTimeResult),
312 typeof(ref global::System.Globalization.DateTimeFormatInfo),
313 typeof(global::System.Globalization.DateTimeStyles)
314 }, ReturnType = typeof(bool))]
315 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeParse), Member = "ParseISO8601", MemberParameters = new object[]
316 {
317 typeof(ref global::System.DateTimeRawInfo),
318 typeof(ref global::System.__DTString),
319 typeof(global::System.Globalization.DateTimeStyles),
320 typeof(ref global::System.DateTimeResult)
321 }, ReturnType = typeof(bool))]
322 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
323 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.__DTString), Member = "GetNext", ReturnType = typeof(bool))]
324 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
325 private static bool ParseFraction(ref global::System.__DTString str, out double result)
326 {
327 throw null;
328 }
329
330 [global::Cpp2ILInjected.Token(Token = "0x60006B6")]
331 [global::Cpp2ILInjected.Address(RVA = "0x1C236A4", Offset = "0x1C236A4", Length = "0x228")]
332 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
333 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeParse), Member = "HandleTimeZone", MemberParameters = new object[]
334 {
335 typeof(ref global::System.__DTString),
336 typeof(ref global::System.DateTimeResult)
337 }, ReturnType = typeof(bool))]
338 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeParse), Member = "Lex", MemberParameters = new object[]
339 {
340 typeof(global::System.DateTimeParse.DS),
341 typeof(ref global::System.__DTString),
342 typeof(ref global::System.DateTimeToken),
343 typeof(ref global::System.DateTimeRawInfo),
344 typeof(ref global::System.DateTimeResult),
345 typeof(ref global::System.Globalization.DateTimeFormatInfo),
346 typeof(global::System.Globalization.DateTimeStyles)
347 }, ReturnType = typeof(bool))]
348 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeParse), Member = "ParseISO8601", MemberParameters = new object[]
349 {
350 typeof(ref global::System.DateTimeRawInfo),
351 typeof(ref global::System.__DTString),
352 typeof(global::System.Globalization.DateTimeStyles),
353 typeof(ref global::System.DateTimeResult)
354 }, ReturnType = typeof(bool))]
355 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 3)]
356 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.__DTString), Member = "GetSubString", ReturnType = typeof(global::System.DTSubString))]
357 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DTSubString), Member = "get_Item", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(char))]
358 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.__DTString), Member = "ConsumeSubString", MemberParameters = new object[] { typeof(global::System.DTSubString) }, ReturnType = typeof(void))]
359 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.TimeSpan), Member = ".ctor", MemberParameters = new object[]
360 {
361 typeof(int),
362 typeof(int),
363 typeof(int)
364 }, ReturnType = typeof(void))]
365 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.TimeSpan), Member = "Negate", ReturnType = typeof(global::System.TimeSpan))]
366 private static bool ParseTimeZone(ref global::System.__DTString str, ref global::System.TimeSpan result)
367 {
368 throw null;
369 }
370
371 [global::Cpp2ILInjected.Token(Token = "0x60006B7")]
372 [global::Cpp2ILInjected.Address(RVA = "0x1C238CC", Offset = "0x1C238CC", Length = "0x14C")]
373 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
374 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeParse), Member = "Lex", MemberParameters = new object[]
375 {
376 typeof(global::System.DateTimeParse.DS),
377 typeof(ref global::System.__DTString),
378 typeof(ref global::System.DateTimeToken),
379 typeof(ref global::System.DateTimeRawInfo),
380 typeof(ref global::System.DateTimeResult),
381 typeof(ref global::System.Globalization.DateTimeFormatInfo),
382 typeof(global::System.Globalization.DateTimeStyles)
383 }, ReturnType = typeof(bool))]
384 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
385 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.__DTString), Member = "get_Length", ReturnType = typeof(int))]
386 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(char), Member = "IsWhiteSpace", MemberParameters = new object[] { typeof(char) }, ReturnType = typeof(bool))]
387 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeParse), Member = "ParseTimeZone", MemberParameters = new object[]
388 {
389 typeof(ref global::System.__DTString),
390 typeof(ref global::System.TimeSpan)
391 }, ReturnType = typeof(bool))]
392 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeResult), Member = "SetBadDateTimeFailure", ReturnType = typeof(void))]
393 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
394 private static bool HandleTimeZone(ref global::System.__DTString str, ref global::System.DateTimeResult result)
395 {
396 throw null;
397 }
398
399 [global::Cpp2ILInjected.Token(Token = "0x60006B8")]
400 [global::Cpp2ILInjected.Address(RVA = "0x1C23A18", Offset = "0x1C23A18", Length = "0xB30")]
401 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
402 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeParse), Member = "TryParse", MemberParameters = new object[]
403 {
404 typeof(global::System.ReadOnlySpan<char>),
405 typeof(global::System.Globalization.DateTimeFormatInfo),
406 typeof(global::System.Globalization.DateTimeStyles),
407 typeof(ref global::System.DateTimeResult)
408 }, ReturnType = typeof(bool))]
409 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
410 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.__DTString), Member = "GetRegularToken", MemberParameters = new object[]
411 {
412 typeof(ref global::System.TokenType),
413 typeof(ref int),
414 typeof(global::System.Globalization.DateTimeFormatInfo)
415 }, ReturnType = typeof(void))]
416 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.__DTString), Member = "get_Length", ReturnType = typeof(int))]
417 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeParse), Member = "ParseFraction", MemberParameters = new object[]
418 {
419 typeof(ref global::System.__DTString),
420 typeof(ref double)
421 }, ReturnType = typeof(bool))]
422 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeParse), Member = "HandleTimeZone", MemberParameters = new object[]
423 {
424 typeof(ref global::System.__DTString),
425 typeof(ref global::System.DateTimeResult)
426 }, ReturnType = typeof(bool))]
427 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.__DTString), Member = "GetSeparatorToken", MemberParameters = new object[]
428 {
429 typeof(global::System.Globalization.DateTimeFormatInfo),
430 typeof(ref int),
431 typeof(ref char)
432 }, ReturnType = typeof(global::System.TokenType))]
433 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeRawInfo), Member = "AddNumber", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(void))]
434 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeParse), Member = "GetTaiwanCalendarDefaultInstance", ReturnType = typeof(global::System.Globalization.Calendar))]
435 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Globalization.DateTimeFormatInfo), Member = "GetTaiwanCalendarDTFI", ReturnType = typeof(global::System.Globalization.DateTimeFormatInfo))]
436 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeParse), Member = "GetJapaneseCalendarDefaultInstance", ReturnType = typeof(global::System.Globalization.Calendar))]
437 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Globalization.DateTimeFormatInfo), Member = "GetJapaneseCalendarDTFI", ReturnType = typeof(global::System.Globalization.DateTimeFormatInfo))]
438 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(char), Member = "IsLetter", MemberParameters = new object[] { typeof(char) }, ReturnType = typeof(bool))]
439 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeResult), Member = "SetFailure", MemberParameters = new object[]
440 {
441 typeof(global::System.ParseFailureKind),
442 typeof(string),
443 typeof(object)
444 }, ReturnType = typeof(void))]
445 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeParse), Member = "ParseTimeZone", MemberParameters = new object[]
446 {
447 typeof(ref global::System.__DTString),
448 typeof(ref global::System.TimeSpan)
449 }, ReturnType = typeof(bool))]
450 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeParse), Member = "VerifyValidPunctuation", MemberParameters = new object[] { typeof(ref global::System.__DTString) }, ReturnType = typeof(bool))]
451 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeResult), Member = "SetBadDateTimeFailure", ReturnType = typeof(void))]
452 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeParse), Member = "ProcessTerminalState", MemberParameters = new object[]
453 {
454 typeof(global::System.DateTimeParse.DS),
455 typeof(ref global::System.__DTString),
456 typeof(ref global::System.DateTimeResult),
457 typeof(ref global::System.Globalization.DateTimeStyles),
458 typeof(ref global::System.DateTimeRawInfo),
459 typeof(global::System.Globalization.DateTimeFormatInfo)
460 }, ReturnType = typeof(bool))]
461 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.PlatformNotSupportedException), Member = ".ctor", ReturnType = typeof(void))]
462 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 47)]
463 private static bool Lex(global::System.DateTimeParse.DS dps, ref global::System.__DTString str, ref global::System.DateTimeToken dtok, ref global::System.DateTimeRawInfo raw, ref global::System.DateTimeResult result, ref global::System.Globalization.DateTimeFormatInfo dtfi, global::System.Globalization.DateTimeStyles styles)
464 {
465 throw null;
466 }
467
468 [global::Cpp2ILInjected.Token(Token = "0x60006B9")]
469 [global::Cpp2ILInjected.Address(RVA = "0x1C2484C", Offset = "0x1C2484C", Length = "0xE8")]
470 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeParse), Member = "Lex", MemberParameters = new object[]
471 {
472 typeof(global::System.DateTimeParse.DS),
473 typeof(ref global::System.__DTString),
474 typeof(ref global::System.DateTimeToken),
475 typeof(ref global::System.DateTimeRawInfo),
476 typeof(ref global::System.DateTimeResult),
477 typeof(ref global::System.Globalization.DateTimeFormatInfo),
478 typeof(global::System.Globalization.DateTimeStyles)
479 }, ReturnType = typeof(bool))]
480 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
481 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Globalization.JapaneseCalendar), Member = "GetDefaultInstance", ReturnType = typeof(global::System.Globalization.Calendar))]
482 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.PlatformNotSupportedException), Member = ".ctor", ReturnType = typeof(void))]
483 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 10)]
484 private static global::System.Globalization.Calendar GetJapaneseCalendarDefaultInstance()
485 {
486 throw null;
487 }
488
489 [global::Cpp2ILInjected.Token(Token = "0x60006BA")]
490 [global::Cpp2ILInjected.Address(RVA = "0x1C24934", Offset = "0x1C24934", Length = "0xE8")]
491 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeParse), Member = "Lex", MemberParameters = new object[]
492 {
493 typeof(global::System.DateTimeParse.DS),
494 typeof(ref global::System.__DTString),
495 typeof(ref global::System.DateTimeToken),
496 typeof(ref global::System.DateTimeRawInfo),
497 typeof(ref global::System.DateTimeResult),
498 typeof(ref global::System.Globalization.DateTimeFormatInfo),
499 typeof(global::System.Globalization.DateTimeStyles)
500 }, ReturnType = typeof(bool))]
501 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
502 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Globalization.TaiwanCalendar), Member = "GetDefaultInstance", ReturnType = typeof(global::System.Globalization.Calendar))]
503 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.PlatformNotSupportedException), Member = ".ctor", ReturnType = typeof(void))]
504 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 10)]
505 internal static global::System.Globalization.Calendar GetTaiwanCalendarDefaultInstance()
506 {
507 throw null;
508 }
509
510 [global::Cpp2ILInjected.Token(Token = "0x60006BB")]
511 [global::Cpp2ILInjected.Address(RVA = "0x1C24A1C", Offset = "0x1C24A1C", Length = "0x160")]
512 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
513 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeParse), Member = "Lex", MemberParameters = new object[]
514 {
515 typeof(global::System.DateTimeParse.DS),
516 typeof(ref global::System.__DTString),
517 typeof(ref global::System.DateTimeToken),
518 typeof(ref global::System.DateTimeRawInfo),
519 typeof(ref global::System.DateTimeResult),
520 typeof(ref global::System.Globalization.DateTimeFormatInfo),
521 typeof(global::System.Globalization.DateTimeStyles)
522 }, ReturnType = typeof(bool))]
523 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeParse), Member = "ParseISO8601", MemberParameters = new object[]
524 {
525 typeof(ref global::System.DateTimeRawInfo),
526 typeof(ref global::System.__DTString),
527 typeof(global::System.Globalization.DateTimeStyles),
528 typeof(ref global::System.DateTimeResult)
529 }, ReturnType = typeof(bool))]
530 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 3)]
531 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.__DTString), Member = "get_Length", ReturnType = typeof(int))]
532 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(char), Member = "IsWhiteSpace", MemberParameters = new object[] { typeof(char) }, ReturnType = typeof(bool))]
533 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.__DTString), Member = "GetNext", ReturnType = typeof(bool))]
534 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
535 private static bool VerifyValidPunctuation(ref global::System.__DTString str)
536 {
537 throw null;
538 }
539
540 [global::Cpp2ILInjected.Token(Token = "0x60006BC")]
541 [global::Cpp2ILInjected.Address(RVA = "0x1C24B7C", Offset = "0x1C24B7C", Length = "0x28C")]
542 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
543 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeParse), Member = "GetDayOfNNN", MemberParameters = new object[]
544 {
545 typeof(ref global::System.DateTimeResult),
546 typeof(ref global::System.DateTimeRawInfo),
547 typeof(global::System.Globalization.DateTimeFormatInfo)
548 }, ReturnType = typeof(bool))]
549 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeParse), Member = "GetDayOfMNN", MemberParameters = new object[]
550 {
551 typeof(ref global::System.DateTimeResult),
552 typeof(ref global::System.DateTimeRawInfo),
553 typeof(global::System.Globalization.DateTimeFormatInfo)
554 }, ReturnType = typeof(bool))]
555 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeParse), Member = "GetDayOfYNN", MemberParameters = new object[]
556 {
557 typeof(ref global::System.DateTimeResult),
558 typeof(ref global::System.DateTimeRawInfo),
559 typeof(global::System.Globalization.DateTimeFormatInfo)
560 }, ReturnType = typeof(bool))]
561 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeParse), Member = "GetDayOfNNY", MemberParameters = new object[]
562 {
563 typeof(ref global::System.DateTimeResult),
564 typeof(ref global::System.DateTimeRawInfo),
565 typeof(global::System.Globalization.DateTimeFormatInfo)
566 }, ReturnType = typeof(bool))]
567 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeParse), Member = "GetDateOfNNDS", MemberParameters = new object[]
568 {
569 typeof(ref global::System.DateTimeResult),
570 typeof(ref global::System.DateTimeRawInfo),
571 typeof(global::System.Globalization.DateTimeFormatInfo)
572 }, ReturnType = typeof(bool))]
573 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 5)]
574 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "get_Chars", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(char))]
575 private static bool GetYearMonthDayOrder(string datePattern, global::System.Globalization.DateTimeFormatInfo dtfi, out int order)
576 {
577 throw null;
578 }
579
580 [global::Cpp2ILInjected.Token(Token = "0x60006BD")]
581 [global::Cpp2ILInjected.Address(RVA = "0x1C24E08", Offset = "0x1C24E08", Length = "0x1A4")]
582 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
583 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeParse), Member = "GetDayOfMN", MemberParameters = new object[]
584 {
585 typeof(ref global::System.DateTimeResult),
586 typeof(ref global::System.Globalization.DateTimeStyles),
587 typeof(ref global::System.DateTimeRawInfo),
588 typeof(global::System.Globalization.DateTimeFormatInfo)
589 }, ReturnType = typeof(bool))]
590 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeParse), Member = "GetDayOfNM", MemberParameters = new object[]
591 {
592 typeof(ref global::System.DateTimeResult),
593 typeof(ref global::System.Globalization.DateTimeStyles),
594 typeof(ref global::System.DateTimeRawInfo),
595 typeof(global::System.Globalization.DateTimeFormatInfo)
596 }, ReturnType = typeof(bool))]
597 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
598 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "get_Chars", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(char))]
599 private static bool GetYearMonthOrder(string pattern, global::System.Globalization.DateTimeFormatInfo dtfi, out int order)
600 {
601 throw null;
602 }
603
604 [global::Cpp2ILInjected.Token(Token = "0x60006BE")]
605 [global::Cpp2ILInjected.Address(RVA = "0x1C24FAC", Offset = "0x1C24FAC", Length = "0x1E8")]
606 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
607 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeParse), Member = "GetDayOfNN", MemberParameters = new object[]
608 {
609 typeof(ref global::System.DateTimeResult),
610 typeof(ref global::System.Globalization.DateTimeStyles),
611 typeof(ref global::System.DateTimeRawInfo),
612 typeof(global::System.Globalization.DateTimeFormatInfo)
613 }, ReturnType = typeof(bool))]
614 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeParse), Member = "GetDayOfMN", MemberParameters = new object[]
615 {
616 typeof(ref global::System.DateTimeResult),
617 typeof(ref global::System.Globalization.DateTimeStyles),
618 typeof(ref global::System.DateTimeRawInfo),
619 typeof(global::System.Globalization.DateTimeFormatInfo)
620 }, ReturnType = typeof(bool))]
621 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeParse), Member = "GetHebrewDayOfNM", MemberParameters = new object[]
622 {
623 typeof(ref global::System.DateTimeResult),
624 typeof(ref global::System.DateTimeRawInfo),
625 typeof(global::System.Globalization.DateTimeFormatInfo)
626 }, ReturnType = typeof(bool))]
627 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeParse), Member = "GetDayOfNM", MemberParameters = new object[]
628 {
629 typeof(ref global::System.DateTimeResult),
630 typeof(ref global::System.Globalization.DateTimeStyles),
631 typeof(ref global::System.DateTimeRawInfo),
632 typeof(global::System.Globalization.DateTimeFormatInfo)
633 }, ReturnType = typeof(bool))]
634 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 4)]
635 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "get_Chars", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(char))]
636 private static bool GetMonthDayOrder(string pattern, global::System.Globalization.DateTimeFormatInfo dtfi, out int order)
637 {
638 throw null;
639 }
640
641 [global::Cpp2ILInjected.Token(Token = "0x60006BF")]
642 [global::Cpp2ILInjected.Address(RVA = "0x1C25194", Offset = "0x1C25194", Length = "0xB8")]
643 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
644 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeParse), Member = "GetDayOfNNN", MemberParameters = new object[]
645 {
646 typeof(ref global::System.DateTimeResult),
647 typeof(ref global::System.DateTimeRawInfo),
648 typeof(global::System.Globalization.DateTimeFormatInfo)
649 }, ReturnType = typeof(bool))]
650 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeParse), Member = "GetDayOfMN", MemberParameters = new object[]
651 {
652 typeof(ref global::System.DateTimeResult),
653 typeof(ref global::System.Globalization.DateTimeStyles),
654 typeof(ref global::System.DateTimeRawInfo),
655 typeof(global::System.Globalization.DateTimeFormatInfo)
656 }, ReturnType = typeof(bool))]
657 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeParse), Member = "GetDayOfNM", MemberParameters = new object[]
658 {
659 typeof(ref global::System.DateTimeResult),
660 typeof(ref global::System.Globalization.DateTimeStyles),
661 typeof(ref global::System.DateTimeRawInfo),
662 typeof(global::System.Globalization.DateTimeFormatInfo)
663 }, ReturnType = typeof(bool))]
664 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeParse), Member = "GetDayOfMNN", MemberParameters = new object[]
665 {
666 typeof(ref global::System.DateTimeResult),
667 typeof(ref global::System.DateTimeRawInfo),
668 typeof(global::System.Globalization.DateTimeFormatInfo)
669 }, ReturnType = typeof(bool))]
670 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeParse), Member = "GetDateOfNDS", MemberParameters = new object[]
671 {
672 typeof(ref global::System.DateTimeResult),
673 typeof(ref global::System.DateTimeRawInfo)
674 }, ReturnType = typeof(bool))]
675 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeParse), Member = "GetDateOfNNDS", MemberParameters = new object[]
676 {
677 typeof(ref global::System.DateTimeResult),
678 typeof(ref global::System.DateTimeRawInfo),
679 typeof(global::System.Globalization.DateTimeFormatInfo)
680 }, ReturnType = typeof(bool))]
681 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 14)]
682 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 9)]
683 private static bool TryAdjustYear(ref global::System.DateTimeResult result, int year, out int adjustedYear)
684 {
685 throw null;
686 }
687
688 [global::Cpp2ILInjected.Token(Token = "0x60006C0")]
689 [global::Cpp2ILInjected.Address(RVA = "0x1C2524C", Offset = "0x1C2524C", Length = "0x6C")]
690 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
691 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeParse), Member = "SetDateMDY", MemberParameters = new object[]
692 {
693 typeof(ref global::System.DateTimeResult),
694 typeof(int),
695 typeof(int),
696 typeof(int)
697 }, ReturnType = typeof(bool))]
698 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeParse), Member = "SetDateDMY", MemberParameters = new object[]
699 {
700 typeof(ref global::System.DateTimeResult),
701 typeof(int),
702 typeof(int),
703 typeof(int)
704 }, ReturnType = typeof(bool))]
705 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeParse), Member = "SetDateYDM", MemberParameters = new object[]
706 {
707 typeof(ref global::System.DateTimeResult),
708 typeof(int),
709 typeof(int),
710 typeof(int)
711 }, ReturnType = typeof(bool))]
712 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeParse), Member = "GetDayOfNN", MemberParameters = new object[]
713 {
714 typeof(ref global::System.DateTimeResult),
715 typeof(ref global::System.Globalization.DateTimeStyles),
716 typeof(ref global::System.DateTimeRawInfo),
717 typeof(global::System.Globalization.DateTimeFormatInfo)
718 }, ReturnType = typeof(bool))]
719 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeParse), Member = "GetDayOfNNN", MemberParameters = new object[]
720 {
721 typeof(ref global::System.DateTimeResult),
722 typeof(ref global::System.DateTimeRawInfo),
723 typeof(global::System.Globalization.DateTimeFormatInfo)
724 }, ReturnType = typeof(bool))]
725 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeParse), Member = "GetDayOfMN", MemberParameters = new object[]
726 {
727 typeof(ref global::System.DateTimeResult),
728 typeof(ref global::System.Globalization.DateTimeStyles),
729 typeof(ref global::System.DateTimeRawInfo),
730 typeof(global::System.Globalization.DateTimeFormatInfo)
731 }, ReturnType = typeof(bool))]
732 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeParse), Member = "GetDayOfNM", MemberParameters = new object[]
733 {
734 typeof(ref global::System.DateTimeResult),
735 typeof(ref global::System.Globalization.DateTimeStyles),
736 typeof(ref global::System.DateTimeRawInfo),
737 typeof(global::System.Globalization.DateTimeFormatInfo)
738 }, ReturnType = typeof(bool))]
739 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeParse), Member = "GetDayOfYNN", MemberParameters = new object[]
740 {
741 typeof(ref global::System.DateTimeResult),
742 typeof(ref global::System.DateTimeRawInfo),
743 typeof(global::System.Globalization.DateTimeFormatInfo)
744 }, ReturnType = typeof(bool))]
745 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeParse), Member = "GetDayOfNNY", MemberParameters = new object[]
746 {
747 typeof(ref global::System.DateTimeResult),
748 typeof(ref global::System.DateTimeRawInfo),
749 typeof(global::System.Globalization.DateTimeFormatInfo)
750 }, ReturnType = typeof(bool))]
751 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeParse), Member = "GetDayOfYMN", MemberParameters = new object[]
752 {
753 typeof(ref global::System.DateTimeResult),
754 typeof(ref global::System.DateTimeRawInfo)
755 }, ReturnType = typeof(bool))]
756 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeParse), Member = "GetDayOfYN", MemberParameters = new object[]
757 {
758 typeof(ref global::System.DateTimeResult),
759 typeof(ref global::System.DateTimeRawInfo)
760 }, ReturnType = typeof(bool))]
761 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeParse), Member = "GetDayOfYM", MemberParameters = new object[]
762 {
763 typeof(ref global::System.DateTimeResult),
764 typeof(ref global::System.DateTimeRawInfo)
765 }, ReturnType = typeof(bool))]
766 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeParse), Member = "GetDateOfNNDS", MemberParameters = new object[]
767 {
768 typeof(ref global::System.DateTimeResult),
769 typeof(ref global::System.DateTimeRawInfo),
770 typeof(global::System.Globalization.DateTimeFormatInfo)
771 }, ReturnType = typeof(bool))]
772 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 15)]
773 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeResult), Member = "SetDate", MemberParameters = new object[]
774 {
775 typeof(int),
776 typeof(int),
777 typeof(int)
778 }, ReturnType = typeof(void))]
779 private static bool SetDateYMD(ref global::System.DateTimeResult result, int year, int month, int day)
780 {
781 throw null;
782 }
783
784 [global::Cpp2ILInjected.Token(Token = "0x60006C1")]
785 [global::Cpp2ILInjected.Address(RVA = "0x1C252B8", Offset = "0x1C252B8", Length = "0x7C")]
786 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeParse), Member = "GetDayOfNNN", MemberParameters = new object[]
787 {
788 typeof(ref global::System.DateTimeResult),
789 typeof(ref global::System.DateTimeRawInfo),
790 typeof(global::System.Globalization.DateTimeFormatInfo)
791 }, ReturnType = typeof(bool))]
792 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
793 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeParse), Member = "SetDateYMD", MemberParameters = new object[]
794 {
795 typeof(ref global::System.DateTimeResult),
796 typeof(int),
797 typeof(int),
798 typeof(int)
799 }, ReturnType = typeof(bool))]
800 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
801 private static bool SetDateMDY(ref global::System.DateTimeResult result, int month, int day, int year)
802 {
803 throw null;
804 }
805
806 [global::Cpp2ILInjected.Token(Token = "0x60006C2")]
807 [global::Cpp2ILInjected.Address(RVA = "0x1C25334", Offset = "0x1C25334", Length = "0x7C")]
808 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeParse), Member = "GetDayOfNNN", MemberParameters = new object[]
809 {
810 typeof(ref global::System.DateTimeResult),
811 typeof(ref global::System.DateTimeRawInfo),
812 typeof(global::System.Globalization.DateTimeFormatInfo)
813 }, ReturnType = typeof(bool))]
814 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
815 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeParse), Member = "SetDateYMD", MemberParameters = new object[]
816 {
817 typeof(ref global::System.DateTimeResult),
818 typeof(int),
819 typeof(int),
820 typeof(int)
821 }, ReturnType = typeof(bool))]
822 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
823 private static bool SetDateDMY(ref global::System.DateTimeResult result, int day, int month, int year)
824 {
825 throw null;
826 }
827
828 [global::Cpp2ILInjected.Token(Token = "0x60006C3")]
829 [global::Cpp2ILInjected.Address(RVA = "0x1C253B0", Offset = "0x1C253B0", Length = "0x7C")]
830 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeParse), Member = "GetDayOfNNN", MemberParameters = new object[]
831 {
832 typeof(ref global::System.DateTimeResult),
833 typeof(ref global::System.DateTimeRawInfo),
834 typeof(global::System.Globalization.DateTimeFormatInfo)
835 }, ReturnType = typeof(bool))]
836 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
837 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeParse), Member = "SetDateYMD", MemberParameters = new object[]
838 {
839 typeof(ref global::System.DateTimeResult),
840 typeof(int),
841 typeof(int),
842 typeof(int)
843 }, ReturnType = typeof(bool))]
844 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
845 private static bool SetDateYDM(ref global::System.DateTimeResult result, int year, int day, int month)
846 {
847 throw null;
848 }
849
850 [global::Cpp2ILInjected.Token(Token = "0x60006C4")]
851 [global::Cpp2ILInjected.Address(RVA = "0x1C2542C", Offset = "0x1C2542C", Length = "0x94")]
852 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
853 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeParse), Member = "GetDayOfNN", MemberParameters = new object[]
854 {
855 typeof(ref global::System.DateTimeResult),
856 typeof(ref global::System.Globalization.DateTimeStyles),
857 typeof(ref global::System.DateTimeRawInfo),
858 typeof(global::System.Globalization.DateTimeFormatInfo)
859 }, ReturnType = typeof(bool))]
860 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeParse), Member = "GetDayOfMN", MemberParameters = new object[]
861 {
862 typeof(ref global::System.DateTimeResult),
863 typeof(ref global::System.Globalization.DateTimeStyles),
864 typeof(ref global::System.DateTimeRawInfo),
865 typeof(global::System.Globalization.DateTimeFormatInfo)
866 }, ReturnType = typeof(bool))]
867 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeParse), Member = "GetDayOfNM", MemberParameters = new object[]
868 {
869 typeof(ref global::System.DateTimeResult),
870 typeof(ref global::System.Globalization.DateTimeStyles),
871 typeof(ref global::System.DateTimeRawInfo),
872 typeof(global::System.Globalization.DateTimeFormatInfo)
873 }, ReturnType = typeof(bool))]
874 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeParse), Member = "ProcessHebrewTerminalState", MemberParameters = new object[]
875 {
876 typeof(global::System.DateTimeParse.DS),
877 typeof(ref global::System.__DTString),
878 typeof(ref global::System.DateTimeResult),
879 typeof(ref global::System.Globalization.DateTimeStyles),
880 typeof(ref global::System.DateTimeRawInfo),
881 typeof(global::System.Globalization.DateTimeFormatInfo)
882 }, ReturnType = typeof(bool))]
883 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 4)]
884 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeParse), Member = "GetDateTimeNow", MemberParameters = new object[]
885 {
886 typeof(ref global::System.DateTimeResult),
887 typeof(ref global::System.Globalization.DateTimeStyles)
888 }, ReturnType = typeof(global::System.DateTime))]
889 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
890 private static void GetDefaultYear(ref global::System.DateTimeResult result, ref global::System.Globalization.DateTimeStyles styles)
891 {
892 throw null;
893 }
894
895 [global::Cpp2ILInjected.Token(Token = "0x60006C5")]
896 [global::Cpp2ILInjected.Address(RVA = "0x1C25588", Offset = "0x1C25588", Length = "0x16C")]
897 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
898 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeParse), Member = "ProcessTerminalState", MemberParameters = new object[]
899 {
900 typeof(global::System.DateTimeParse.DS),
901 typeof(ref global::System.__DTString),
902 typeof(ref global::System.DateTimeResult),
903 typeof(ref global::System.Globalization.DateTimeStyles),
904 typeof(ref global::System.DateTimeRawInfo),
905 typeof(global::System.Globalization.DateTimeFormatInfo)
906 }, ReturnType = typeof(bool))]
907 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
908 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeRawInfo), Member = "GetNumber", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(int))]
909 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeParse), Member = "GetDefaultYear", MemberParameters = new object[]
910 {
911 typeof(ref global::System.DateTimeResult),
912 typeof(ref global::System.Globalization.DateTimeStyles)
913 }, ReturnType = typeof(void))]
914 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Globalization.DateTimeFormatInfo), Member = "get_MonthDayPattern", ReturnType = typeof(string))]
915 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeParse), Member = "GetMonthDayOrder", MemberParameters = new object[]
916 {
917 typeof(string),
918 typeof(global::System.Globalization.DateTimeFormatInfo),
919 typeof(ref int)
920 }, ReturnType = typeof(bool))]
921 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeResult), Member = "SetFailure", MemberParameters = new object[]
922 {
923 typeof(global::System.ParseFailureKind),
924 typeof(string),
925 typeof(object)
926 }, ReturnType = typeof(void))]
927 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeParse), Member = "SetDateYMD", MemberParameters = new object[]
928 {
929 typeof(ref global::System.DateTimeResult),
930 typeof(int),
931 typeof(int),
932 typeof(int)
933 }, ReturnType = typeof(bool))]
934 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeResult), Member = "SetBadDateTimeFailure", ReturnType = typeof(void))]
935 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
936 private static bool GetDayOfNN(ref global::System.DateTimeResult result, ref global::System.Globalization.DateTimeStyles styles, ref global::System.DateTimeRawInfo raw, global::System.Globalization.DateTimeFormatInfo dtfi)
937 {
938 throw null;
939 }
940
941 [global::Cpp2ILInjected.Token(Token = "0x60006C6")]
942 [global::Cpp2ILInjected.Address(RVA = "0x1C256F4", Offset = "0x1C256F4", Length = "0x2AC")]
943 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
944 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeParse), Member = "ProcessTerminalState", MemberParameters = new object[]
945 {
946 typeof(global::System.DateTimeParse.DS),
947 typeof(ref global::System.__DTString),
948 typeof(ref global::System.DateTimeResult),
949 typeof(ref global::System.Globalization.DateTimeStyles),
950 typeof(ref global::System.DateTimeRawInfo),
951 typeof(global::System.Globalization.DateTimeFormatInfo)
952 }, ReturnType = typeof(bool))]
953 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
954 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeRawInfo), Member = "GetNumber", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(int))]
955 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Globalization.DateTimeFormatInfo), Member = "get_ShortDatePattern", ReturnType = typeof(string))]
956 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeParse), Member = "GetYearMonthDayOrder", MemberParameters = new object[]
957 {
958 typeof(string),
959 typeof(global::System.Globalization.DateTimeFormatInfo),
960 typeof(ref int)
961 }, ReturnType = typeof(bool))]
962 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeParse), Member = "TryAdjustYear", MemberParameters = new object[]
963 {
964 typeof(ref global::System.DateTimeResult),
965 typeof(int),
966 typeof(ref int)
967 }, ReturnType = typeof(bool))]
968 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeParse), Member = "SetDateYMD", MemberParameters = new object[]
969 {
970 typeof(ref global::System.DateTimeResult),
971 typeof(int),
972 typeof(int),
973 typeof(int)
974 }, ReturnType = typeof(bool))]
975 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeResult), Member = "SetFailure", MemberParameters = new object[]
976 {
977 typeof(global::System.ParseFailureKind),
978 typeof(string),
979 typeof(object)
980 }, ReturnType = typeof(void))]
981 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeParse), Member = "SetDateMDY", MemberParameters = new object[]
982 {
983 typeof(ref global::System.DateTimeResult),
984 typeof(int),
985 typeof(int),
986 typeof(int)
987 }, ReturnType = typeof(bool))]
988 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeParse), Member = "SetDateDMY", MemberParameters = new object[]
989 {
990 typeof(ref global::System.DateTimeResult),
991 typeof(int),
992 typeof(int),
993 typeof(int)
994 }, ReturnType = typeof(bool))]
995 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeParse), Member = "SetDateYDM", MemberParameters = new object[]
996 {
997 typeof(ref global::System.DateTimeResult),
998 typeof(int),
999 typeof(int),
1000 typeof(int)
1001 }, ReturnType = typeof(bool))]
1002 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeResult), Member = "SetBadDateTimeFailure", ReturnType = typeof(void))]
1003 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 12)]
1004 private static bool GetDayOfNNN(ref global::System.DateTimeResult result, ref global::System.DateTimeRawInfo raw, global::System.Globalization.DateTimeFormatInfo dtfi)
1005 {
1006 throw null;
1007 }
1008
1009 [global::Cpp2ILInjected.Token(Token = "0x60006C7")]
1010 [global::Cpp2ILInjected.Address(RVA = "0x1C259A0", Offset = "0x1C259A0", Length = "0x21C")]
1011 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
1012 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeParse), Member = "ProcessTerminalState", MemberParameters = new object[]
1013 {
1014 typeof(global::System.DateTimeParse.DS),
1015 typeof(ref global::System.__DTString),
1016 typeof(ref global::System.DateTimeResult),
1017 typeof(ref global::System.Globalization.DateTimeStyles),
1018 typeof(ref global::System.DateTimeRawInfo),
1019 typeof(global::System.Globalization.DateTimeFormatInfo)
1020 }, ReturnType = typeof(bool))]
1021 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
1022 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Globalization.DateTimeFormatInfo), Member = "get_MonthDayPattern", ReturnType = typeof(string))]
1023 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeParse), Member = "GetMonthDayOrder", MemberParameters = new object[]
1024 {
1025 typeof(string),
1026 typeof(global::System.Globalization.DateTimeFormatInfo),
1027 typeof(ref int)
1028 }, ReturnType = typeof(bool))]
1029 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Globalization.DateTimeFormatInfo), Member = "get_YearMonthPattern", ReturnType = typeof(string))]
1030 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeParse), Member = "GetYearMonthOrder", MemberParameters = new object[]
1031 {
1032 typeof(string),
1033 typeof(global::System.Globalization.DateTimeFormatInfo),
1034 typeof(ref int)
1035 }, ReturnType = typeof(bool))]
1036 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeRawInfo), Member = "GetNumber", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(int))]
1037 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeParse), Member = "TryAdjustYear", MemberParameters = new object[]
1038 {
1039 typeof(ref global::System.DateTimeResult),
1040 typeof(int),
1041 typeof(ref int)
1042 }, ReturnType = typeof(bool))]
1043 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeParse), Member = "SetDateYMD", MemberParameters = new object[]
1044 {
1045 typeof(ref global::System.DateTimeResult),
1046 typeof(int),
1047 typeof(int),
1048 typeof(int)
1049 }, ReturnType = typeof(bool))]
1050 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeResult), Member = "SetFailure", MemberParameters = new object[]
1051 {
1052 typeof(global::System.ParseFailureKind),
1053 typeof(string),
1054 typeof(object)
1055 }, ReturnType = typeof(void))]
1056 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeParse), Member = "GetDefaultYear", MemberParameters = new object[]
1057 {
1058 typeof(ref global::System.DateTimeResult),
1059 typeof(ref global::System.Globalization.DateTimeStyles)
1060 }, ReturnType = typeof(void))]
1061 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeResult), Member = "SetBadDateTimeFailure", ReturnType = typeof(void))]
1062 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 7)]
1063 private static bool GetDayOfMN(ref global::System.DateTimeResult result, ref global::System.Globalization.DateTimeStyles styles, ref global::System.DateTimeRawInfo raw, global::System.Globalization.DateTimeFormatInfo dtfi)
1064 {
1065 throw null;
1066 }
1067
1068 [global::Cpp2ILInjected.Token(Token = "0x60006C8")]
1069 [global::Cpp2ILInjected.Address(RVA = "0x1C25BBC", Offset = "0x1C25BBC", Length = "0x150")]
1070 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
1071 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeParse), Member = "ProcessHebrewTerminalState", MemberParameters = new object[]
1072 {
1073 typeof(global::System.DateTimeParse.DS),
1074 typeof(ref global::System.__DTString),
1075 typeof(ref global::System.DateTimeResult),
1076 typeof(ref global::System.Globalization.DateTimeStyles),
1077 typeof(ref global::System.DateTimeRawInfo),
1078 typeof(global::System.Globalization.DateTimeFormatInfo)
1079 }, ReturnType = typeof(bool))]
1080 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
1081 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Globalization.DateTimeFormatInfo), Member = "get_MonthDayPattern", ReturnType = typeof(string))]
1082 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeParse), Member = "GetMonthDayOrder", MemberParameters = new object[]
1083 {
1084 typeof(string),
1085 typeof(global::System.Globalization.DateTimeFormatInfo),
1086 typeof(ref int)
1087 }, ReturnType = typeof(bool))]
1088 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeRawInfo), Member = "GetNumber", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(int))]
1089 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeResult), Member = "SetFailure", MemberParameters = new object[]
1090 {
1091 typeof(global::System.ParseFailureKind),
1092 typeof(string),
1093 typeof(object)
1094 }, ReturnType = typeof(void))]
1095 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeResult), Member = "SetBadDateTimeFailure", ReturnType = typeof(void))]
1096 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 3)]
1097 private static bool GetHebrewDayOfNM(ref global::System.DateTimeResult result, ref global::System.DateTimeRawInfo raw, global::System.Globalization.DateTimeFormatInfo dtfi)
1098 {
1099 throw null;
1100 }
1101
1102 [global::Cpp2ILInjected.Token(Token = "0x60006C9")]
1103 [global::Cpp2ILInjected.Address(RVA = "0x1C25D0C", Offset = "0x1C25D0C", Length = "0x21C")]
1104 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
1105 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeParse), Member = "ProcessTerminalState", MemberParameters = new object[]
1106 {
1107 typeof(global::System.DateTimeParse.DS),
1108 typeof(ref global::System.__DTString),
1109 typeof(ref global::System.DateTimeResult),
1110 typeof(ref global::System.Globalization.DateTimeStyles),
1111 typeof(ref global::System.DateTimeRawInfo),
1112 typeof(global::System.Globalization.DateTimeFormatInfo)
1113 }, ReturnType = typeof(bool))]
1114 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
1115 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Globalization.DateTimeFormatInfo), Member = "get_MonthDayPattern", ReturnType = typeof(string))]
1116 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeParse), Member = "GetMonthDayOrder", MemberParameters = new object[]
1117 {
1118 typeof(string),
1119 typeof(global::System.Globalization.DateTimeFormatInfo),
1120 typeof(ref int)
1121 }, ReturnType = typeof(bool))]
1122 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Globalization.DateTimeFormatInfo), Member = "get_YearMonthPattern", ReturnType = typeof(string))]
1123 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeParse), Member = "GetYearMonthOrder", MemberParameters = new object[]
1124 {
1125 typeof(string),
1126 typeof(global::System.Globalization.DateTimeFormatInfo),
1127 typeof(ref int)
1128 }, ReturnType = typeof(bool))]
1129 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeRawInfo), Member = "GetNumber", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(int))]
1130 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeParse), Member = "TryAdjustYear", MemberParameters = new object[]
1131 {
1132 typeof(ref global::System.DateTimeResult),
1133 typeof(int),
1134 typeof(ref int)
1135 }, ReturnType = typeof(bool))]
1136 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeParse), Member = "SetDateYMD", MemberParameters = new object[]
1137 {
1138 typeof(ref global::System.DateTimeResult),
1139 typeof(int),
1140 typeof(int),
1141 typeof(int)
1142 }, ReturnType = typeof(bool))]
1143 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeResult), Member = "SetFailure", MemberParameters = new object[]
1144 {
1145 typeof(global::System.ParseFailureKind),
1146 typeof(string),
1147 typeof(object)
1148 }, ReturnType = typeof(void))]
1149 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeParse), Member = "GetDefaultYear", MemberParameters = new object[]
1150 {
1151 typeof(ref global::System.DateTimeResult),
1152 typeof(ref global::System.Globalization.DateTimeStyles)
1153 }, ReturnType = typeof(void))]
1154 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeResult), Member = "SetBadDateTimeFailure", ReturnType = typeof(void))]
1155 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 7)]
1156 private static bool GetDayOfNM(ref global::System.DateTimeResult result, ref global::System.Globalization.DateTimeStyles styles, ref global::System.DateTimeRawInfo raw, global::System.Globalization.DateTimeFormatInfo dtfi)
1157 {
1158 throw null;
1159 }
1160
1161 [global::Cpp2ILInjected.Token(Token = "0x60006CA")]
1162 [global::Cpp2ILInjected.Address(RVA = "0x1C25F28", Offset = "0x1C25F28", Length = "0x2CC")]
1163 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
1164 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeParse), Member = "ProcessHebrewTerminalState", MemberParameters = new object[]
1165 {
1166 typeof(global::System.DateTimeParse.DS),
1167 typeof(ref global::System.__DTString),
1168 typeof(ref global::System.DateTimeResult),
1169 typeof(ref global::System.Globalization.DateTimeStyles),
1170 typeof(ref global::System.DateTimeRawInfo),
1171 typeof(global::System.Globalization.DateTimeFormatInfo)
1172 }, ReturnType = typeof(bool))]
1173 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeParse), Member = "ProcessTerminalState", MemberParameters = new object[]
1174 {
1175 typeof(global::System.DateTimeParse.DS),
1176 typeof(ref global::System.__DTString),
1177 typeof(ref global::System.DateTimeResult),
1178 typeof(ref global::System.Globalization.DateTimeStyles),
1179 typeof(ref global::System.DateTimeRawInfo),
1180 typeof(global::System.Globalization.DateTimeFormatInfo)
1181 }, ReturnType = typeof(bool))]
1182 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
1183 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeRawInfo), Member = "GetNumber", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(int))]
1184 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Globalization.DateTimeFormatInfo), Member = "get_ShortDatePattern", ReturnType = typeof(string))]
1185 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeParse), Member = "GetYearMonthDayOrder", MemberParameters = new object[]
1186 {
1187 typeof(string),
1188 typeof(global::System.Globalization.DateTimeFormatInfo),
1189 typeof(ref int)
1190 }, ReturnType = typeof(bool))]
1191 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeParse), Member = "TryAdjustYear", MemberParameters = new object[]
1192 {
1193 typeof(ref global::System.DateTimeResult),
1194 typeof(int),
1195 typeof(ref int)
1196 }, ReturnType = typeof(bool))]
1197 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeResult), Member = "SetFailure", MemberParameters = new object[]
1198 {
1199 typeof(global::System.ParseFailureKind),
1200 typeof(string),
1201 typeof(object)
1202 }, ReturnType = typeof(void))]
1203 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeResult), Member = "SetDate", MemberParameters = new object[]
1204 {
1205 typeof(int),
1206 typeof(int),
1207 typeof(int)
1208 }, ReturnType = typeof(void))]
1209 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeResult), Member = "SetBadDateTimeFailure", ReturnType = typeof(void))]
1210 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 7)]
1211 private static bool GetDayOfMNN(ref global::System.DateTimeResult result, ref global::System.DateTimeRawInfo raw, global::System.Globalization.DateTimeFormatInfo dtfi)
1212 {
1213 throw null;
1214 }
1215
1216 [global::Cpp2ILInjected.Token(Token = "0x60006CB")]
1217 [global::Cpp2ILInjected.Address(RVA = "0x1C261F4", Offset = "0x1C261F4", Length = "0x130")]
1218 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
1219 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeParse), Member = "ProcessTerminalState", MemberParameters = new object[]
1220 {
1221 typeof(global::System.DateTimeParse.DS),
1222 typeof(ref global::System.__DTString),
1223 typeof(ref global::System.DateTimeResult),
1224 typeof(ref global::System.Globalization.DateTimeStyles),
1225 typeof(ref global::System.DateTimeRawInfo),
1226 typeof(global::System.Globalization.DateTimeFormatInfo)
1227 }, ReturnType = typeof(bool))]
1228 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
1229 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeRawInfo), Member = "GetNumber", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(int))]
1230 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Globalization.DateTimeFormatInfo), Member = "get_ShortDatePattern", ReturnType = typeof(string))]
1231 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeParse), Member = "GetYearMonthDayOrder", MemberParameters = new object[]
1232 {
1233 typeof(string),
1234 typeof(global::System.Globalization.DateTimeFormatInfo),
1235 typeof(ref int)
1236 }, ReturnType = typeof(bool))]
1237 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeParse), Member = "SetDateYMD", MemberParameters = new object[]
1238 {
1239 typeof(ref global::System.DateTimeResult),
1240 typeof(int),
1241 typeof(int),
1242 typeof(int)
1243 }, ReturnType = typeof(bool))]
1244 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeResult), Member = "SetBadDateTimeFailure", ReturnType = typeof(void))]
1245 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 3)]
1246 private static bool GetDayOfYNN(ref global::System.DateTimeResult result, ref global::System.DateTimeRawInfo raw, global::System.Globalization.DateTimeFormatInfo dtfi)
1247 {
1248 throw null;
1249 }
1250
1251 [global::Cpp2ILInjected.Token(Token = "0x60006CC")]
1252 [global::Cpp2ILInjected.Address(RVA = "0x1C26324", Offset = "0x1C26324", Length = "0x16C")]
1253 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
1254 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeParse), Member = "ProcessHebrewTerminalState", MemberParameters = new object[]
1255 {
1256 typeof(global::System.DateTimeParse.DS),
1257 typeof(ref global::System.__DTString),
1258 typeof(ref global::System.DateTimeResult),
1259 typeof(ref global::System.Globalization.DateTimeStyles),
1260 typeof(ref global::System.DateTimeRawInfo),
1261 typeof(global::System.Globalization.DateTimeFormatInfo)
1262 }, ReturnType = typeof(bool))]
1263 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeParse), Member = "ProcessTerminalState", MemberParameters = new object[]
1264 {
1265 typeof(global::System.DateTimeParse.DS),
1266 typeof(ref global::System.__DTString),
1267 typeof(ref global::System.DateTimeResult),
1268 typeof(ref global::System.Globalization.DateTimeStyles),
1269 typeof(ref global::System.DateTimeRawInfo),
1270 typeof(global::System.Globalization.DateTimeFormatInfo)
1271 }, ReturnType = typeof(bool))]
1272 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
1273 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeRawInfo), Member = "GetNumber", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(int))]
1274 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Globalization.DateTimeFormatInfo), Member = "get_ShortDatePattern", ReturnType = typeof(string))]
1275 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeParse), Member = "GetYearMonthDayOrder", MemberParameters = new object[]
1276 {
1277 typeof(string),
1278 typeof(global::System.Globalization.DateTimeFormatInfo),
1279 typeof(ref int)
1280 }, ReturnType = typeof(bool))]
1281 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeResult), Member = "SetFailure", MemberParameters = new object[]
1282 {
1283 typeof(global::System.ParseFailureKind),
1284 typeof(string),
1285 typeof(object)
1286 }, ReturnType = typeof(void))]
1287 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeParse), Member = "SetDateYMD", MemberParameters = new object[]
1288 {
1289 typeof(ref global::System.DateTimeResult),
1290 typeof(int),
1291 typeof(int),
1292 typeof(int)
1293 }, ReturnType = typeof(bool))]
1294 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeResult), Member = "SetBadDateTimeFailure", ReturnType = typeof(void))]
1295 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
1296 private static bool GetDayOfNNY(ref global::System.DateTimeResult result, ref global::System.DateTimeRawInfo raw, global::System.Globalization.DateTimeFormatInfo dtfi)
1297 {
1298 throw null;
1299 }
1300
1301 [global::Cpp2ILInjected.Token(Token = "0x60006CD")]
1302 [global::Cpp2ILInjected.Address(RVA = "0x1C26490", Offset = "0x1C26490", Length = "0xBC")]
1303 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeParse), Member = "ProcessHebrewTerminalState", MemberParameters = new object[]
1304 {
1305 typeof(global::System.DateTimeParse.DS),
1306 typeof(ref global::System.__DTString),
1307 typeof(ref global::System.DateTimeResult),
1308 typeof(ref global::System.Globalization.DateTimeStyles),
1309 typeof(ref global::System.DateTimeRawInfo),
1310 typeof(global::System.Globalization.DateTimeFormatInfo)
1311 }, ReturnType = typeof(bool))]
1312 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeParse), Member = "ProcessTerminalState", MemberParameters = new object[]
1313 {
1314 typeof(global::System.DateTimeParse.DS),
1315 typeof(ref global::System.__DTString),
1316 typeof(ref global::System.DateTimeResult),
1317 typeof(ref global::System.Globalization.DateTimeStyles),
1318 typeof(ref global::System.DateTimeRawInfo),
1319 typeof(global::System.Globalization.DateTimeFormatInfo)
1320 }, ReturnType = typeof(bool))]
1321 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
1322 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeRawInfo), Member = "GetNumber", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(int))]
1323 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeParse), Member = "SetDateYMD", MemberParameters = new object[]
1324 {
1325 typeof(ref global::System.DateTimeResult),
1326 typeof(int),
1327 typeof(int),
1328 typeof(int)
1329 }, ReturnType = typeof(bool))]
1330 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeResult), Member = "SetBadDateTimeFailure", ReturnType = typeof(void))]
1331 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
1332 private static bool GetDayOfYMN(ref global::System.DateTimeResult result, ref global::System.DateTimeRawInfo raw)
1333 {
1334 throw null;
1335 }
1336
1337 [global::Cpp2ILInjected.Token(Token = "0x60006CE")]
1338 [global::Cpp2ILInjected.Address(RVA = "0x1C2654C", Offset = "0x1C2654C", Length = "0xBC")]
1339 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeParse), Member = "ProcessTerminalState", MemberParameters = new object[]
1340 {
1341 typeof(global::System.DateTimeParse.DS),
1342 typeof(ref global::System.__DTString),
1343 typeof(ref global::System.DateTimeResult),
1344 typeof(ref global::System.Globalization.DateTimeStyles),
1345 typeof(ref global::System.DateTimeRawInfo),
1346 typeof(global::System.Globalization.DateTimeFormatInfo)
1347 }, ReturnType = typeof(bool))]
1348 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
1349 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeRawInfo), Member = "GetNumber", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(int))]
1350 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeParse), Member = "SetDateYMD", MemberParameters = new object[]
1351 {
1352 typeof(ref global::System.DateTimeResult),
1353 typeof(int),
1354 typeof(int),
1355 typeof(int)
1356 }, ReturnType = typeof(bool))]
1357 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeResult), Member = "SetBadDateTimeFailure", ReturnType = typeof(void))]
1358 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
1359 private static bool GetDayOfYN(ref global::System.DateTimeResult result, ref global::System.DateTimeRawInfo raw)
1360 {
1361 throw null;
1362 }
1363
1364 [global::Cpp2ILInjected.Token(Token = "0x60006CF")]
1365 [global::Cpp2ILInjected.Address(RVA = "0x1C26608", Offset = "0x1C26608", Length = "0x9C")]
1366 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeParse), Member = "ProcessHebrewTerminalState", MemberParameters = new object[]
1367 {
1368 typeof(global::System.DateTimeParse.DS),
1369 typeof(ref global::System.__DTString),
1370 typeof(ref global::System.DateTimeResult),
1371 typeof(ref global::System.Globalization.DateTimeStyles),
1372 typeof(ref global::System.DateTimeRawInfo),
1373 typeof(global::System.Globalization.DateTimeFormatInfo)
1374 }, ReturnType = typeof(bool))]
1375 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeParse), Member = "ProcessTerminalState", MemberParameters = new object[]
1376 {
1377 typeof(global::System.DateTimeParse.DS),
1378 typeof(ref global::System.__DTString),
1379 typeof(ref global::System.DateTimeResult),
1380 typeof(ref global::System.Globalization.DateTimeStyles),
1381 typeof(ref global::System.DateTimeRawInfo),
1382 typeof(global::System.Globalization.DateTimeFormatInfo)
1383 }, ReturnType = typeof(bool))]
1384 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
1385 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeParse), Member = "SetDateYMD", MemberParameters = new object[]
1386 {
1387 typeof(ref global::System.DateTimeResult),
1388 typeof(int),
1389 typeof(int),
1390 typeof(int)
1391 }, ReturnType = typeof(bool))]
1392 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeResult), Member = "SetBadDateTimeFailure", ReturnType = typeof(void))]
1393 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
1394 private static bool GetDayOfYM(ref global::System.DateTimeResult result, ref global::System.DateTimeRawInfo raw)
1395 {
1396 throw null;
1397 }
1398
1399 [global::Cpp2ILInjected.Token(Token = "0x60006D0")]
1400 [global::Cpp2ILInjected.Address(RVA = "0x1C266A4", Offset = "0x1C266A4", Length = "0xA4")]
1401 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeParse), Member = "TryParse", MemberParameters = new object[]
1402 {
1403 typeof(global::System.ReadOnlySpan<char>),
1404 typeof(global::System.Globalization.DateTimeFormatInfo),
1405 typeof(global::System.Globalization.DateTimeStyles),
1406 typeof(ref global::System.DateTimeResult)
1407 }, ReturnType = typeof(bool))]
1408 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
1409 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Globalization.DateTimeFormatInfo), Member = "get_AMDesignator", ReturnType = typeof(string))]
1410 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Globalization.DateTimeFormatInfo), Member = "get_PMDesignator", ReturnType = typeof(string))]
1411 private static void AdjustTimeMark(global::System.Globalization.DateTimeFormatInfo dtfi, ref global::System.DateTimeRawInfo raw)
1412 {
1413 throw null;
1414 }
1415
1416 [global::Cpp2ILInjected.Token(Token = "0x60006D1")]
1417 [global::Cpp2ILInjected.Address(RVA = "0x1C26748", Offset = "0x1C26748", Length = "0x48")]
1418 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
1419 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1420 private static bool AdjustHour(ref int hour, global::System.DateTimeParse.TM timeMark)
1421 {
1422 throw null;
1423 }
1424
1425 [global::Cpp2ILInjected.Token(Token = "0x60006D2")]
1426 [global::Cpp2ILInjected.Address(RVA = "0x1C26790", Offset = "0x1C26790", Length = "0x5C")]
1427 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeParse), Member = "ProcessHebrewTerminalState", MemberParameters = new object[]
1428 {
1429 typeof(global::System.DateTimeParse.DS),
1430 typeof(ref global::System.__DTString),
1431 typeof(ref global::System.DateTimeResult),
1432 typeof(ref global::System.Globalization.DateTimeStyles),
1433 typeof(ref global::System.DateTimeRawInfo),
1434 typeof(global::System.Globalization.DateTimeFormatInfo)
1435 }, ReturnType = typeof(bool))]
1436 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeParse), Member = "ProcessTerminalState", MemberParameters = new object[]
1437 {
1438 typeof(global::System.DateTimeParse.DS),
1439 typeof(ref global::System.__DTString),
1440 typeof(ref global::System.DateTimeResult),
1441 typeof(ref global::System.Globalization.DateTimeStyles),
1442 typeof(ref global::System.DateTimeRawInfo),
1443 typeof(global::System.Globalization.DateTimeFormatInfo)
1444 }, ReturnType = typeof(bool))]
1445 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
1446 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeRawInfo), Member = "GetNumber", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(int))]
1447 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeResult), Member = "SetBadDateTimeFailure", ReturnType = typeof(void))]
1448 private static bool GetTimeOfN(ref global::System.DateTimeResult result, ref global::System.DateTimeRawInfo raw)
1449 {
1450 throw null;
1451 }
1452
1453 [global::Cpp2ILInjected.Token(Token = "0x60006D3")]
1454 [global::Cpp2ILInjected.Address(RVA = "0x1C267EC", Offset = "0x1C267EC", Length = "0x74")]
1455 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeParse), Member = "ProcessHebrewTerminalState", MemberParameters = new object[]
1456 {
1457 typeof(global::System.DateTimeParse.DS),
1458 typeof(ref global::System.__DTString),
1459 typeof(ref global::System.DateTimeResult),
1460 typeof(ref global::System.Globalization.DateTimeStyles),
1461 typeof(ref global::System.DateTimeRawInfo),
1462 typeof(global::System.Globalization.DateTimeFormatInfo)
1463 }, ReturnType = typeof(bool))]
1464 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeParse), Member = "ProcessTerminalState", MemberParameters = new object[]
1465 {
1466 typeof(global::System.DateTimeParse.DS),
1467 typeof(ref global::System.__DTString),
1468 typeof(ref global::System.DateTimeResult),
1469 typeof(ref global::System.Globalization.DateTimeStyles),
1470 typeof(ref global::System.DateTimeRawInfo),
1471 typeof(global::System.Globalization.DateTimeFormatInfo)
1472 }, ReturnType = typeof(bool))]
1473 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
1474 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeRawInfo), Member = "GetNumber", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(int))]
1475 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeResult), Member = "SetBadDateTimeFailure", ReturnType = typeof(void))]
1476 private static bool GetTimeOfNN(ref global::System.DateTimeResult result, ref global::System.DateTimeRawInfo raw)
1477 {
1478 throw null;
1479 }
1480
1481 [global::Cpp2ILInjected.Token(Token = "0x60006D4")]
1482 [global::Cpp2ILInjected.Address(RVA = "0x1C26860", Offset = "0x1C26860", Length = "0x88")]
1483 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeParse), Member = "ProcessHebrewTerminalState", MemberParameters = new object[]
1484 {
1485 typeof(global::System.DateTimeParse.DS),
1486 typeof(ref global::System.__DTString),
1487 typeof(ref global::System.DateTimeResult),
1488 typeof(ref global::System.Globalization.DateTimeStyles),
1489 typeof(ref global::System.DateTimeRawInfo),
1490 typeof(global::System.Globalization.DateTimeFormatInfo)
1491 }, ReturnType = typeof(bool))]
1492 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeParse), Member = "ProcessTerminalState", MemberParameters = new object[]
1493 {
1494 typeof(global::System.DateTimeParse.DS),
1495 typeof(ref global::System.__DTString),
1496 typeof(ref global::System.DateTimeResult),
1497 typeof(ref global::System.Globalization.DateTimeStyles),
1498 typeof(ref global::System.DateTimeRawInfo),
1499 typeof(global::System.Globalization.DateTimeFormatInfo)
1500 }, ReturnType = typeof(bool))]
1501 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
1502 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeRawInfo), Member = "GetNumber", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(int))]
1503 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeResult), Member = "SetBadDateTimeFailure", ReturnType = typeof(void))]
1504 private static bool GetTimeOfNNN(ref global::System.DateTimeResult result, ref global::System.DateTimeRawInfo raw)
1505 {
1506 throw null;
1507 }
1508
1509 [global::Cpp2ILInjected.Token(Token = "0x60006D5")]
1510 [global::Cpp2ILInjected.Address(RVA = "0x1C268E8", Offset = "0x1C268E8", Length = "0x54")]
1511 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
1512 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeParse), Member = "ProcessTerminalState", MemberParameters = new object[]
1513 {
1514 typeof(global::System.DateTimeParse.DS),
1515 typeof(ref global::System.__DTString),
1516 typeof(ref global::System.DateTimeResult),
1517 typeof(ref global::System.Globalization.DateTimeStyles),
1518 typeof(ref global::System.DateTimeRawInfo),
1519 typeof(global::System.Globalization.DateTimeFormatInfo)
1520 }, ReturnType = typeof(bool))]
1521 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
1522 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeResult), Member = "SetBadDateTimeFailure", ReturnType = typeof(void))]
1523 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeRawInfo), Member = "GetNumber", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(int))]
1524 private static bool GetDateOfDSN(ref global::System.DateTimeResult result, ref global::System.DateTimeRawInfo raw)
1525 {
1526 throw null;
1527 }
1528
1529 [global::Cpp2ILInjected.Token(Token = "0x60006D6")]
1530 [global::Cpp2ILInjected.Address(RVA = "0x1C2693C", Offset = "0x1C2693C", Length = "0xB4")]
1531 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeParse), Member = "ProcessTerminalState", MemberParameters = new object[]
1532 {
1533 typeof(global::System.DateTimeParse.DS),
1534 typeof(ref global::System.__DTString),
1535 typeof(ref global::System.DateTimeResult),
1536 typeof(ref global::System.Globalization.DateTimeStyles),
1537 typeof(ref global::System.DateTimeRawInfo),
1538 typeof(global::System.Globalization.DateTimeFormatInfo)
1539 }, ReturnType = typeof(bool))]
1540 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
1541 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeRawInfo), Member = "GetNumber", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(int))]
1542 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeParse), Member = "TryAdjustYear", MemberParameters = new object[]
1543 {
1544 typeof(ref global::System.DateTimeResult),
1545 typeof(int),
1546 typeof(ref int)
1547 }, ReturnType = typeof(bool))]
1548 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeResult), Member = "SetBadDateTimeFailure", ReturnType = typeof(void))]
1549 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
1550 private static bool GetDateOfNDS(ref global::System.DateTimeResult result, ref global::System.DateTimeRawInfo raw)
1551 {
1552 throw null;
1553 }
1554
1555 [global::Cpp2ILInjected.Token(Token = "0x60006D7")]
1556 [global::Cpp2ILInjected.Address(RVA = "0x1C269F0", Offset = "0x1C269F0", Length = "0x21C")]
1557 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
1558 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeParse), Member = "ProcessTerminalState", MemberParameters = new object[]
1559 {
1560 typeof(global::System.DateTimeParse.DS),
1561 typeof(ref global::System.__DTString),
1562 typeof(ref global::System.DateTimeResult),
1563 typeof(ref global::System.Globalization.DateTimeStyles),
1564 typeof(ref global::System.DateTimeRawInfo),
1565 typeof(global::System.Globalization.DateTimeFormatInfo)
1566 }, ReturnType = typeof(bool))]
1567 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
1568 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Globalization.DateTimeFormatInfo), Member = "get_ShortDatePattern", ReturnType = typeof(string))]
1569 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeParse), Member = "GetYearMonthDayOrder", MemberParameters = new object[]
1570 {
1571 typeof(string),
1572 typeof(global::System.Globalization.DateTimeFormatInfo),
1573 typeof(ref int)
1574 }, ReturnType = typeof(bool))]
1575 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeRawInfo), Member = "GetNumber", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(int))]
1576 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeParse), Member = "TryAdjustYear", MemberParameters = new object[]
1577 {
1578 typeof(ref global::System.DateTimeResult),
1579 typeof(int),
1580 typeof(ref int)
1581 }, ReturnType = typeof(bool))]
1582 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeParse), Member = "SetDateYMD", MemberParameters = new object[]
1583 {
1584 typeof(ref global::System.DateTimeResult),
1585 typeof(int),
1586 typeof(int),
1587 typeof(int)
1588 }, ReturnType = typeof(bool))]
1589 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeResult), Member = "SetFailure", MemberParameters = new object[]
1590 {
1591 typeof(global::System.ParseFailureKind),
1592 typeof(string),
1593 typeof(object)
1594 }, ReturnType = typeof(void))]
1595 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeResult), Member = "SetBadDateTimeFailure", ReturnType = typeof(void))]
1596 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 7)]
1597 private static bool GetDateOfNNDS(ref global::System.DateTimeResult result, ref global::System.DateTimeRawInfo raw, global::System.Globalization.DateTimeFormatInfo dtfi)
1598 {
1599 throw null;
1600 }
1601
1602 [global::Cpp2ILInjected.Token(Token = "0x60006D8")]
1603 [global::Cpp2ILInjected.Address(RVA = "0x1C26C0C", Offset = "0x1C26C0C", Length = "0xF8")]
1604 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
1605 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeParse), Member = "TryParse", MemberParameters = new object[]
1606 {
1607 typeof(global::System.ReadOnlySpan<char>),
1608 typeof(global::System.Globalization.DateTimeFormatInfo),
1609 typeof(global::System.Globalization.DateTimeStyles),
1610 typeof(ref global::System.DateTimeResult)
1611 }, ReturnType = typeof(bool))]
1612 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
1613 private static bool ProcessDateTimeSuffix(ref global::System.DateTimeResult result, ref global::System.DateTimeRawInfo raw, ref global::System.DateTimeToken dtok)
1614 {
1615 throw null;
1616 }
1617
1618 [global::Cpp2ILInjected.Token(Token = "0x60006D9")]
1619 [global::Cpp2ILInjected.Address(RVA = "0x1C26D04", Offset = "0x1C26D04", Length = "0x32C")]
1620 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
1621 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeParse), Member = "TryParse", MemberParameters = new object[]
1622 {
1623 typeof(global::System.ReadOnlySpan<char>),
1624 typeof(global::System.Globalization.DateTimeFormatInfo),
1625 typeof(global::System.Globalization.DateTimeStyles),
1626 typeof(ref global::System.DateTimeResult)
1627 }, ReturnType = typeof(bool))]
1628 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
1629 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeParse), Member = "GetDefaultYear", MemberParameters = new object[]
1630 {
1631 typeof(ref global::System.DateTimeResult),
1632 typeof(ref global::System.Globalization.DateTimeStyles)
1633 }, ReturnType = typeof(void))]
1634 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Globalization.DateTimeFormatInfo), Member = "YearMonthAdjustment", MemberParameters = new object[]
1635 {
1636 typeof(ref int),
1637 typeof(ref int),
1638 typeof(bool)
1639 }, ReturnType = typeof(bool))]
1640 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeParse), Member = "GetHebrewDayOfNM", MemberParameters = new object[]
1641 {
1642 typeof(ref global::System.DateTimeResult),
1643 typeof(ref global::System.DateTimeRawInfo),
1644 typeof(global::System.Globalization.DateTimeFormatInfo)
1645 }, ReturnType = typeof(bool))]
1646 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeRawInfo), Member = "GetNumber", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(int))]
1647 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeParse), Member = "GetDayOfMNN", MemberParameters = new object[]
1648 {
1649 typeof(ref global::System.DateTimeResult),
1650 typeof(ref global::System.DateTimeRawInfo),
1651 typeof(global::System.Globalization.DateTimeFormatInfo)
1652 }, ReturnType = typeof(bool))]
1653 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeResult), Member = "SetBadDateTimeFailure", ReturnType = typeof(void))]
1654 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeParse), Member = "GetDayOfYMN", MemberParameters = new object[]
1655 {
1656 typeof(ref global::System.DateTimeResult),
1657 typeof(ref global::System.DateTimeRawInfo)
1658 }, ReturnType = typeof(bool))]
1659 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeParse), Member = "GetDayOfYM", MemberParameters = new object[]
1660 {
1661 typeof(ref global::System.DateTimeResult),
1662 typeof(ref global::System.DateTimeRawInfo)
1663 }, ReturnType = typeof(bool))]
1664 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeParse), Member = "GetTimeOfN", MemberParameters = new object[]
1665 {
1666 typeof(ref global::System.DateTimeResult),
1667 typeof(ref global::System.DateTimeRawInfo)
1668 }, ReturnType = typeof(bool))]
1669 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeParse), Member = "GetTimeOfNN", MemberParameters = new object[]
1670 {
1671 typeof(ref global::System.DateTimeResult),
1672 typeof(ref global::System.DateTimeRawInfo)
1673 }, ReturnType = typeof(bool))]
1674 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeParse), Member = "GetTimeOfNNN", MemberParameters = new object[]
1675 {
1676 typeof(ref global::System.DateTimeResult),
1677 typeof(ref global::System.DateTimeRawInfo)
1678 }, ReturnType = typeof(bool))]
1679 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeParse), Member = "GetDayOfNNY", MemberParameters = new object[]
1680 {
1681 typeof(ref global::System.DateTimeResult),
1682 typeof(ref global::System.DateTimeRawInfo),
1683 typeof(global::System.Globalization.DateTimeFormatInfo)
1684 }, ReturnType = typeof(bool))]
1685 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeResult), Member = "SetFailure", MemberParameters = new object[]
1686 {
1687 typeof(global::System.ParseFailureKind),
1688 typeof(string)
1689 }, ReturnType = typeof(void))]
1690 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 16)]
1691 internal static bool ProcessHebrewTerminalState(global::System.DateTimeParse.DS dps, ref global::System.__DTString str, ref global::System.DateTimeResult result, ref global::System.Globalization.DateTimeStyles styles, ref global::System.DateTimeRawInfo raw, global::System.Globalization.DateTimeFormatInfo dtfi)
1692 {
1693 throw null;
1694 }
1695
1696 [global::Cpp2ILInjected.Token(Token = "0x60006DA")]
1697 [global::Cpp2ILInjected.Address(RVA = "0x1C24548", Offset = "0x1C24548", Length = "0x304")]
1698 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
1699 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeParse), Member = "Lex", MemberParameters = new object[]
1700 {
1701 typeof(global::System.DateTimeParse.DS),
1702 typeof(ref global::System.__DTString),
1703 typeof(ref global::System.DateTimeToken),
1704 typeof(ref global::System.DateTimeRawInfo),
1705 typeof(ref global::System.DateTimeResult),
1706 typeof(ref global::System.Globalization.DateTimeFormatInfo),
1707 typeof(global::System.Globalization.DateTimeStyles)
1708 }, ReturnType = typeof(bool))]
1709 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeParse), Member = "TryParse", MemberParameters = new object[]
1710 {
1711 typeof(global::System.ReadOnlySpan<char>),
1712 typeof(global::System.Globalization.DateTimeFormatInfo),
1713 typeof(global::System.Globalization.DateTimeStyles),
1714 typeof(ref global::System.DateTimeResult)
1715 }, ReturnType = typeof(bool))]
1716 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
1717 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeParse), Member = "GetDayOfNN", MemberParameters = new object[]
1718 {
1719 typeof(ref global::System.DateTimeResult),
1720 typeof(ref global::System.Globalization.DateTimeStyles),
1721 typeof(ref global::System.DateTimeRawInfo),
1722 typeof(global::System.Globalization.DateTimeFormatInfo)
1723 }, ReturnType = typeof(bool))]
1724 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeParse), Member = "GetDayOfNNN", MemberParameters = new object[]
1725 {
1726 typeof(ref global::System.DateTimeResult),
1727 typeof(ref global::System.DateTimeRawInfo),
1728 typeof(global::System.Globalization.DateTimeFormatInfo)
1729 }, ReturnType = typeof(bool))]
1730 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeParse), Member = "GetDayOfMN", MemberParameters = new object[]
1731 {
1732 typeof(ref global::System.DateTimeResult),
1733 typeof(ref global::System.Globalization.DateTimeStyles),
1734 typeof(ref global::System.DateTimeRawInfo),
1735 typeof(global::System.Globalization.DateTimeFormatInfo)
1736 }, ReturnType = typeof(bool))]
1737 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeParse), Member = "GetDayOfNM", MemberParameters = new object[]
1738 {
1739 typeof(ref global::System.DateTimeResult),
1740 typeof(ref global::System.Globalization.DateTimeStyles),
1741 typeof(ref global::System.DateTimeRawInfo),
1742 typeof(global::System.Globalization.DateTimeFormatInfo)
1743 }, ReturnType = typeof(bool))]
1744 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeParse), Member = "GetDayOfMNN", MemberParameters = new object[]
1745 {
1746 typeof(ref global::System.DateTimeResult),
1747 typeof(ref global::System.DateTimeRawInfo),
1748 typeof(global::System.Globalization.DateTimeFormatInfo)
1749 }, ReturnType = typeof(bool))]
1750 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeParse), Member = "GetDateOfDSN", MemberParameters = new object[]
1751 {
1752 typeof(ref global::System.DateTimeResult),
1753 typeof(ref global::System.DateTimeRawInfo)
1754 }, ReturnType = typeof(bool))]
1755 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeParse), Member = "GetDateOfNDS", MemberParameters = new object[]
1756 {
1757 typeof(ref global::System.DateTimeResult),
1758 typeof(ref global::System.DateTimeRawInfo)
1759 }, ReturnType = typeof(bool))]
1760 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeParse), Member = "GetDateOfNNDS", MemberParameters = new object[]
1761 {
1762 typeof(ref global::System.DateTimeResult),
1763 typeof(ref global::System.DateTimeRawInfo),
1764 typeof(global::System.Globalization.DateTimeFormatInfo)
1765 }, ReturnType = typeof(bool))]
1766 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeParse), Member = "GetDayOfYNN", MemberParameters = new object[]
1767 {
1768 typeof(ref global::System.DateTimeResult),
1769 typeof(ref global::System.DateTimeRawInfo),
1770 typeof(global::System.Globalization.DateTimeFormatInfo)
1771 }, ReturnType = typeof(bool))]
1772 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeParse), Member = "GetDayOfYMN", MemberParameters = new object[]
1773 {
1774 typeof(ref global::System.DateTimeResult),
1775 typeof(ref global::System.DateTimeRawInfo)
1776 }, ReturnType = typeof(bool))]
1777 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeParse), Member = "GetDayOfYN", MemberParameters = new object[]
1778 {
1779 typeof(ref global::System.DateTimeResult),
1780 typeof(ref global::System.DateTimeRawInfo)
1781 }, ReturnType = typeof(bool))]
1782 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeParse), Member = "GetDayOfYM", MemberParameters = new object[]
1783 {
1784 typeof(ref global::System.DateTimeResult),
1785 typeof(ref global::System.DateTimeRawInfo)
1786 }, ReturnType = typeof(bool))]
1787 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeParse), Member = "GetTimeOfN", MemberParameters = new object[]
1788 {
1789 typeof(ref global::System.DateTimeResult),
1790 typeof(ref global::System.DateTimeRawInfo)
1791 }, ReturnType = typeof(bool))]
1792 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeParse), Member = "GetTimeOfNN", MemberParameters = new object[]
1793 {
1794 typeof(ref global::System.DateTimeResult),
1795 typeof(ref global::System.DateTimeRawInfo)
1796 }, ReturnType = typeof(bool))]
1797 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeParse), Member = "GetTimeOfNNN", MemberParameters = new object[]
1798 {
1799 typeof(ref global::System.DateTimeResult),
1800 typeof(ref global::System.DateTimeRawInfo)
1801 }, ReturnType = typeof(bool))]
1802 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeParse), Member = "GetDayOfNNY", MemberParameters = new object[]
1803 {
1804 typeof(ref global::System.DateTimeResult),
1805 typeof(ref global::System.DateTimeRawInfo),
1806 typeof(global::System.Globalization.DateTimeFormatInfo)
1807 }, ReturnType = typeof(bool))]
1808 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 18)]
1809 internal static bool ProcessTerminalState(global::System.DateTimeParse.DS dps, ref global::System.__DTString str, ref global::System.DateTimeResult result, ref global::System.Globalization.DateTimeStyles styles, ref global::System.DateTimeRawInfo raw, global::System.Globalization.DateTimeFormatInfo dtfi)
1810 {
1811 throw null;
1812 }
1813
1814 [global::Cpp2ILInjected.Token(Token = "0x60006DB")]
1815 [global::Cpp2ILInjected.Address(RVA = "0x1C18AF0", Offset = "0x1C18AF0", Length = "0xF0")]
1816 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
1817 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTime), Member = "Parse", MemberParameters = new object[]
1818 {
1819 typeof(string),
1820 typeof(global::System.IFormatProvider),
1821 typeof(global::System.Globalization.DateTimeStyles)
1822 }, ReturnType = typeof(global::System.DateTime))]
1823 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
1824 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeResult), Member = "Init", MemberParameters = new object[] { typeof(global::System.ReadOnlySpan<char>) }, ReturnType = typeof(void))]
1825 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeParse), Member = "TryParse", MemberParameters = new object[]
1826 {
1827 typeof(global::System.ReadOnlySpan<char>),
1828 typeof(global::System.Globalization.DateTimeFormatInfo),
1829 typeof(global::System.Globalization.DateTimeStyles),
1830 typeof(ref global::System.DateTimeResult)
1831 }, ReturnType = typeof(bool))]
1832 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeParse), Member = "GetDateTimeParseException", MemberParameters = new object[] { typeof(ref global::System.DateTimeResult) }, ReturnType = typeof(global::System.Exception))]
1833 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 6)]
1834 internal static global::System.DateTime Parse(global::System.ReadOnlySpan<char> s, global::System.Globalization.DateTimeFormatInfo dtfi, global::System.Globalization.DateTimeStyles styles)
1835 {
1836 throw null;
1837 }
1838
1839 [global::Cpp2ILInjected.Token(Token = "0x60006DC")]
1840 [global::Cpp2ILInjected.Address(RVA = "0x1C1C07C", Offset = "0x1C1C07C", Length = "0x108")]
1841 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
1842 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeOffset), Member = "Parse", MemberParameters = new object[]
1843 {
1844 typeof(string),
1845 typeof(global::System.IFormatProvider),
1846 typeof(global::System.Globalization.DateTimeStyles)
1847 }, ReturnType = typeof(global::System.DateTimeOffset))]
1848 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
1849 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeResult), Member = "Init", MemberParameters = new object[] { typeof(global::System.ReadOnlySpan<char>) }, ReturnType = typeof(void))]
1850 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeParse), Member = "TryParse", MemberParameters = new object[]
1851 {
1852 typeof(global::System.ReadOnlySpan<char>),
1853 typeof(global::System.Globalization.DateTimeFormatInfo),
1854 typeof(global::System.Globalization.DateTimeStyles),
1855 typeof(ref global::System.DateTimeResult)
1856 }, ReturnType = typeof(bool))]
1857 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeParse), Member = "GetDateTimeParseException", MemberParameters = new object[] { typeof(ref global::System.DateTimeResult) }, ReturnType = typeof(global::System.Exception))]
1858 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 6)]
1859 internal static global::System.DateTime Parse(global::System.ReadOnlySpan<char> s, global::System.Globalization.DateTimeFormatInfo dtfi, global::System.Globalization.DateTimeStyles styles, out global::System.TimeSpan offset)
1860 {
1861 throw null;
1862 }
1863
1864 [global::Cpp2ILInjected.Token(Token = "0x60006DD")]
1865 [global::Cpp2ILInjected.Address(RVA = "0x1C19A74", Offset = "0x1C19A74", Length = "0x118")]
1866 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
1867 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1868 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeResult), Member = "Init", MemberParameters = new object[] { typeof(global::System.ReadOnlySpan<char>) }, ReturnType = typeof(void))]
1869 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeParse), Member = "TryParse", MemberParameters = new object[]
1870 {
1871 typeof(global::System.ReadOnlySpan<char>),
1872 typeof(global::System.Globalization.DateTimeFormatInfo),
1873 typeof(global::System.Globalization.DateTimeStyles),
1874 typeof(ref global::System.DateTimeResult)
1875 }, ReturnType = typeof(bool))]
1876 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
1877 internal static bool TryParse(global::System.ReadOnlySpan<char> s, global::System.Globalization.DateTimeFormatInfo dtfi, global::System.Globalization.DateTimeStyles styles, out global::System.DateTime result)
1878 {
1879 throw null;
1880 }
1881
1882 [global::Cpp2ILInjected.Token(Token = "0x60006DE")]
1883 [global::Cpp2ILInjected.Address(RVA = "0x1C1CE34", Offset = "0x1C1CE34", Length = "0x16C")]
1884 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
1885 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeOffset), Member = "TryParse", MemberParameters = new object[]
1886 {
1887 typeof(string),
1888 typeof(global::System.IFormatProvider),
1889 typeof(global::System.Globalization.DateTimeStyles),
1890 typeof(ref global::System.DateTimeOffset)
1891 }, ReturnType = typeof(bool))]
1892 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
1893 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeResult), Member = "Init", MemberParameters = new object[] { typeof(global::System.ReadOnlySpan<char>) }, ReturnType = typeof(void))]
1894 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeParse), Member = "TryParse", MemberParameters = new object[]
1895 {
1896 typeof(global::System.ReadOnlySpan<char>),
1897 typeof(global::System.Globalization.DateTimeFormatInfo),
1898 typeof(global::System.Globalization.DateTimeStyles),
1899 typeof(ref global::System.DateTimeResult)
1900 }, ReturnType = typeof(bool))]
1901 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 6)]
1902 internal static bool TryParse(global::System.ReadOnlySpan<char> s, global::System.Globalization.DateTimeFormatInfo dtfi, global::System.Globalization.DateTimeStyles styles, out global::System.DateTime result, out global::System.TimeSpan offset)
1903 {
1904 throw null;
1905 }
1906
1907 [global::Cpp2ILInjected.Token(Token = "0x60006DF")]
1908 [global::Cpp2ILInjected.Address(RVA = "0x1C27030", Offset = "0x1C27030", Length = "0x6E4")]
1909 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
1910 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeParse), Member = "Parse", MemberParameters = new object[]
1911 {
1912 typeof(global::System.ReadOnlySpan<char>),
1913 typeof(global::System.Globalization.DateTimeFormatInfo),
1914 typeof(global::System.Globalization.DateTimeStyles)
1915 }, ReturnType = typeof(global::System.DateTime))]
1916 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeParse), Member = "Parse", MemberParameters = new object[]
1917 {
1918 typeof(global::System.ReadOnlySpan<char>),
1919 typeof(global::System.Globalization.DateTimeFormatInfo),
1920 typeof(global::System.Globalization.DateTimeStyles),
1921 typeof(ref global::System.TimeSpan)
1922 }, ReturnType = typeof(global::System.DateTime))]
1923 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeParse), Member = "TryParse", MemberParameters = new object[]
1924 {
1925 typeof(global::System.ReadOnlySpan<char>),
1926 typeof(global::System.Globalization.DateTimeFormatInfo),
1927 typeof(global::System.Globalization.DateTimeStyles),
1928 typeof(ref global::System.DateTime)
1929 }, ReturnType = typeof(bool))]
1930 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeParse), Member = "TryParse", MemberParameters = new object[]
1931 {
1932 typeof(global::System.ReadOnlySpan<char>),
1933 typeof(global::System.Globalization.DateTimeFormatInfo),
1934 typeof(global::System.Globalization.DateTimeStyles),
1935 typeof(ref global::System.DateTime),
1936 typeof(ref global::System.TimeSpan)
1937 }, ReturnType = typeof(bool))]
1938 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 4)]
1939 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeRawInfo), Member = "Init", MemberParameters = new object[] { typeof(int*) }, ReturnType = typeof(void))]
1940 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Globalization.DateTimeFormatInfo), Member = "get_DateSeparator", ReturnType = typeof(string))]
1941 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Globalization.DateTimeFormatInfo), Member = "get_TimeSeparator", ReturnType = typeof(string))]
1942 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Equals", MemberParameters = new object[]
1943 {
1944 typeof(string),
1945 typeof(global::System.StringComparison)
1946 }, ReturnType = typeof(bool))]
1947 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.__DTString), Member = ".ctor", MemberParameters = new object[]
1948 {
1949 typeof(global::System.ReadOnlySpan<char>),
1950 typeof(global::System.Globalization.DateTimeFormatInfo)
1951 }, ReturnType = typeof(void))]
1952 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.__DTString), Member = "GetNext", ReturnType = typeof(bool))]
1953 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeParse), Member = "Lex", MemberParameters = new object[]
1954 {
1955 typeof(global::System.DateTimeParse.DS),
1956 typeof(ref global::System.__DTString),
1957 typeof(ref global::System.DateTimeToken),
1958 typeof(ref global::System.DateTimeRawInfo),
1959 typeof(ref global::System.DateTimeResult),
1960 typeof(ref global::System.Globalization.DateTimeFormatInfo),
1961 typeof(global::System.Globalization.DateTimeStyles)
1962 }, ReturnType = typeof(bool))]
1963 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeParse), Member = "ProcessDateTimeSuffix", MemberParameters = new object[]
1964 {
1965 typeof(ref global::System.DateTimeResult),
1966 typeof(ref global::System.DateTimeRawInfo),
1967 typeof(ref global::System.DateTimeToken)
1968 }, ReturnType = typeof(bool))]
1969 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.__DTString), Member = "AtEnd", ReturnType = typeof(bool))]
1970 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Globalization.DateTimeFormatInfo), Member = "get_FormatFlags", ReturnType = typeof(global::System.Globalization.DateTimeFormatFlags))]
1971 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeParse), Member = "ProcessTerminalState", MemberParameters = new object[]
1972 {
1973 typeof(global::System.DateTimeParse.DS),
1974 typeof(ref global::System.__DTString),
1975 typeof(ref global::System.DateTimeResult),
1976 typeof(ref global::System.Globalization.DateTimeStyles),
1977 typeof(ref global::System.DateTimeRawInfo),
1978 typeof(global::System.Globalization.DateTimeFormatInfo)
1979 }, ReturnType = typeof(bool))]
1980 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeParse), Member = "ProcessHebrewTerminalState", MemberParameters = new object[]
1981 {
1982 typeof(global::System.DateTimeParse.DS),
1983 typeof(ref global::System.__DTString),
1984 typeof(ref global::System.DateTimeResult),
1985 typeof(ref global::System.Globalization.DateTimeStyles),
1986 typeof(ref global::System.DateTimeRawInfo),
1987 typeof(global::System.Globalization.DateTimeFormatInfo)
1988 }, ReturnType = typeof(bool))]
1989 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeParse), Member = "AdjustTimeMark", MemberParameters = new object[]
1990 {
1991 typeof(global::System.Globalization.DateTimeFormatInfo),
1992 typeof(ref global::System.DateTimeRawInfo)
1993 }, ReturnType = typeof(void))]
1994 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeResult), Member = "SetFailure", MemberParameters = new object[]
1995 {
1996 typeof(global::System.ParseFailureKind),
1997 typeof(string)
1998 }, ReturnType = typeof(void))]
1999 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeParse), Member = "ParseISO8601", MemberParameters = new object[]
2000 {
2001 typeof(ref global::System.DateTimeRawInfo),
2002 typeof(ref global::System.__DTString),
2003 typeof(global::System.Globalization.DateTimeStyles),
2004 typeof(ref global::System.DateTimeResult)
2005 }, ReturnType = typeof(bool))]
2006 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeParse), Member = "CheckDefaultDateTime", MemberParameters = new object[]
2007 {
2008 typeof(ref global::System.DateTimeResult),
2009 typeof(ref global::System.Globalization.Calendar),
2010 typeof(global::System.Globalization.DateTimeStyles)
2011 }, ReturnType = typeof(bool))]
2012 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeResult), Member = "SetBadDateTimeFailure", ReturnType = typeof(void))]
2013 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTime), Member = "AddTicks", MemberParameters = new object[] { typeof(long) }, ReturnType = typeof(global::System.DateTime))]
2014 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeParse), Member = "DetermineTimeZoneAdjustments", MemberParameters = new object[]
2015 {
2016 typeof(ref global::System.__DTString),
2017 typeof(ref global::System.DateTimeResult),
2018 typeof(global::System.Globalization.DateTimeStyles),
2019 typeof(bool)
2020 }, ReturnType = typeof(bool))]
2021 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 24)]
2022 internal unsafe static bool TryParse(global::System.ReadOnlySpan<char> s, global::System.Globalization.DateTimeFormatInfo dtfi, global::System.Globalization.DateTimeStyles styles, ref global::System.DateTimeResult result)
2023 {
2024 throw null;
2025 }
2026
2027 [global::Cpp2ILInjected.Token(Token = "0x60006E0")]
2028 [global::Cpp2ILInjected.Address(RVA = "0x1C27E7C", Offset = "0x1C27E7C", Length = "0x254")]
2029 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
2030 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeParse), Member = "TryParse", MemberParameters = new object[]
2031 {
2032 typeof(global::System.ReadOnlySpan<char>),
2033 typeof(global::System.Globalization.DateTimeFormatInfo),
2034 typeof(global::System.Globalization.DateTimeStyles),
2035 typeof(ref global::System.DateTimeResult)
2036 }, ReturnType = typeof(bool))]
2037 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeParse), Member = "ParseISO8601", MemberParameters = new object[]
2038 {
2039 typeof(ref global::System.DateTimeRawInfo),
2040 typeof(ref global::System.__DTString),
2041 typeof(global::System.Globalization.DateTimeStyles),
2042 typeof(ref global::System.DateTimeResult)
2043 }, ReturnType = typeof(bool))]
2044 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeParse), Member = "DoStrictParse", MemberParameters = new object[]
2045 {
2046 typeof(global::System.ReadOnlySpan<char>),
2047 typeof(global::System.ReadOnlySpan<char>),
2048 typeof(global::System.Globalization.DateTimeStyles),
2049 typeof(global::System.Globalization.DateTimeFormatInfo),
2050 typeof(ref global::System.DateTimeResult)
2051 }, ReturnType = typeof(bool))]
2052 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 3)]
2053 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeResult), Member = "SetFailure", MemberParameters = new object[]
2054 {
2055 typeof(global::System.ParseFailureKind),
2056 typeof(string)
2057 }, ReturnType = typeof(void))]
2058 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTime), Member = ".ctor", MemberParameters = new object[]
2059 {
2060 typeof(long),
2061 typeof(global::System.DateTimeKind)
2062 }, ReturnType = typeof(void))]
2063 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.TimeZoneInfo), Member = "GetLocalUtcOffset", MemberParameters = new object[]
2064 {
2065 typeof(global::System.DateTime),
2066 typeof(global::System.TimeZoneInfoOptions)
2067 }, ReturnType = typeof(global::System.TimeSpan))]
2068 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeParse), Member = "AdjustTimeZoneToLocal", MemberParameters = new object[]
2069 {
2070 typeof(ref global::System.DateTimeResult),
2071 typeof(bool)
2072 }, ReturnType = typeof(bool))]
2073 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeParse), Member = "AdjustTimeZoneToUniversal", MemberParameters = new object[] { typeof(ref global::System.DateTimeResult) }, ReturnType = typeof(bool))]
2074 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 11)]
2075 private static bool DetermineTimeZoneAdjustments(ref global::System.__DTString str, ref global::System.DateTimeResult result, global::System.Globalization.DateTimeStyles styles, bool bTimeOnly)
2076 {
2077 throw null;
2078 }
2079
2080 [global::Cpp2ILInjected.Token(Token = "0x60006E1")]
2081 [global::Cpp2ILInjected.Address(RVA = "0x1C280D0", Offset = "0x1C280D0", Length = "0x1FC")]
2082 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
2083 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
2084 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.TimeZoneInfo), Member = "GetLocalUtcOffset", MemberParameters = new object[]
2085 {
2086 typeof(global::System.DateTime),
2087 typeof(global::System.TimeZoneInfoOptions)
2088 }, ReturnType = typeof(global::System.TimeSpan))]
2089 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTime), Member = ".ctor", MemberParameters = new object[]
2090 {
2091 typeof(long),
2092 typeof(global::System.DateTimeKind)
2093 }, ReturnType = typeof(void))]
2094 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeResult), Member = "SetFailure", MemberParameters = new object[]
2095 {
2096 typeof(global::System.ParseFailureKind),
2097 typeof(string)
2098 }, ReturnType = typeof(void))]
2099 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeParse), Member = "AdjustTimeZoneToUniversal", MemberParameters = new object[] { typeof(ref global::System.DateTimeResult) }, ReturnType = typeof(bool))]
2100 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 10)]
2101 private static bool DateTimeOffsetTimeZonePostProcessing(ref global::System.__DTString str, ref global::System.DateTimeResult result, global::System.Globalization.DateTimeStyles styles)
2102 {
2103 throw null;
2104 }
2105
2106 [global::Cpp2ILInjected.Token(Token = "0x60006E2")]
2107 [global::Cpp2ILInjected.Address(RVA = "0x1C282CC", Offset = "0x1C282CC", Length = "0xBC")]
2108 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
2109 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeParse), Member = "DetermineTimeZoneAdjustments", MemberParameters = new object[]
2110 {
2111 typeof(ref global::System.__DTString),
2112 typeof(ref global::System.DateTimeResult),
2113 typeof(global::System.Globalization.DateTimeStyles),
2114 typeof(bool)
2115 }, ReturnType = typeof(bool))]
2116 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeParse), Member = "DateTimeOffsetTimeZonePostProcessing", MemberParameters = new object[]
2117 {
2118 typeof(ref global::System.__DTString),
2119 typeof(ref global::System.DateTimeResult),
2120 typeof(global::System.Globalization.DateTimeStyles)
2121 }, ReturnType = typeof(bool))]
2122 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
2123 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTime), Member = ".ctor", MemberParameters = new object[]
2124 {
2125 typeof(long),
2126 typeof(global::System.DateTimeKind)
2127 }, ReturnType = typeof(void))]
2128 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeResult), Member = "SetFailure", MemberParameters = new object[]
2129 {
2130 typeof(global::System.ParseFailureKind),
2131 typeof(string)
2132 }, ReturnType = typeof(void))]
2133 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
2134 private static bool AdjustTimeZoneToUniversal(ref global::System.DateTimeResult result)
2135 {
2136 throw null;
2137 }
2138
2139 [global::Cpp2ILInjected.Token(Token = "0x60006E3")]
2140 [global::Cpp2ILInjected.Address(RVA = "0x1C28388", Offset = "0x1C28388", Length = "0x200")]
2141 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
2142 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeParse), Member = "DetermineTimeZoneAdjustments", MemberParameters = new object[]
2143 {
2144 typeof(ref global::System.__DTString),
2145 typeof(ref global::System.DateTimeResult),
2146 typeof(global::System.Globalization.DateTimeStyles),
2147 typeof(bool)
2148 }, ReturnType = typeof(bool))]
2149 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
2150 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.TimeZoneInfo), Member = "get_Local", ReturnType = typeof(global::System.TimeZoneInfo))]
2151 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTime), Member = ".ctor", MemberParameters = new object[]
2152 {
2153 typeof(long),
2154 typeof(global::System.DateTimeKind)
2155 }, ReturnType = typeof(void))]
2156 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.TimeZoneInfo), Member = "GetUtcOffsetFromUtc", MemberParameters = new object[]
2157 {
2158 typeof(global::System.DateTime),
2159 typeof(global::System.TimeZoneInfo),
2160 typeof(ref bool),
2161 typeof(ref bool)
2162 }, ReturnType = typeof(global::System.TimeSpan))]
2163 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTime), Member = "get_Now", ReturnType = typeof(global::System.DateTime))]
2164 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.TimeZoneInfo), Member = "GetUtcOffset", MemberParameters = new object[]
2165 {
2166 typeof(global::System.DateTime),
2167 typeof(global::System.TimeZoneInfoOptions)
2168 }, ReturnType = typeof(global::System.TimeSpan))]
2169 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTime), Member = ".ctor", MemberParameters = new object[]
2170 {
2171 typeof(long),
2172 typeof(global::System.DateTimeKind),
2173 typeof(bool)
2174 }, ReturnType = typeof(void))]
2175 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeResult), Member = "SetFailure", MemberParameters = new object[]
2176 {
2177 typeof(global::System.ParseFailureKind),
2178 typeof(string)
2179 }, ReturnType = typeof(void))]
2180 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 7)]
2181 private static bool AdjustTimeZoneToLocal(ref global::System.DateTimeResult result, bool bTimeOnly)
2182 {
2183 throw null;
2184 }
2185
2186 [global::Cpp2ILInjected.Token(Token = "0x60006E4")]
2187 [global::Cpp2ILInjected.Address(RVA = "0x1C27714", Offset = "0x1C27714", Length = "0x500")]
2188 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
2189 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeParse), Member = "TryParse", MemberParameters = new object[]
2190 {
2191 typeof(global::System.ReadOnlySpan<char>),
2192 typeof(global::System.Globalization.DateTimeFormatInfo),
2193 typeof(global::System.Globalization.DateTimeStyles),
2194 typeof(ref global::System.DateTimeResult)
2195 }, ReturnType = typeof(bool))]
2196 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
2197 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeRawInfo), Member = "GetNumber", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(int))]
2198 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.__DTString), Member = "SkipWhiteSpaces", ReturnType = typeof(void))]
2199 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeParse), Member = "ParseDigits", MemberParameters = new object[]
2200 {
2201 typeof(ref global::System.__DTString),
2202 typeof(int),
2203 typeof(ref int)
2204 }, ReturnType = typeof(bool))]
2205 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.__DTString), Member = "Match", MemberParameters = new object[] { typeof(char) }, ReturnType = typeof(bool))]
2206 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeParse), Member = "ParseFraction", MemberParameters = new object[]
2207 {
2208 typeof(ref global::System.__DTString),
2209 typeof(ref double)
2210 }, ReturnType = typeof(bool))]
2211 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.__DTString), Member = "GetNext", ReturnType = typeof(bool))]
2212 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.__DTString), Member = "GetChar", ReturnType = typeof(char))]
2213 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeParse), Member = "ParseTimeZone", MemberParameters = new object[]
2214 {
2215 typeof(ref global::System.__DTString),
2216 typeof(ref global::System.TimeSpan)
2217 }, ReturnType = typeof(bool))]
2218 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeParse), Member = "VerifyValidPunctuation", MemberParameters = new object[] { typeof(ref global::System.__DTString) }, ReturnType = typeof(bool))]
2219 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeResult), Member = "SetBadDateTimeFailure", ReturnType = typeof(void))]
2220 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Globalization.GregorianCalendar), Member = "GetDefaultInstance", ReturnType = typeof(global::System.Globalization.Calendar))]
2221 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeResult), Member = "SetFailure", MemberParameters = new object[]
2222 {
2223 typeof(global::System.ParseFailureKind),
2224 typeof(string)
2225 }, ReturnType = typeof(void))]
2226 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTime), Member = "AddTicks", MemberParameters = new object[] { typeof(long) }, ReturnType = typeof(global::System.DateTime))]
2227 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeParse), Member = "DetermineTimeZoneAdjustments", MemberParameters = new object[]
2228 {
2229 typeof(ref global::System.__DTString),
2230 typeof(ref global::System.DateTimeResult),
2231 typeof(global::System.Globalization.DateTimeStyles),
2232 typeof(bool)
2233 }, ReturnType = typeof(bool))]
2234 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 17)]
2235 private static bool ParseISO8601(ref global::System.DateTimeRawInfo raw, ref global::System.__DTString str, global::System.Globalization.DateTimeStyles styles, ref global::System.DateTimeResult result)
2236 {
2237 throw null;
2238 }
2239
2240 [global::Cpp2ILInjected.Token(Token = "0x60006E5")]
2241 [global::Cpp2ILInjected.Address(RVA = "0x1C28610", Offset = "0x1C28610", Length = "0xD4")]
2242 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
2243 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
2244 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Globalization.HebrewNumberParsingContext), Member = ".ctor", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(void))]
2245 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.__DTString), Member = "GetNext", ReturnType = typeof(bool))]
2246 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.__DTString), Member = "GetChar", ReturnType = typeof(char))]
2247 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Globalization.HebrewNumber), Member = "ParseByChar", MemberParameters = new object[]
2248 {
2249 typeof(char),
2250 typeof(ref global::System.Globalization.HebrewNumberParsingContext)
2251 }, ReturnType = typeof(global::System.Globalization.HebrewNumberParsingState))]
2252 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
2253 internal static bool MatchHebrewDigits(ref global::System.__DTString str, int digitLen, out int number)
2254 {
2255 throw null;
2256 }
2257
2258 [global::Cpp2ILInjected.Token(Token = "0x60006E6")]
2259 [global::Cpp2ILInjected.Address(RVA = "0x1C28588", Offset = "0x1C28588", Length = "0x88")]
2260 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
2261 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeParse), Member = "ParseISO8601", MemberParameters = new object[]
2262 {
2263 typeof(ref global::System.DateTimeRawInfo),
2264 typeof(ref global::System.__DTString),
2265 typeof(global::System.Globalization.DateTimeStyles),
2266 typeof(ref global::System.DateTimeResult)
2267 }, ReturnType = typeof(bool))]
2268 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeParse), Member = "ParseTimeZoneOffset", MemberParameters = new object[]
2269 {
2270 typeof(ref global::System.__DTString),
2271 typeof(int),
2272 typeof(ref global::System.TimeSpan)
2273 }, ReturnType = typeof(bool))]
2274 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeParse), Member = "ParseByFormat", MemberParameters = new object[]
2275 {
2276 typeof(ref global::System.__DTString),
2277 typeof(ref global::System.__DTString),
2278 typeof(ref global::System.ParsingInfo),
2279 typeof(global::System.Globalization.DateTimeFormatInfo),
2280 typeof(ref global::System.DateTimeResult)
2281 }, ReturnType = typeof(bool))]
2282 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 12)]
2283 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeParse), Member = "ParseDigits", MemberParameters = new object[]
2284 {
2285 typeof(ref global::System.__DTString),
2286 typeof(int),
2287 typeof(int),
2288 typeof(ref int)
2289 }, ReturnType = typeof(bool))]
2290 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
2291 internal static bool ParseDigits(ref global::System.__DTString str, int digitLen, out int result)
2292 {
2293 throw null;
2294 }
2295
2296 [global::Cpp2ILInjected.Token(Token = "0x60006E7")]
2297 [global::Cpp2ILInjected.Address(RVA = "0x1C286E4", Offset = "0x1C286E4", Length = "0x130")]
2298 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
2299 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeParse), Member = "ParseDigits", MemberParameters = new object[]
2300 {
2301 typeof(ref global::System.__DTString),
2302 typeof(int),
2303 typeof(ref int)
2304 }, ReturnType = typeof(bool))]
2305 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeParse), Member = "ParseByFormat", MemberParameters = new object[]
2306 {
2307 typeof(ref global::System.__DTString),
2308 typeof(ref global::System.__DTString),
2309 typeof(ref global::System.ParsingInfo),
2310 typeof(global::System.Globalization.DateTimeFormatInfo),
2311 typeof(ref global::System.DateTimeResult)
2312 }, ReturnType = typeof(bool))]
2313 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
2314 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.__DTString), Member = "get_Length", ReturnType = typeof(int))]
2315 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.__DTString), Member = "GetDigit", ReturnType = typeof(int))]
2316 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
2317 internal static bool ParseDigits(ref global::System.__DTString str, int minDigitLen, int maxDigitLen, out int result)
2318 {
2319 throw null;
2320 }
2321
2322 [global::Cpp2ILInjected.Token(Token = "0x60006E8")]
2323 [global::Cpp2ILInjected.Address(RVA = "0x1C28814", Offset = "0x1C28814", Length = "0x1B0")]
2324 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
2325 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeParse), Member = "ParseByFormat", MemberParameters = new object[]
2326 {
2327 typeof(ref global::System.__DTString),
2328 typeof(ref global::System.__DTString),
2329 typeof(ref global::System.ParsingInfo),
2330 typeof(global::System.Globalization.DateTimeFormatInfo),
2331 typeof(ref global::System.DateTimeResult)
2332 }, ReturnType = typeof(bool))]
2333 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
2334 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.__DTString), Member = "get_Length", ReturnType = typeof(int))]
2335 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.__DTString), Member = "GetDigit", ReturnType = typeof(int))]
2336 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Globalization.TimeSpanParse), Member = "Pow10", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(long))]
2337 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
2338 private static bool ParseFractionExact(ref global::System.__DTString str, int maxDigitLen, ref double result)
2339 {
2340 throw null;
2341 }
2342
2343 [global::Cpp2ILInjected.Token(Token = "0x60006E9")]
2344 [global::Cpp2ILInjected.Address(RVA = "0x1C289C4", Offset = "0x1C289C4", Length = "0x64")]
2345 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
2346 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeParse), Member = "ParseTimeZoneOffset", MemberParameters = new object[]
2347 {
2348 typeof(ref global::System.__DTString),
2349 typeof(int),
2350 typeof(ref global::System.TimeSpan)
2351 }, ReturnType = typeof(bool))]
2352 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
2353 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.__DTString), Member = "GetNext", ReturnType = typeof(bool))]
2354 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.__DTString), Member = "GetChar", ReturnType = typeof(char))]
2355 private static bool ParseSign(ref global::System.__DTString str, ref bool result)
2356 {
2357 throw null;
2358 }
2359
2360 [global::Cpp2ILInjected.Token(Token = "0x60006EA")]
2361 [global::Cpp2ILInjected.Address(RVA = "0x1C28A28", Offset = "0x1C28A28", Length = "0x180")]
2362 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
2363 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeParse), Member = "ParseByFormat", MemberParameters = new object[]
2364 {
2365 typeof(ref global::System.__DTString),
2366 typeof(ref global::System.__DTString),
2367 typeof(ref global::System.ParsingInfo),
2368 typeof(global::System.Globalization.DateTimeFormatInfo),
2369 typeof(ref global::System.DateTimeResult)
2370 }, ReturnType = typeof(bool))]
2371 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
2372 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeParse), Member = "ParseSign", MemberParameters = new object[]
2373 {
2374 typeof(ref global::System.__DTString),
2375 typeof(ref bool)
2376 }, ReturnType = typeof(bool))]
2377 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeParse), Member = "ParseDigits", MemberParameters = new object[]
2378 {
2379 typeof(ref global::System.__DTString),
2380 typeof(int),
2381 typeof(ref int)
2382 }, ReturnType = typeof(bool))]
2383 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.__DTString), Member = "Match", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(bool))]
2384 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.TimeSpan), Member = ".ctor", MemberParameters = new object[]
2385 {
2386 typeof(int),
2387 typeof(int),
2388 typeof(int)
2389 }, ReturnType = typeof(void))]
2390 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.TimeSpan), Member = "Negate", ReturnType = typeof(global::System.TimeSpan))]
2391 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 6)]
2392 private static bool ParseTimeZoneOffset(ref global::System.__DTString str, int len, ref global::System.TimeSpan result)
2393 {
2394 throw null;
2395 }
2396
2397 [global::Cpp2ILInjected.Token(Token = "0x60006EB")]
2398 [global::Cpp2ILInjected.Address(RVA = "0x1C28BA8", Offset = "0x1C28BA8", Length = "0x214")]
2399 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
2400 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeParse), Member = "ParseByFormat", MemberParameters = new object[]
2401 {
2402 typeof(ref global::System.__DTString),
2403 typeof(ref global::System.__DTString),
2404 typeof(ref global::System.ParsingInfo),
2405 typeof(global::System.Globalization.DateTimeFormatInfo),
2406 typeof(ref global::System.DateTimeResult)
2407 }, ReturnType = typeof(bool))]
2408 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
2409 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.__DTString), Member = "GetNext", ReturnType = typeof(bool))]
2410 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Globalization.DateTimeFormatInfo), Member = "GetMonthName", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(string))]
2411 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Globalization.DateTimeFormatInfo), Member = "GetAbbreviatedMonthName", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(string))]
2412 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Globalization.DateTimeFormatInfo), Member = "get_HasSpacesInMonthNames", ReturnType = typeof(bool))]
2413 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.__DTString), Member = "MatchSpecifiedWords", MemberParameters = new object[]
2414 {
2415 typeof(string),
2416 typeof(bool),
2417 typeof(ref int)
2418 }, ReturnType = typeof(bool))]
2419 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.__DTString), Member = "get_Length", ReturnType = typeof(int))]
2420 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ThrowHelper), Member = "ThrowArgumentOutOfRangeException", ReturnType = typeof(void))]
2421 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Globalization.CompareInfo), Member = "Compare", MemberParameters = new object[]
2422 {
2423 typeof(global::System.ReadOnlySpan<char>),
2424 typeof(string),
2425 typeof(global::System.Globalization.CompareOptions)
2426 }, ReturnType = typeof(int))]
2427 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Globalization.DateTimeFormatInfo), Member = "get_FormatFlags", ReturnType = typeof(global::System.Globalization.DateTimeFormatFlags))]
2428 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Globalization.DateTimeFormatInfo), Member = "internalGetLeapYearMonthNames", ReturnType = typeof(string[]))]
2429 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.__DTString), Member = "MatchLongestWords", MemberParameters = new object[]
2430 {
2431 typeof(string[]),
2432 typeof(ref int)
2433 }, ReturnType = typeof(int))]
2434 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
2435 private static bool MatchAbbreviatedMonthName(ref global::System.__DTString str, global::System.Globalization.DateTimeFormatInfo dtfi, ref int result)
2436 {
2437 throw null;
2438 }
2439
2440 [global::Cpp2ILInjected.Token(Token = "0x60006EC")]
2441 [global::Cpp2ILInjected.Address(RVA = "0x1C28DBC", Offset = "0x1C28DBC", Length = "0x254")]
2442 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
2443 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeParse), Member = "ParseByFormat", MemberParameters = new object[]
2444 {
2445 typeof(ref global::System.__DTString),
2446 typeof(ref global::System.__DTString),
2447 typeof(ref global::System.ParsingInfo),
2448 typeof(global::System.Globalization.DateTimeFormatInfo),
2449 typeof(ref global::System.DateTimeResult)
2450 }, ReturnType = typeof(bool))]
2451 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
2452 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.__DTString), Member = "GetNext", ReturnType = typeof(bool))]
2453 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Globalization.DateTimeFormatInfo), Member = "GetMonthName", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(string))]
2454 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Globalization.DateTimeFormatInfo), Member = "get_HasSpacesInMonthNames", ReturnType = typeof(bool))]
2455 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.__DTString), Member = "MatchSpecifiedWords", MemberParameters = new object[]
2456 {
2457 typeof(string),
2458 typeof(bool),
2459 typeof(ref int)
2460 }, ReturnType = typeof(bool))]
2461 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.__DTString), Member = "get_Length", ReturnType = typeof(int))]
2462 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ThrowHelper), Member = "ThrowArgumentOutOfRangeException", ReturnType = typeof(void))]
2463 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Globalization.CompareInfo), Member = "Compare", MemberParameters = new object[]
2464 {
2465 typeof(global::System.ReadOnlySpan<char>),
2466 typeof(string),
2467 typeof(global::System.Globalization.CompareOptions)
2468 }, ReturnType = typeof(int))]
2469 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Globalization.DateTimeFormatInfo), Member = "get_FormatFlags", ReturnType = typeof(global::System.Globalization.DateTimeFormatFlags))]
2470 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Globalization.DateTimeFormatInfo), Member = "get_MonthGenitiveNames", ReturnType = typeof(string[]))]
2471 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.__DTString), Member = "MatchLongestWords", MemberParameters = new object[]
2472 {
2473 typeof(string[]),
2474 typeof(ref int)
2475 }, ReturnType = typeof(int))]
2476 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Globalization.DateTimeFormatInfo), Member = "internalGetLeapYearMonthNames", ReturnType = typeof(string[]))]
2477 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
2478 private static bool MatchMonthName(ref global::System.__DTString str, global::System.Globalization.DateTimeFormatInfo dtfi, ref int result)
2479 {
2480 throw null;
2481 }
2482
2483 [global::Cpp2ILInjected.Token(Token = "0x60006ED")]
2484 [global::Cpp2ILInjected.Address(RVA = "0x1C29010", Offset = "0x1C29010", Length = "0x1B0")]
2485 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
2486 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeParse), Member = "ParseByFormat", MemberParameters = new object[]
2487 {
2488 typeof(ref global::System.__DTString),
2489 typeof(ref global::System.__DTString),
2490 typeof(ref global::System.ParsingInfo),
2491 typeof(global::System.Globalization.DateTimeFormatInfo),
2492 typeof(ref global::System.DateTimeResult)
2493 }, ReturnType = typeof(bool))]
2494 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
2495 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.__DTString), Member = "GetNext", ReturnType = typeof(bool))]
2496 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Globalization.DateTimeFormatInfo), Member = "GetAbbreviatedDayName", MemberParameters = new object[] { typeof(global::System.DayOfWeek) }, ReturnType = typeof(string))]
2497 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Globalization.DateTimeFormatInfo), Member = "get_HasSpacesInDayNames", ReturnType = typeof(bool))]
2498 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.__DTString), Member = "MatchSpecifiedWords", MemberParameters = new object[]
2499 {
2500 typeof(string),
2501 typeof(bool),
2502 typeof(ref int)
2503 }, ReturnType = typeof(bool))]
2504 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.__DTString), Member = "get_Length", ReturnType = typeof(int))]
2505 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ThrowHelper), Member = "ThrowArgumentOutOfRangeException", ReturnType = typeof(void))]
2506 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Globalization.CompareInfo), Member = "Compare", MemberParameters = new object[]
2507 {
2508 typeof(global::System.ReadOnlySpan<char>),
2509 typeof(string),
2510 typeof(global::System.Globalization.CompareOptions)
2511 }, ReturnType = typeof(int))]
2512 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
2513 private static bool MatchAbbreviatedDayName(ref global::System.__DTString str, global::System.Globalization.DateTimeFormatInfo dtfi, ref int result)
2514 {
2515 throw null;
2516 }
2517
2518 [global::Cpp2ILInjected.Token(Token = "0x60006EE")]
2519 [global::Cpp2ILInjected.Address(RVA = "0x1C291C0", Offset = "0x1C291C0", Length = "0x1B0")]
2520 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
2521 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeParse), Member = "ParseByFormat", MemberParameters = new object[]
2522 {
2523 typeof(ref global::System.__DTString),
2524 typeof(ref global::System.__DTString),
2525 typeof(ref global::System.ParsingInfo),
2526 typeof(global::System.Globalization.DateTimeFormatInfo),
2527 typeof(ref global::System.DateTimeResult)
2528 }, ReturnType = typeof(bool))]
2529 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
2530 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.__DTString), Member = "GetNext", ReturnType = typeof(bool))]
2531 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Globalization.DateTimeFormatInfo), Member = "GetDayName", MemberParameters = new object[] { typeof(global::System.DayOfWeek) }, ReturnType = typeof(string))]
2532 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Globalization.DateTimeFormatInfo), Member = "get_HasSpacesInDayNames", ReturnType = typeof(bool))]
2533 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.__DTString), Member = "MatchSpecifiedWords", MemberParameters = new object[]
2534 {
2535 typeof(string),
2536 typeof(bool),
2537 typeof(ref int)
2538 }, ReturnType = typeof(bool))]
2539 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.__DTString), Member = "get_Length", ReturnType = typeof(int))]
2540 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ThrowHelper), Member = "ThrowArgumentOutOfRangeException", ReturnType = typeof(void))]
2541 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Globalization.CompareInfo), Member = "Compare", MemberParameters = new object[]
2542 {
2543 typeof(global::System.ReadOnlySpan<char>),
2544 typeof(string),
2545 typeof(global::System.Globalization.CompareOptions)
2546 }, ReturnType = typeof(int))]
2547 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
2548 private static bool MatchDayName(ref global::System.__DTString str, global::System.Globalization.DateTimeFormatInfo dtfi, ref int result)
2549 {
2550 throw null;
2551 }
2552
2553 [global::Cpp2ILInjected.Token(Token = "0x60006EF")]
2554 [global::Cpp2ILInjected.Address(RVA = "0x1C29370", Offset = "0x1C29370", Length = "0x244")]
2555 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
2556 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeParse), Member = "ParseByFormat", MemberParameters = new object[]
2557 {
2558 typeof(ref global::System.__DTString),
2559 typeof(ref global::System.__DTString),
2560 typeof(ref global::System.ParsingInfo),
2561 typeof(global::System.Globalization.DateTimeFormatInfo),
2562 typeof(ref global::System.DateTimeResult)
2563 }, ReturnType = typeof(bool))]
2564 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
2565 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.__DTString), Member = "GetNext", ReturnType = typeof(bool))]
2566 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Globalization.DateTimeFormatInfo), Member = "GetEraName", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(string))]
2567 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.__DTString), Member = "get_Length", ReturnType = typeof(int))]
2568 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ThrowHelper), Member = "ThrowArgumentOutOfRangeException", ReturnType = typeof(void))]
2569 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Globalization.CompareInfo), Member = "Compare", MemberParameters = new object[]
2570 {
2571 typeof(global::System.ReadOnlySpan<char>),
2572 typeof(string),
2573 typeof(global::System.Globalization.CompareOptions)
2574 }, ReturnType = typeof(int))]
2575 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Globalization.DateTimeFormatInfo), Member = "GetAbbreviatedEraName", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(string))]
2576 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
2577 private static bool MatchEraName(ref global::System.__DTString str, global::System.Globalization.DateTimeFormatInfo dtfi, ref int result)
2578 {
2579 throw null;
2580 }
2581
2582 [global::Cpp2ILInjected.Token(Token = "0x60006F0")]
2583 [global::Cpp2ILInjected.Address(RVA = "0x1C295B4", Offset = "0x1C295B4", Length = "0x268")]
2584 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
2585 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeParse), Member = "ParseByFormat", MemberParameters = new object[]
2586 {
2587 typeof(ref global::System.__DTString),
2588 typeof(ref global::System.__DTString),
2589 typeof(ref global::System.ParsingInfo),
2590 typeof(global::System.Globalization.DateTimeFormatInfo),
2591 typeof(ref global::System.DateTimeResult)
2592 }, ReturnType = typeof(bool))]
2593 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
2594 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Globalization.DateTimeFormatInfo), Member = "get_AMDesignator", ReturnType = typeof(string))]
2595 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Globalization.DateTimeFormatInfo), Member = "get_PMDesignator", ReturnType = typeof(string))]
2596 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.__DTString), Member = "GetNext", ReturnType = typeof(bool))]
2597 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.__DTString), Member = "get_Length", ReturnType = typeof(int))]
2598 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ThrowHelper), Member = "ThrowArgumentOutOfRangeException", ReturnType = typeof(void))]
2599 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Globalization.CompareInfo), Member = "Compare", MemberParameters = new object[]
2600 {
2601 typeof(global::System.ReadOnlySpan<char>),
2602 typeof(string),
2603 typeof(global::System.Globalization.CompareOptions)
2604 }, ReturnType = typeof(int))]
2605 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
2606 private static bool MatchTimeMark(ref global::System.__DTString str, global::System.Globalization.DateTimeFormatInfo dtfi, ref global::System.DateTimeParse.TM result)
2607 {
2608 throw null;
2609 }
2610
2611 [global::Cpp2ILInjected.Token(Token = "0x60006F1")]
2612 [global::Cpp2ILInjected.Address(RVA = "0x1C2981C", Offset = "0x1C2981C", Length = "0xDC")]
2613 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
2614 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeParse), Member = "ParseByFormat", MemberParameters = new object[]
2615 {
2616 typeof(ref global::System.__DTString),
2617 typeof(ref global::System.__DTString),
2618 typeof(ref global::System.ParsingInfo),
2619 typeof(global::System.Globalization.DateTimeFormatInfo),
2620 typeof(ref global::System.DateTimeResult)
2621 }, ReturnType = typeof(bool))]
2622 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
2623 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.__DTString), Member = "GetNext", ReturnType = typeof(bool))]
2624 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Globalization.DateTimeFormatInfo), Member = "get_AMDesignator", ReturnType = typeof(string))]
2625 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.__DTString), Member = "GetChar", ReturnType = typeof(char))]
2626 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "get_Chars", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(char))]
2627 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Globalization.DateTimeFormatInfo), Member = "get_PMDesignator", ReturnType = typeof(string))]
2628 private static bool MatchAbbreviatedTimeMark(ref global::System.__DTString str, global::System.Globalization.DateTimeFormatInfo dtfi, ref global::System.DateTimeParse.TM result)
2629 {
2630 throw null;
2631 }
2632
2633 [global::Cpp2ILInjected.Token(Token = "0x60006F2")]
2634 [global::Cpp2ILInjected.Address(RVA = "0x1C298F8", Offset = "0x1C298F8", Length = "0xBC")]
2635 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
2636 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeParse), Member = "ParseByFormat", MemberParameters = new object[]
2637 {
2638 typeof(ref global::System.__DTString),
2639 typeof(ref global::System.__DTString),
2640 typeof(ref global::System.ParsingInfo),
2641 typeof(global::System.Globalization.DateTimeFormatInfo),
2642 typeof(ref global::System.DateTimeResult)
2643 }, ReturnType = typeof(bool))]
2644 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
2645 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeResult), Member = "SetFailure", MemberParameters = new object[]
2646 {
2647 typeof(global::System.ParseFailureKind),
2648 typeof(string),
2649 typeof(object)
2650 }, ReturnType = typeof(void))]
2651 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 3)]
2652 private static bool CheckNewValue(ref int currentValue, int newValue, char patternChar, ref global::System.DateTimeResult result)
2653 {
2654 throw null;
2655 }
2656
2657 [global::Cpp2ILInjected.Token(Token = "0x60006F3")]
2658 [global::Cpp2ILInjected.Address(RVA = "0x1C254C0", Offset = "0x1C254C0", Length = "0xC8")]
2659 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeParse), Member = "GetDefaultYear", MemberParameters = new object[]
2660 {
2661 typeof(ref global::System.DateTimeResult),
2662 typeof(ref global::System.Globalization.DateTimeStyles)
2663 }, ReturnType = typeof(void))]
2664 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeParse), Member = "CheckDefaultDateTime", MemberParameters = new object[]
2665 {
2666 typeof(ref global::System.DateTimeResult),
2667 typeof(ref global::System.Globalization.Calendar),
2668 typeof(global::System.Globalization.DateTimeStyles)
2669 }, ReturnType = typeof(bool))]
2670 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
2671 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTime), Member = "get_Now", ReturnType = typeof(global::System.DateTime))]
2672 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTime), Member = "get_UtcNow", ReturnType = typeof(global::System.DateTime))]
2673 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTime), Member = ".ctor", MemberParameters = new object[]
2674 {
2675 typeof(long),
2676 typeof(global::System.DateTimeKind)
2677 }, ReturnType = typeof(void))]
2678 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
2679 private static global::System.DateTime GetDateTimeNow(ref global::System.DateTimeResult result, ref global::System.Globalization.DateTimeStyles styles)
2680 {
2681 throw null;
2682 }
2683
2684 [global::Cpp2ILInjected.Token(Token = "0x60006F4")]
2685 [global::Cpp2ILInjected.Address(RVA = "0x1C27C14", Offset = "0x1C27C14", Length = "0x268")]
2686 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
2687 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeParse), Member = "TryParse", MemberParameters = new object[]
2688 {
2689 typeof(global::System.ReadOnlySpan<char>),
2690 typeof(global::System.Globalization.DateTimeFormatInfo),
2691 typeof(global::System.Globalization.DateTimeStyles),
2692 typeof(ref global::System.DateTimeResult)
2693 }, ReturnType = typeof(bool))]
2694 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeParse), Member = "DoStrictParse", MemberParameters = new object[]
2695 {
2696 typeof(global::System.ReadOnlySpan<char>),
2697 typeof(global::System.ReadOnlySpan<char>),
2698 typeof(global::System.Globalization.DateTimeStyles),
2699 typeof(global::System.Globalization.DateTimeFormatInfo),
2700 typeof(ref global::System.DateTimeResult)
2701 }, ReturnType = typeof(bool))]
2702 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
2703 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeParse), Member = "GetDateTimeNow", MemberParameters = new object[]
2704 {
2705 typeof(ref global::System.DateTimeResult),
2706 typeof(ref global::System.Globalization.DateTimeStyles)
2707 }, ReturnType = typeof(global::System.DateTime))]
2708 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeResult), Member = "SetFailure", MemberParameters = new object[]
2709 {
2710 typeof(global::System.ParseFailureKind),
2711 typeof(string)
2712 }, ReturnType = typeof(void))]
2713 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Globalization.GregorianCalendar), Member = "GetDefaultInstance", ReturnType = typeof(global::System.Globalization.Calendar))]
2714 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 5)]
2715 private static bool CheckDefaultDateTime(ref global::System.DateTimeResult result, ref global::System.Globalization.Calendar cal, global::System.Globalization.DateTimeStyles styles)
2716 {
2717 throw null;
2718 }
2719
2720 [global::Cpp2ILInjected.Token(Token = "0x60006F5")]
2721 [global::Cpp2ILInjected.Address(RVA = "0x1C299B4", Offset = "0x1C299B4", Length = "0x314")]
2722 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
2723 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeParse), Member = "DoStrictParse", MemberParameters = new object[]
2724 {
2725 typeof(global::System.ReadOnlySpan<char>),
2726 typeof(global::System.ReadOnlySpan<char>),
2727 typeof(global::System.Globalization.DateTimeStyles),
2728 typeof(global::System.Globalization.DateTimeFormatInfo),
2729 typeof(ref global::System.DateTimeResult)
2730 }, ReturnType = typeof(bool))]
2731 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
2732 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Globalization.GregorianCalendar), Member = "GetDefaultInstance", ReturnType = typeof(global::System.Globalization.Calendar))]
2733 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Globalization.DateTimeFormatInfo), Member = "get_InvariantInfo", ReturnType = typeof(global::System.Globalization.DateTimeFormatInfo))]
2734 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = "GetType", ReturnType = typeof(global::System.Type))]
2735 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Type), Member = "GetTypeFromHandle", MemberParameters = new object[] { typeof(global::System.RuntimeTypeHandle) }, ReturnType = typeof(global::System.Type))]
2736 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Type), Member = "op_Inequality", MemberParameters = new object[]
2737 {
2738 typeof(global::System.Type),
2739 typeof(global::System.Type)
2740 }, ReturnType = typeof(bool))]
2741 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Globalization.DateTimeFormatInfo), Member = "Clone", ReturnType = typeof(object))]
2742 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeFormat), Member = "GetRealFormat", MemberParameters = new object[]
2743 {
2744 typeof(global::System.ReadOnlySpan<char>),
2745 typeof(global::System.Globalization.DateTimeFormatInfo)
2746 }, ReturnType = typeof(string))]
2747 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Globalization.DateTimeFormatInfo), Member = "set_Calendar", MemberParameters = new object[] { typeof(global::System.Globalization.Calendar) }, ReturnType = typeof(void))]
2748 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 19)]
2749 private static string ExpandPredefinedFormat(global::System.ReadOnlySpan<char> format, ref global::System.Globalization.DateTimeFormatInfo dtfi, ref global::System.ParsingInfo parseInfo, ref global::System.DateTimeResult result)
2750 {
2751 throw null;
2752 }
2753
2754 [global::Cpp2ILInjected.Token(Token = "0x60006F6")]
2755 [global::Cpp2ILInjected.Address(RVA = "0x1C29CC8", Offset = "0x1C29CC8", Length = "0xD4")]
2756 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
2757 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
2758 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.__DTString), Member = "GetNext", ReturnType = typeof(bool))]
2759 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "get_Chars", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(char))]
2760 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
2761 [MethodImpl(256)]
2762 private static bool ParseJapaneseEraStart(ref global::System.__DTString str, global::System.Globalization.DateTimeFormatInfo dtfi)
2763 {
2764 throw null;
2765 }
2766
2767 [global::Cpp2ILInjected.Token(Token = "0x60006F7")]
2768 [global::Cpp2ILInjected.Address(RVA = "0x1C29D9C", Offset = "0x1C29D9C", Length = "0xF24")]
2769 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
2770 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeParse), Member = "ParseByFormat", MemberParameters = new object[]
2771 {
2772 typeof(ref global::System.__DTString),
2773 typeof(ref global::System.__DTString),
2774 typeof(ref global::System.ParsingInfo),
2775 typeof(global::System.Globalization.DateTimeFormatInfo),
2776 typeof(ref global::System.DateTimeResult)
2777 }, ReturnType = typeof(bool))]
2778 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeParse), Member = "DoStrictParse", MemberParameters = new object[]
2779 {
2780 typeof(global::System.ReadOnlySpan<char>),
2781 typeof(global::System.ReadOnlySpan<char>),
2782 typeof(global::System.Globalization.DateTimeStyles),
2783 typeof(global::System.Globalization.DateTimeFormatInfo),
2784 typeof(ref global::System.DateTimeResult)
2785 }, ReturnType = typeof(bool))]
2786 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
2787 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.__DTString), Member = "GetChar", ReturnType = typeof(char))]
2788 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.TimeSpan), Member = "op_Inequality", MemberParameters = new object[]
2789 {
2790 typeof(global::System.TimeSpan),
2791 typeof(global::System.TimeSpan)
2792 }, ReturnType = typeof(bool))]
2793 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Globalization.DateTimeFormatInfo), Member = "get_TimeSeparator", ReturnType = typeof(string))]
2794 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "get_Chars", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(char))]
2795 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.__DTString), Member = "Match", MemberParameters = new object[] { typeof(char) }, ReturnType = typeof(bool))]
2796 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.__DTString), Member = "GetRepeatCount", ReturnType = typeof(int))]
2797 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeParse), Member = "ParseDigits", MemberParameters = new object[]
2798 {
2799 typeof(ref global::System.__DTString),
2800 typeof(int),
2801 typeof(ref int)
2802 }, ReturnType = typeof(bool))]
2803 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.__DTString), Member = "GetNext", ReturnType = typeof(bool))]
2804 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeParse), Member = "MatchAbbreviatedDayName", MemberParameters = new object[]
2805 {
2806 typeof(ref global::System.__DTString),
2807 typeof(global::System.Globalization.DateTimeFormatInfo),
2808 typeof(ref int)
2809 }, ReturnType = typeof(bool))]
2810 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Text.StringBuilderCache), Member = "Acquire", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(global::System.Text.StringBuilder))]
2811 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeParse), Member = "TryParseQuoteString", MemberParameters = new object[]
2812 {
2813 typeof(global::System.ReadOnlySpan<char>),
2814 typeof(int),
2815 typeof(global::System.Text.StringBuilder),
2816 typeof(ref int)
2817 }, ReturnType = typeof(bool))]
2818 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Text.StringBuilderCache), Member = "GetStringAndRelease", MemberParameters = new object[] { typeof(global::System.Text.StringBuilder) }, ReturnType = typeof(string))]
2819 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.__DTString), Member = "SkipWhiteSpaces", ReturnType = typeof(void))]
2820 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "op_Equality", MemberParameters = new object[]
2821 {
2822 typeof(string),
2823 typeof(string)
2824 }, ReturnType = typeof(bool))]
2825 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeParse), Member = "ParseFractionExact", MemberParameters = new object[]
2826 {
2827 typeof(ref global::System.__DTString),
2828 typeof(int),
2829 typeof(ref double)
2830 }, ReturnType = typeof(bool))]
2831 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeParse), Member = "MatchAbbreviatedMonthName", MemberParameters = new object[]
2832 {
2833 typeof(ref global::System.__DTString),
2834 typeof(global::System.Globalization.DateTimeFormatInfo),
2835 typeof(ref int)
2836 }, ReturnType = typeof(bool))]
2837 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Globalization.DateTimeFormatInfo), Member = "get_DateSeparator", ReturnType = typeof(string))]
2838 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeResult), Member = "SetFailure", MemberParameters = new object[]
2839 {
2840 typeof(global::System.ParseFailureKind),
2841 typeof(string),
2842 typeof(object)
2843 }, ReturnType = typeof(void))]
2844 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Text.StringBuilderCache), Member = "Release", MemberParameters = new object[] { typeof(global::System.Text.StringBuilder) }, ReturnType = typeof(void))]
2845 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeParse), Member = "ParseByFormat", MemberParameters = new object[]
2846 {
2847 typeof(ref global::System.__DTString),
2848 typeof(ref global::System.__DTString),
2849 typeof(ref global::System.ParsingInfo),
2850 typeof(global::System.Globalization.DateTimeFormatInfo),
2851 typeof(ref global::System.DateTimeResult)
2852 }, ReturnType = typeof(bool))]
2853 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.__DTString), Member = "get_Length", ReturnType = typeof(int))]
2854 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ThrowHelper), Member = "ThrowArgumentOutOfRangeException", ReturnType = typeof(void))]
2855 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Globalization.CompareInfo), Member = "Compare", MemberParameters = new object[]
2856 {
2857 typeof(global::System.ReadOnlySpan<char>),
2858 typeof(string),
2859 typeof(global::System.Globalization.CompareOptions)
2860 }, ReturnType = typeof(int))]
2861 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.__DTString), Member = "Match", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(bool))]
2862 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeParse), Member = "MatchAbbreviatedTimeMark", MemberParameters = new object[]
2863 {
2864 typeof(ref global::System.__DTString),
2865 typeof(global::System.Globalization.DateTimeFormatInfo),
2866 typeof(ref global::System.DateTimeParse.TM)
2867 }, ReturnType = typeof(bool))]
2868 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeParse), Member = "ParseTimeZoneOffset", MemberParameters = new object[]
2869 {
2870 typeof(ref global::System.__DTString),
2871 typeof(int),
2872 typeof(ref global::System.TimeSpan)
2873 }, ReturnType = typeof(bool))]
2874 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeResult), Member = "SetBadFormatSpecifierFailure", MemberParameters = new object[] { typeof(global::System.ReadOnlySpan<char>) }, ReturnType = typeof(void))]
2875 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeParse), Member = "MatchEraName", MemberParameters = new object[]
2876 {
2877 typeof(ref global::System.__DTString),
2878 typeof(global::System.Globalization.DateTimeFormatInfo),
2879 typeof(ref int)
2880 }, ReturnType = typeof(bool))]
2881 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeParse), Member = "MatchTimeMark", MemberParameters = new object[]
2882 {
2883 typeof(ref global::System.__DTString),
2884 typeof(global::System.Globalization.DateTimeFormatInfo),
2885 typeof(ref global::System.DateTimeParse.TM)
2886 }, ReturnType = typeof(bool))]
2887 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeParse), Member = "GetTimeZoneName", MemberParameters = new object[] { typeof(ref global::System.__DTString) }, ReturnType = typeof(bool))]
2888 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeParse), Member = "MatchMonthName", MemberParameters = new object[]
2889 {
2890 typeof(ref global::System.__DTString),
2891 typeof(global::System.Globalization.DateTimeFormatInfo),
2892 typeof(ref int)
2893 }, ReturnType = typeof(bool))]
2894 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeParse), Member = "MatchDayName", MemberParameters = new object[]
2895 {
2896 typeof(ref global::System.__DTString),
2897 typeof(global::System.Globalization.DateTimeFormatInfo),
2898 typeof(ref int)
2899 }, ReturnType = typeof(bool))]
2900 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeParse), Member = "CheckNewValue", MemberParameters = new object[]
2901 {
2902 typeof(ref int),
2903 typeof(int),
2904 typeof(char),
2905 typeof(ref global::System.DateTimeResult)
2906 }, ReturnType = typeof(bool))]
2907 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Globalization.DateTimeFormatInfo), Member = "get_HasForceTwoDigitYears", ReturnType = typeof(bool))]
2908 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeParse), Member = "ParseDigits", MemberParameters = new object[]
2909 {
2910 typeof(ref global::System.__DTString),
2911 typeof(int),
2912 typeof(int),
2913 typeof(ref int)
2914 }, ReturnType = typeof(bool))]
2915 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeResult), Member = "SetBadDateTimeFailure", ReturnType = typeof(void))]
2916 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 47)]
2917 private static bool ParseByFormat(ref global::System.__DTString str, ref global::System.__DTString format, ref global::System.ParsingInfo parseInfo, global::System.Globalization.DateTimeFormatInfo dtfi, ref global::System.DateTimeResult result)
2918 {
2919 throw null;
2920 }
2921
2922 [global::Cpp2ILInjected.Token(Token = "0x60006F8")]
2923 [global::Cpp2ILInjected.Address(RVA = "0x1C2ACC0", Offset = "0x1C2ACC0", Length = "0xCC")]
2924 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
2925 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeParse), Member = "ParseByFormat", MemberParameters = new object[]
2926 {
2927 typeof(ref global::System.__DTString),
2928 typeof(ref global::System.__DTString),
2929 typeof(ref global::System.ParsingInfo),
2930 typeof(global::System.Globalization.DateTimeFormatInfo),
2931 typeof(ref global::System.DateTimeResult)
2932 }, ReturnType = typeof(bool))]
2933 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Globalization.TimeSpanParse), Member = "TryParseByFormat", MemberParameters = new object[]
2934 {
2935 typeof(global::System.ReadOnlySpan<char>),
2936 typeof(global::System.ReadOnlySpan<char>),
2937 typeof(global::System.Globalization.TimeSpanStyles),
2938 typeof(ref global::System.Globalization.TimeSpanParse.TimeSpanResult)
2939 }, ReturnType = typeof(bool))]
2940 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
2941 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Text.StringBuilder), Member = "Append", MemberParameters = new object[] { typeof(char) }, ReturnType = typeof(global::System.Text.StringBuilder))]
2942 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
2943 internal static bool TryParseQuoteString(global::System.ReadOnlySpan<char> format, int pos, global::System.Text.StringBuilder result, out int returnValue)
2944 {
2945 throw null;
2946 }
2947
2948 [global::Cpp2ILInjected.Token(Token = "0x60006F9")]
2949 [global::Cpp2ILInjected.Address(RVA = "0x1C229E4", Offset = "0x1C229E4", Length = "0x788")]
2950 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
2951 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeParse), Member = "TryParseExact", MemberParameters = new object[]
2952 {
2953 typeof(global::System.ReadOnlySpan<char>),
2954 typeof(global::System.ReadOnlySpan<char>),
2955 typeof(global::System.Globalization.DateTimeFormatInfo),
2956 typeof(global::System.Globalization.DateTimeStyles),
2957 typeof(ref global::System.DateTimeResult)
2958 }, ReturnType = typeof(bool))]
2959 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
2960 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ParsingInfo), Member = "Init", ReturnType = typeof(void))]
2961 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeResult), Member = "SetBadFormatSpecifierFailure", MemberParameters = new object[] { typeof(global::System.ReadOnlySpan<char>) }, ReturnType = typeof(void))]
2962 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeParse), Member = "ExpandPredefinedFormat", MemberParameters = new object[]
2963 {
2964 typeof(global::System.ReadOnlySpan<char>),
2965 typeof(ref global::System.Globalization.DateTimeFormatInfo),
2966 typeof(ref global::System.ParsingInfo),
2967 typeof(ref global::System.DateTimeResult)
2968 }, ReturnType = typeof(string))]
2969 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "GetRawStringData", ReturnType = typeof(ref char))]
2970 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Func<object>), Member = ".ctor", MemberParameters = new object[]
2971 {
2972 typeof(object),
2973 typeof(global::System.IntPtr)
2974 }, ReturnType = typeof(void))]
2975 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Threading.LazyInitializer), Member = "EnsureInitialized", MemberTypeParameters = new object[] { "T" }, MemberParameters = new object[] { "T&", "System.Func`1<T>" }, ReturnType = "T")]
2976 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.__DTString), Member = ".ctor", MemberParameters = new object[]
2977 {
2978 typeof(global::System.ReadOnlySpan<char>),
2979 typeof(global::System.Globalization.DateTimeFormatInfo),
2980 typeof(bool)
2981 }, ReturnType = typeof(void))]
2982 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.__DTString), Member = "TrimTail", ReturnType = typeof(void))]
2983 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.__DTString), Member = "RemoveTrailingInQuoteSpaces", ReturnType = typeof(void))]
2984 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.__DTString), Member = "SkipWhiteSpaces", ReturnType = typeof(void))]
2985 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.__DTString), Member = "RemoveLeadingInQuoteSpaces", ReturnType = typeof(void))]
2986 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.__DTString), Member = "GetNext", ReturnType = typeof(bool))]
2987 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeParse), Member = "ParseByFormat", MemberParameters = new object[]
2988 {
2989 typeof(ref global::System.__DTString),
2990 typeof(ref global::System.__DTString),
2991 typeof(ref global::System.ParsingInfo),
2992 typeof(global::System.Globalization.DateTimeFormatInfo),
2993 typeof(ref global::System.DateTimeResult)
2994 }, ReturnType = typeof(bool))]
2995 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeResult), Member = "SetBadDateTimeFailure", ReturnType = typeof(void))]
2996 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Globalization.DateTimeFormatInfo), Member = "get_FormatFlags", ReturnType = typeof(global::System.Globalization.DateTimeFormatFlags))]
2997 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeParse), Member = "CheckDefaultDateTime", MemberParameters = new object[]
2998 {
2999 typeof(ref global::System.DateTimeResult),
3000 typeof(ref global::System.Globalization.Calendar),
3001 typeof(global::System.Globalization.DateTimeStyles)
3002 }, ReturnType = typeof(bool))]
3003 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Globalization.DateTimeFormatInfo), Member = "get_HasYearMonthAdjustment", ReturnType = typeof(bool))]
3004 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Globalization.DateTimeFormatInfo), Member = "YearMonthAdjustment", MemberParameters = new object[]
3005 {
3006 typeof(ref int),
3007 typeof(ref int),
3008 typeof(bool)
3009 }, ReturnType = typeof(bool))]
3010 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeResult), Member = "SetFailure", MemberParameters = new object[]
3011 {
3012 typeof(global::System.ParseFailureKind),
3013 typeof(string)
3014 }, ReturnType = typeof(void))]
3015 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTime), Member = "AddTicks", MemberParameters = new object[] { typeof(long) }, ReturnType = typeof(global::System.DateTime))]
3016 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeParse), Member = "DetermineTimeZoneAdjustments", MemberParameters = new object[]
3017 {
3018 typeof(ref global::System.__DTString),
3019 typeof(ref global::System.DateTimeResult),
3020 typeof(global::System.Globalization.DateTimeStyles),
3021 typeof(bool)
3022 }, ReturnType = typeof(bool))]
3023 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 34)]
3024 private static bool DoStrictParse(global::System.ReadOnlySpan<char> s, global::System.ReadOnlySpan<char> formatParam, global::System.Globalization.DateTimeStyles styles, global::System.Globalization.DateTimeFormatInfo dtfi, ref global::System.DateTimeResult result)
3025 {
3026 throw null;
3027 }
3028
3029 [global::Cpp2ILInjected.Token(Token = "0x60006FA")]
3030 [global::Cpp2ILInjected.Address(RVA = "0x1C22830", Offset = "0x1C22830", Length = "0x1B4")]
3031 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
3032 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeParse), Member = "ParseExact", MemberParameters = new object[]
3033 {
3034 typeof(global::System.ReadOnlySpan<char>),
3035 typeof(global::System.ReadOnlySpan<char>),
3036 typeof(global::System.Globalization.DateTimeFormatInfo),
3037 typeof(global::System.Globalization.DateTimeStyles)
3038 }, ReturnType = typeof(global::System.DateTime))]
3039 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeParse), Member = "ParseExact", MemberParameters = new object[]
3040 {
3041 typeof(global::System.ReadOnlySpan<char>),
3042 typeof(global::System.ReadOnlySpan<char>),
3043 typeof(global::System.Globalization.DateTimeFormatInfo),
3044 typeof(global::System.Globalization.DateTimeStyles),
3045 typeof(ref global::System.TimeSpan)
3046 }, ReturnType = typeof(global::System.DateTime))]
3047 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeParse), Member = "ParseExactMultiple", MemberParameters = new object[]
3048 {
3049 typeof(global::System.ReadOnlySpan<char>),
3050 typeof(string[]),
3051 typeof(global::System.Globalization.DateTimeFormatInfo),
3052 typeof(global::System.Globalization.DateTimeStyles)
3053 }, ReturnType = typeof(global::System.DateTime))]
3054 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeParse), Member = "Parse", MemberParameters = new object[]
3055 {
3056 typeof(global::System.ReadOnlySpan<char>),
3057 typeof(global::System.Globalization.DateTimeFormatInfo),
3058 typeof(global::System.Globalization.DateTimeStyles)
3059 }, ReturnType = typeof(global::System.DateTime))]
3060 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeParse), Member = "Parse", MemberParameters = new object[]
3061 {
3062 typeof(global::System.ReadOnlySpan<char>),
3063 typeof(global::System.Globalization.DateTimeFormatInfo),
3064 typeof(global::System.Globalization.DateTimeStyles),
3065 typeof(ref global::System.TimeSpan)
3066 }, ReturnType = typeof(global::System.DateTime))]
3067 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 5)]
3068 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::SR), Member = "GetResourceString", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(string))]
3069 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentNullException), Member = ".ctor", MemberParameters = new object[]
3070 {
3071 typeof(string),
3072 typeof(string)
3073 }, ReturnType = typeof(void))]
3074 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "CreateString", MemberParameters = new object[] { typeof(global::System.ReadOnlySpan<char>) }, ReturnType = typeof(string))]
3075 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::SR), Member = "Format", MemberParameters = new object[]
3076 {
3077 typeof(string),
3078 typeof(object)
3079 }, ReturnType = typeof(string))]
3080 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::SR), Member = "Format", MemberParameters = new object[]
3081 {
3082 typeof(string),
3083 typeof(object),
3084 typeof(object)
3085 }, ReturnType = typeof(string))]
3086 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.SystemException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
3087 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 5)]
3088 private static global::System.Exception GetDateTimeParseException(ref global::System.DateTimeResult result)
3089 {
3090 throw null;
3091 }
3092
3093 // Note: this type is marked as 'beforefieldinit'.
3094 [global::Cpp2ILInjected.Token(Token = "0x60006FB")]
3095 [global::Cpp2ILInjected.Address(RVA = "0x1C2AD8C", Offset = "0x1C2AD8C", Length = "0x1688")]
3096 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
3097 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
3098 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Runtime.CompilerServices.RuntimeHelpers), Member = "InitializeArray", MemberParameters = new object[]
3099 {
3100 typeof(global::System.Array),
3101 typeof(global::System.RuntimeFieldHandle)
3102 }, ReturnType = typeof(void))]
3103 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 67)]
3105 {
3106 throw null;
3107 }
3108
3109 [global::Cpp2ILInjected.Token(Token = "0x4000275")]
3110 internal static global::System.DateTimeParse.MatchNumberDelegate m_hebrewNumberParser;
3111
3112 [global::Cpp2ILInjected.Token(Token = "0x4000276")]
3113 private static global::System.DateTimeParse.DS[][] dateParsingStates;
3114
3115 [global::Cpp2ILInjected.Token(Token = "0x20000AE")]
3116 internal delegate bool MatchNumberDelegate(ref global::System.__DTString str, int digitLen, out int result);
3117
3118 [global::Cpp2ILInjected.Token(Token = "0x20000AF")]
3119 internal enum DTT
3120 {
3121 [global::Cpp2ILInjected.Token(Token = "0x4000278")]
3122 End,
3123 [global::Cpp2ILInjected.Token(Token = "0x4000279")]
3124 NumEnd,
3125 [global::Cpp2ILInjected.Token(Token = "0x400027A")]
3126 NumAmpm,
3127 [global::Cpp2ILInjected.Token(Token = "0x400027B")]
3128 NumSpace,
3129 [global::Cpp2ILInjected.Token(Token = "0x400027C")]
3130 NumDatesep,
3131 [global::Cpp2ILInjected.Token(Token = "0x400027D")]
3132 NumTimesep,
3133 [global::Cpp2ILInjected.Token(Token = "0x400027E")]
3134 MonthEnd,
3135 [global::Cpp2ILInjected.Token(Token = "0x400027F")]
3136 MonthSpace,
3137 [global::Cpp2ILInjected.Token(Token = "0x4000280")]
3139 [global::Cpp2ILInjected.Token(Token = "0x4000281")]
3141 [global::Cpp2ILInjected.Token(Token = "0x4000282")]
3143 [global::Cpp2ILInjected.Token(Token = "0x4000283")]
3144 DayOfWeek,
3145 [global::Cpp2ILInjected.Token(Token = "0x4000284")]
3146 YearSpace,
3147 [global::Cpp2ILInjected.Token(Token = "0x4000285")]
3149 [global::Cpp2ILInjected.Token(Token = "0x4000286")]
3150 YearEnd,
3151 [global::Cpp2ILInjected.Token(Token = "0x4000287")]
3152 TimeZone,
3153 [global::Cpp2ILInjected.Token(Token = "0x4000288")]
3154 Era,
3155 [global::Cpp2ILInjected.Token(Token = "0x4000289")]
3157 [global::Cpp2ILInjected.Token(Token = "0x400028A")]
3158 Unk,
3159 [global::Cpp2ILInjected.Token(Token = "0x400028B")]
3161 [global::Cpp2ILInjected.Token(Token = "0x400028C")]
3162 Max
3163 }
3164
3165 [global::Cpp2ILInjected.Token(Token = "0x20000B0")]
3166 internal enum TM
3167 {
3168 [global::Cpp2ILInjected.Token(Token = "0x400028E")]
3169 NotSet = -1,
3170 [global::Cpp2ILInjected.Token(Token = "0x400028F")]
3171 AM,
3172 [global::Cpp2ILInjected.Token(Token = "0x4000290")]
3173 PM
3174 }
3175
3176 [global::Cpp2ILInjected.Token(Token = "0x20000B1")]
3177 internal enum DS
3178 {
3179 [global::Cpp2ILInjected.Token(Token = "0x4000292")]
3180 BEGIN,
3181 [global::Cpp2ILInjected.Token(Token = "0x4000293")]
3182 N,
3183 [global::Cpp2ILInjected.Token(Token = "0x4000294")]
3184 NN,
3185 [global::Cpp2ILInjected.Token(Token = "0x4000295")]
3186 D_Nd,
3187 [global::Cpp2ILInjected.Token(Token = "0x4000296")]
3188 D_NN,
3189 [global::Cpp2ILInjected.Token(Token = "0x4000297")]
3190 D_NNd,
3191 [global::Cpp2ILInjected.Token(Token = "0x4000298")]
3192 D_M,
3193 [global::Cpp2ILInjected.Token(Token = "0x4000299")]
3194 D_MN,
3195 [global::Cpp2ILInjected.Token(Token = "0x400029A")]
3196 D_NM,
3197 [global::Cpp2ILInjected.Token(Token = "0x400029B")]
3198 D_MNd,
3199 [global::Cpp2ILInjected.Token(Token = "0x400029C")]
3200 D_NDS,
3201 [global::Cpp2ILInjected.Token(Token = "0x400029D")]
3202 D_Y,
3203 [global::Cpp2ILInjected.Token(Token = "0x400029E")]
3204 D_YN,
3205 [global::Cpp2ILInjected.Token(Token = "0x400029F")]
3206 D_YNd,
3207 [global::Cpp2ILInjected.Token(Token = "0x40002A0")]
3208 D_YM,
3209 [global::Cpp2ILInjected.Token(Token = "0x40002A1")]
3210 D_YMd,
3211 [global::Cpp2ILInjected.Token(Token = "0x40002A2")]
3212 D_S,
3213 [global::Cpp2ILInjected.Token(Token = "0x40002A3")]
3214 T_S,
3215 [global::Cpp2ILInjected.Token(Token = "0x40002A4")]
3216 T_Nt,
3217 [global::Cpp2ILInjected.Token(Token = "0x40002A5")]
3218 T_NNt,
3219 [global::Cpp2ILInjected.Token(Token = "0x40002A6")]
3220 ERROR,
3221 [global::Cpp2ILInjected.Token(Token = "0x40002A7")]
3222 DX_NN,
3223 [global::Cpp2ILInjected.Token(Token = "0x40002A8")]
3224 DX_NNN,
3225 [global::Cpp2ILInjected.Token(Token = "0x40002A9")]
3226 DX_MN,
3227 [global::Cpp2ILInjected.Token(Token = "0x40002AA")]
3228 DX_NM,
3229 [global::Cpp2ILInjected.Token(Token = "0x40002AB")]
3230 DX_MNN,
3231 [global::Cpp2ILInjected.Token(Token = "0x40002AC")]
3232 DX_DS,
3233 [global::Cpp2ILInjected.Token(Token = "0x40002AD")]
3234 DX_DSN,
3235 [global::Cpp2ILInjected.Token(Token = "0x40002AE")]
3236 DX_NDS,
3237 [global::Cpp2ILInjected.Token(Token = "0x40002AF")]
3238 DX_NNDS,
3239 [global::Cpp2ILInjected.Token(Token = "0x40002B0")]
3240 DX_YNN,
3241 [global::Cpp2ILInjected.Token(Token = "0x40002B1")]
3242 DX_YMN,
3243 [global::Cpp2ILInjected.Token(Token = "0x40002B2")]
3244 DX_YN,
3245 [global::Cpp2ILInjected.Token(Token = "0x40002B3")]
3246 DX_YM,
3247 [global::Cpp2ILInjected.Token(Token = "0x40002B4")]
3248 TX_N,
3249 [global::Cpp2ILInjected.Token(Token = "0x40002B5")]
3250 TX_NN,
3251 [global::Cpp2ILInjected.Token(Token = "0x40002B6")]
3252 TX_NNN,
3253 [global::Cpp2ILInjected.Token(Token = "0x40002B7")]
3254 TX_TS,
3255 [global::Cpp2ILInjected.Token(Token = "0x40002B8")]
3256 DX_NNY
3257 }
3258
3259 [global::System.Runtime.CompilerServices.CompilerGenerated]
3260 [global::Cpp2ILInjected.Token(Token = "0x20000B2")]
3261 [global::System.Serializable]
3262 private sealed class <>c
3263 {
3264 // Note: this type is marked as 'beforefieldinit'.
3265 [global::Cpp2ILInjected.Token(Token = "0x60006FE")]
3266 [global::Cpp2ILInjected.Address(RVA = "0x1C2C500", Offset = "0x1C2C500", Length = "0x5C")]
3267 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
3268 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
3269 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
3270 static <>c()
3271 {
3272 throw null;
3273 }
3274
3275 [global::Cpp2ILInjected.Token(Token = "0x60006FF")]
3276 [global::Cpp2ILInjected.Address(RVA = "0x1C2C55C", Offset = "0x1C2C55C", Length = "0x8")]
3277 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
3278 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
3279 public <>c()
3280 {
3281 throw null;
3282 }
3283
3284 [global::Cpp2ILInjected.Token(Token = "0x6000700")]
3285 [global::Cpp2ILInjected.Address(RVA = "0x1C2C564", Offset = "0x1C2C564", Length = "0x6C")]
3286 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
3287 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeParse.MatchNumberDelegate), Member = ".ctor", MemberParameters = new object[]
3288 {
3289 typeof(object),
3290 typeof(global::System.IntPtr)
3291 }, ReturnType = typeof(void))]
3292 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 3)]
3293 internal global::System.DateTimeParse.MatchNumberDelegate <DoStrictParse>b__98_0()
3294 {
3295 throw null;
3296 }
3297
3298 [global::Cpp2ILInjected.Token(Token = "0x40002B9")]
3299 public static readonly global::System.DateTimeParse.<>c <>9;
3300
3301 [global::Cpp2ILInjected.Token(Token = "0x40002BA")]
3302 public static global::System.Func<global::System.DateTimeParse.MatchNumberDelegate> <>9__98_0;
3303 }
3304 }
3305}
class f__AnonymousType0<< Count > j__TPar
static bool HandleTimeZone(ref global::System.__DTString str, ref global::System.DateTimeResult result)
static bool ProcessHebrewTerminalState(global::System.DateTimeParse.DS dps, ref global::System.__DTString str, ref global::System.DateTimeResult result, ref global::System.Globalization.DateTimeStyles styles, ref global::System.DateTimeRawInfo raw, global::System.Globalization.DateTimeFormatInfo dtfi)
static string ExpandPredefinedFormat(global::System.ReadOnlySpan< char > format, ref global::System.Globalization.DateTimeFormatInfo dtfi, ref global::System.ParsingInfo parseInfo, ref global::System.DateTimeResult result)
static bool AdjustTimeZoneToLocal(ref global::System.DateTimeResult result, bool bTimeOnly)
static global::System.DateTimeParse.DS[][] dateParsingStates
static bool TryAdjustYear(ref global::System.DateTimeResult result, int year, out int adjustedYear)
static bool GetDayOfYMN(ref global::System.DateTimeResult result, ref global::System.DateTimeRawInfo raw)
static global::System.DateTimeParse.MatchNumberDelegate m_hebrewNumberParser
static bool MatchEraName(ref global::System.__DTString str, global::System.Globalization.DateTimeFormatInfo dtfi, ref int result)
static bool GetTimeOfNNN(ref global::System.DateTimeResult result, ref global::System.DateTimeRawInfo raw)
static bool MatchAbbreviatedMonthName(ref global::System.__DTString str, global::System.Globalization.DateTimeFormatInfo dtfi, ref int result)
static bool Lex(global::System.DateTimeParse.DS dps, ref global::System.__DTString str, ref global::System.DateTimeToken dtok, ref global::System.DateTimeRawInfo raw, ref global::System.DateTimeResult result, ref global::System.Globalization.DateTimeFormatInfo dtfi, global::System.Globalization.DateTimeStyles styles)
static global::System.DateTime Parse(global::System.ReadOnlySpan< char > s, global::System.Globalization.DateTimeFormatInfo dtfi, global::System.Globalization.DateTimeStyles styles, out global::System.TimeSpan offset)
static bool ParseISO8601(ref global::System.DateTimeRawInfo raw, ref global::System.__DTString str, global::System.Globalization.DateTimeStyles styles, ref global::System.DateTimeResult result)
static bool ParseByFormat(ref global::System.__DTString str, ref global::System.__DTString format, ref global::System.ParsingInfo parseInfo, global::System.Globalization.DateTimeFormatInfo dtfi, ref global::System.DateTimeResult result)
static bool GetMonthDayOrder(string pattern, global::System.Globalization.DateTimeFormatInfo dtfi, out int order)
static bool GetDateOfNDS(ref global::System.DateTimeResult result, ref global::System.DateTimeRawInfo raw)
static bool GetYearMonthDayOrder(string datePattern, global::System.Globalization.DateTimeFormatInfo dtfi, out int order)
static bool GetTimeOfN(ref global::System.DateTimeResult result, ref global::System.DateTimeRawInfo raw)
static global::System.DateTime ParseExact(global::System.ReadOnlySpan< char > s, global::System.ReadOnlySpan< char > format, global::System.Globalization.DateTimeFormatInfo dtfi, global::System.Globalization.DateTimeStyles style)
static bool GetDateOfNNDS(ref global::System.DateTimeResult result, ref global::System.DateTimeRawInfo raw, global::System.Globalization.DateTimeFormatInfo dtfi)
static bool GetTimeZoneName(ref global::System.__DTString str)
static bool SetDateDMY(ref global::System.DateTimeResult result, int day, int month, int year)
static bool AdjustTimeZoneToUniversal(ref global::System.DateTimeResult result)
static unsafe bool TryParse(global::System.ReadOnlySpan< char > s, global::System.Globalization.DateTimeFormatInfo dtfi, global::System.Globalization.DateTimeStyles styles, ref global::System.DateTimeResult result)
static bool TryParseQuoteString(global::System.ReadOnlySpan< char > format, int pos, global::System.Text.StringBuilder result, out int returnValue)
static bool CheckNewValue(ref int currentValue, int newValue, char patternChar, ref global::System.DateTimeResult result)
static global::System.Globalization.Calendar GetJapaneseCalendarDefaultInstance()
static bool TryParse(global::System.ReadOnlySpan< char > s, global::System.Globalization.DateTimeFormatInfo dtfi, global::System.Globalization.DateTimeStyles styles, out global::System.DateTime result, out global::System.TimeSpan offset)
static bool GetDayOfNNN(ref global::System.DateTimeResult result, ref global::System.DateTimeRawInfo raw, global::System.Globalization.DateTimeFormatInfo dtfi)
static bool IsDigit(char ch)
static bool GetDayOfNM(ref global::System.DateTimeResult result, ref global::System.Globalization.DateTimeStyles styles, ref global::System.DateTimeRawInfo raw, global::System.Globalization.DateTimeFormatInfo dtfi)
static global::System.Globalization.Calendar GetTaiwanCalendarDefaultInstance()
static bool MatchHebrewDigits(ref global::System.__DTString str, int digitLen, out int number)
static bool ProcessDateTimeSuffix(ref global::System.DateTimeResult result, ref global::System.DateTimeRawInfo raw, ref global::System.DateTimeToken dtok)
static bool AdjustHour(ref int hour, global::System.DateTimeParse.TM timeMark)
static global::System.DateTime GetDateTimeNow(ref global::System.DateTimeResult result, ref global::System.Globalization.DateTimeStyles styles)
static bool ParseFractionExact(ref global::System.__DTString str, int maxDigitLen, ref double result)
static bool ProcessTerminalState(global::System.DateTimeParse.DS dps, ref global::System.__DTString str, ref global::System.DateTimeResult result, ref global::System.Globalization.DateTimeStyles styles, ref global::System.DateTimeRawInfo raw, global::System.Globalization.DateTimeFormatInfo dtfi)
static global::System.DateTime Parse(global::System.ReadOnlySpan< char > s, global::System.Globalization.DateTimeFormatInfo dtfi, global::System.Globalization.DateTimeStyles styles)
static bool MatchMonthName(ref global::System.__DTString str, global::System.Globalization.DateTimeFormatInfo dtfi, ref int result)
static bool MatchAbbreviatedTimeMark(ref global::System.__DTString str, global::System.Globalization.DateTimeFormatInfo dtfi, ref global::System.DateTimeParse.TM result)
static bool VerifyValidPunctuation(ref global::System.__DTString str)
static bool MatchTimeMark(ref global::System.__DTString str, global::System.Globalization.DateTimeFormatInfo dtfi, ref global::System.DateTimeParse.TM result)
static bool GetYearMonthOrder(string pattern, global::System.Globalization.DateTimeFormatInfo dtfi, out int order)
static bool ParseFraction(ref global::System.__DTString str, out double result)
static bool SetDateMDY(ref global::System.DateTimeResult result, int month, int day, int year)
static bool ParseDigits(ref global::System.__DTString str, int minDigitLen, int maxDigitLen, out int result)
static bool DateTimeOffsetTimeZonePostProcessing(ref global::System.__DTString str, ref global::System.DateTimeResult result, global::System.Globalization.DateTimeStyles styles)
static bool SetDateYMD(ref global::System.DateTimeResult result, int year, int month, int day)
static bool GetDayOfYM(ref global::System.DateTimeResult result, ref global::System.DateTimeRawInfo raw)
static bool TryParseExactMultiple(global::System.ReadOnlySpan< char > s, string[] formats, global::System.Globalization.DateTimeFormatInfo dtfi, global::System.Globalization.DateTimeStyles style, ref global::System.DateTimeResult result)
static bool GetDateOfDSN(ref global::System.DateTimeResult result, ref global::System.DateTimeRawInfo raw)
static bool DoStrictParse(global::System.ReadOnlySpan< char > s, global::System.ReadOnlySpan< char > formatParam, global::System.Globalization.DateTimeStyles styles, global::System.Globalization.DateTimeFormatInfo dtfi, ref global::System.DateTimeResult result)
static bool SetDateYDM(ref global::System.DateTimeResult result, int year, int day, int month)
static bool ParseSign(ref global::System.__DTString str, ref bool result)
static bool MatchWord(ref global::System.__DTString str, string target)
static bool CheckDefaultDateTime(ref global::System.DateTimeResult result, ref global::System.Globalization.Calendar cal, global::System.Globalization.DateTimeStyles styles)
static bool TryParse(global::System.ReadOnlySpan< char > s, global::System.Globalization.DateTimeFormatInfo dtfi, global::System.Globalization.DateTimeStyles styles, out global::System.DateTime result)
static bool TryParseExact(global::System.ReadOnlySpan< char > s, global::System.ReadOnlySpan< char > format, global::System.Globalization.DateTimeFormatInfo dtfi, global::System.Globalization.DateTimeStyles style, out global::System.DateTime result)
static bool DetermineTimeZoneAdjustments(ref global::System.__DTString str, ref global::System.DateTimeResult result, global::System.Globalization.DateTimeStyles styles, bool bTimeOnly)
static bool MatchDayName(ref global::System.__DTString str, global::System.Globalization.DateTimeFormatInfo dtfi, ref int result)
static global::System.Exception GetDateTimeParseException(ref global::System.DateTimeResult result)
static bool GetDayOfYNN(ref global::System.DateTimeResult result, ref global::System.DateTimeRawInfo raw, global::System.Globalization.DateTimeFormatInfo dtfi)
static bool MatchAbbreviatedDayName(ref global::System.__DTString str, global::System.Globalization.DateTimeFormatInfo dtfi, ref int result)
static bool TryParseExact(global::System.ReadOnlySpan< char > s, global::System.ReadOnlySpan< char > format, global::System.Globalization.DateTimeFormatInfo dtfi, global::System.Globalization.DateTimeStyles style, out global::System.DateTime result, out global::System.TimeSpan offset)
static bool GetDayOfMN(ref global::System.DateTimeResult result, ref global::System.Globalization.DateTimeStyles styles, ref global::System.DateTimeRawInfo raw, global::System.Globalization.DateTimeFormatInfo dtfi)
static bool GetTimeOfNN(ref global::System.DateTimeResult result, ref global::System.DateTimeRawInfo raw)
static bool GetDayOfYN(ref global::System.DateTimeResult result, ref global::System.DateTimeRawInfo raw)
static void AdjustTimeMark(global::System.Globalization.DateTimeFormatInfo dtfi, ref global::System.DateTimeRawInfo raw)
static global::System.DateTime ParseExactMultiple(global::System.ReadOnlySpan< char > s, string[] formats, global::System.Globalization.DateTimeFormatInfo dtfi, global::System.Globalization.DateTimeStyles style)
delegate bool MatchNumberDelegate(ref global::System.__DTString str, int digitLen, out int result)
static bool GetDayOfNN(ref global::System.DateTimeResult result, ref global::System.Globalization.DateTimeStyles styles, ref global::System.DateTimeRawInfo raw, global::System.Globalization.DateTimeFormatInfo dtfi)
static global::System.DateTime ParseExact(global::System.ReadOnlySpan< char > s, global::System.ReadOnlySpan< char > format, global::System.Globalization.DateTimeFormatInfo dtfi, global::System.Globalization.DateTimeStyles style, out global::System.TimeSpan offset)
static bool ParseDigits(ref global::System.__DTString str, int digitLen, out int result)
static bool GetDayOfNNY(ref global::System.DateTimeResult result, ref global::System.DateTimeRawInfo raw, global::System.Globalization.DateTimeFormatInfo dtfi)
static bool ParseJapaneseEraStart(ref global::System.__DTString str, global::System.Globalization.DateTimeFormatInfo dtfi)
static bool TryParseExact(global::System.ReadOnlySpan< char > s, global::System.ReadOnlySpan< char > format, global::System.Globalization.DateTimeFormatInfo dtfi, global::System.Globalization.DateTimeStyles style, ref global::System.DateTimeResult result)
static void GetDefaultYear(ref global::System.DateTimeResult result, ref global::System.Globalization.DateTimeStyles styles)
static bool ParseTimeZone(ref global::System.__DTString str, ref global::System.TimeSpan result)
static bool GetDayOfMNN(ref global::System.DateTimeResult result, ref global::System.DateTimeRawInfo raw, global::System.Globalization.DateTimeFormatInfo dtfi)
static bool ParseTimeZoneOffset(ref global::System.__DTString str, int len, ref global::System.TimeSpan result)
static bool GetHebrewDayOfNM(ref global::System.DateTimeResult result, ref global::System.DateTimeRawInfo raw, global::System.Globalization.DateTimeFormatInfo dtfi)
DayOfWeek
Definition DayOfWeek.cs:8
TokenType
Definition TokenType.cs:8
DateTime(long ticks)
Definition DateTime.cs:113