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
DateTimeFormat.cs
Go to the documentation of this file.
1using System;
4using System.Text;
7
8namespace System
9{
10 [global::Cpp2ILInjected.Token(Token = "0x20000AC")]
11 internal static class DateTimeFormat
12 {
13 [global::Cpp2ILInjected.Token(Token = "0x600068F")]
14 [global::Cpp2ILInjected.Address(RVA = "0x1C1F380", Offset = "0x1C1F380", Length = "0x70")]
15 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeFormat), Member = "FormatCustomized", MemberParameters = new object[]
16 {
17 typeof(global::System.DateTime),
18 typeof(global::System.ReadOnlySpan<char>),
19 typeof(global::System.Globalization.DateTimeFormatInfo),
20 typeof(global::System.TimeSpan),
21 typeof(global::System.Text.StringBuilder)
22 }, ReturnType = typeof(global::System.Text.StringBuilder))]
23 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Globalization.TimeSpanFormat), Member = "FormatCustomized", MemberParameters = new object[]
24 {
25 typeof(global::System.TimeSpan),
26 typeof(global::System.ReadOnlySpan<char>),
27 typeof(global::System.Globalization.DateTimeFormatInfo),
28 typeof(global::System.Text.StringBuilder)
29 }, ReturnType = typeof(global::System.Text.StringBuilder))]
30 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 3)]
31 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
32 internal static void FormatDigits(global::System.Text.StringBuilder outputBuffer, int value, int len)
33 {
34 throw null;
35 }
36
37 [global::Cpp2ILInjected.Token(Token = "0x6000690")]
38 [global::Cpp2ILInjected.Address(RVA = "0x1C1F3F0", Offset = "0x1C1F3F0", Length = "0xF0")]
39 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
40 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Globalization.TimeSpanFormat), Member = "FormatCustomized", MemberParameters = new object[]
41 {
42 typeof(global::System.TimeSpan),
43 typeof(global::System.ReadOnlySpan<char>),
44 typeof(global::System.Globalization.DateTimeFormatInfo),
45 typeof(global::System.Text.StringBuilder)
46 }, ReturnType = typeof(global::System.Text.StringBuilder))]
47 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
48 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Text.StringBuilder), Member = "Append", MemberParameters = new object[]
49 {
50 typeof(char*),
51 typeof(int)
52 }, ReturnType = typeof(global::System.Text.StringBuilder))]
53 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
54 internal unsafe static void FormatDigits(global::System.Text.StringBuilder outputBuffer, int value, int len, bool overrideLengthLimit)
55 {
56 throw null;
57 }
58
59 [global::Cpp2ILInjected.Token(Token = "0x6000691")]
60 [global::Cpp2ILInjected.Address(RVA = "0x1C1F4E0", Offset = "0x1C1F4E0", Length = "0x74")]
61 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeFormat), Member = "FormatCustomized", MemberParameters = new object[]
62 {
63 typeof(global::System.DateTime),
64 typeof(global::System.ReadOnlySpan<char>),
65 typeof(global::System.Globalization.DateTimeFormatInfo),
66 typeof(global::System.TimeSpan),
67 typeof(global::System.Text.StringBuilder)
68 }, ReturnType = typeof(global::System.Text.StringBuilder))]
69 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
70 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Globalization.HebrewNumber), Member = "ToString", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(string))]
71 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Text.StringBuilder), Member = "Append", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(global::System.Text.StringBuilder))]
72 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
73 private static void HebrewFormatDigits(global::System.Text.StringBuilder outputBuffer, int digits)
74 {
75 throw null;
76 }
77
78 [global::Cpp2ILInjected.Token(Token = "0x6000692")]
79 [global::Cpp2ILInjected.Address(RVA = "0x1C1F554", Offset = "0x1C1F554", Length = "0x70")]
80 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
81 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Globalization.TimeSpanFormat), Member = "FormatCustomized", MemberParameters = new object[]
82 {
83 typeof(global::System.TimeSpan),
84 typeof(global::System.ReadOnlySpan<char>),
85 typeof(global::System.Globalization.DateTimeFormatInfo),
86 typeof(global::System.Text.StringBuilder)
87 }, ReturnType = typeof(global::System.Text.StringBuilder))]
88 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Globalization.TimeSpanParse), Member = "TryParseByFormat", MemberParameters = new object[]
89 {
90 typeof(global::System.ReadOnlySpan<char>),
91 typeof(global::System.ReadOnlySpan<char>),
92 typeof(global::System.Globalization.TimeSpanStyles),
93 typeof(ref global::System.Globalization.TimeSpanParse.TimeSpanResult)
94 }, ReturnType = typeof(bool))]
95 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 12)]
96 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
97 internal static int ParseRepeatPattern(global::System.ReadOnlySpan<char> format, int pos, char patternChar)
98 {
99 throw null;
100 }
101
102 [global::Cpp2ILInjected.Token(Token = "0x6000693")]
103 [global::Cpp2ILInjected.Address(RVA = "0x1C1F5C4", Offset = "0x1C1F5C4", Length = "0x1C")]
104 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
105 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeFormat), Member = "FormatCustomized", MemberParameters = new object[]
106 {
107 typeof(global::System.DateTime),
108 typeof(global::System.ReadOnlySpan<char>),
109 typeof(global::System.Globalization.DateTimeFormatInfo),
110 typeof(global::System.TimeSpan),
111 typeof(global::System.Text.StringBuilder)
112 }, ReturnType = typeof(global::System.Text.StringBuilder))]
113 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
114 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Globalization.DateTimeFormatInfo), Member = "GetAbbreviatedDayName", MemberParameters = new object[] { typeof(global::System.DayOfWeek) }, ReturnType = typeof(string))]
115 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Globalization.DateTimeFormatInfo), Member = "GetDayName", MemberParameters = new object[] { typeof(global::System.DayOfWeek) }, ReturnType = typeof(string))]
116 private static string FormatDayOfWeek(int dayOfWeek, int repeat, global::System.Globalization.DateTimeFormatInfo dtfi)
117 {
118 throw null;
119 }
120
121 [global::Cpp2ILInjected.Token(Token = "0x6000694")]
122 [global::Cpp2ILInjected.Address(RVA = "0x1C1F5E0", Offset = "0x1C1F5E0", Length = "0x1C")]
123 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
124 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeFormat), Member = "FormatCustomized", MemberParameters = new object[]
125 {
126 typeof(global::System.DateTime),
127 typeof(global::System.ReadOnlySpan<char>),
128 typeof(global::System.Globalization.DateTimeFormatInfo),
129 typeof(global::System.TimeSpan),
130 typeof(global::System.Text.StringBuilder)
131 }, ReturnType = typeof(global::System.Text.StringBuilder))]
132 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
133 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Globalization.DateTimeFormatInfo), Member = "GetAbbreviatedMonthName", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(string))]
134 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Globalization.DateTimeFormatInfo), Member = "GetMonthName", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(string))]
135 private static string FormatMonth(int month, int repeatCount, global::System.Globalization.DateTimeFormatInfo dtfi)
136 {
137 throw null;
138 }
139
140 [global::Cpp2ILInjected.Token(Token = "0x6000695")]
141 [global::Cpp2ILInjected.Address(RVA = "0x1C1F5FC", Offset = "0x1C1F5FC", Length = "0xB4")]
142 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
143 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeFormat), Member = "FormatCustomized", MemberParameters = new object[]
144 {
145 typeof(global::System.DateTime),
146 typeof(global::System.ReadOnlySpan<char>),
147 typeof(global::System.Globalization.DateTimeFormatInfo),
148 typeof(global::System.TimeSpan),
149 typeof(global::System.Text.StringBuilder)
150 }, ReturnType = typeof(global::System.Text.StringBuilder))]
151 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
152 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Globalization.DateTimeFormatInfo), Member = "internalGetMonthName", MemberParameters = new object[]
153 {
154 typeof(int),
155 typeof(global::System.Globalization.MonthNameStyles),
156 typeof(bool)
157 }, ReturnType = typeof(string))]
158 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Globalization.DateTimeFormatInfo), Member = "GetAbbreviatedMonthName", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(string))]
159 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Globalization.DateTimeFormatInfo), Member = "GetMonthName", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(string))]
160 private static string FormatHebrewMonthName(global::System.DateTime time, int month, int repeatCount, global::System.Globalization.DateTimeFormatInfo dtfi)
161 {
162 throw null;
163 }
164
165 [global::Cpp2ILInjected.Token(Token = "0x6000696")]
166 [global::Cpp2ILInjected.Address(RVA = "0x1C1F6B0", Offset = "0x1C1F6B0", Length = "0x184")]
167 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
168 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeFormat), Member = "FormatCustomized", MemberParameters = new object[]
169 {
170 typeof(global::System.DateTime),
171 typeof(global::System.ReadOnlySpan<char>),
172 typeof(global::System.Globalization.DateTimeFormatInfo),
173 typeof(global::System.TimeSpan),
174 typeof(global::System.Text.StringBuilder)
175 }, ReturnType = typeof(global::System.Text.StringBuilder))]
176 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Globalization.TimeSpanFormat), Member = "FormatCustomized", MemberParameters = new object[]
177 {
178 typeof(global::System.TimeSpan),
179 typeof(global::System.ReadOnlySpan<char>),
180 typeof(global::System.Globalization.DateTimeFormatInfo),
181 typeof(global::System.Text.StringBuilder)
182 }, ReturnType = typeof(global::System.Text.StringBuilder))]
183 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
184 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Text.StringBuilder), Member = "Append", MemberParameters = new object[] { typeof(char) }, ReturnType = typeof(global::System.Text.StringBuilder))]
185 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Globalization.CultureInfo), Member = "get_CurrentCulture", ReturnType = typeof(global::System.Globalization.CultureInfo))]
186 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Format", MemberParameters = new object[]
187 {
188 typeof(global::System.IFormatProvider),
189 typeof(string),
190 typeof(object)
191 }, ReturnType = typeof(string))]
192 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.FormatException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
193 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 15)]
194 internal static int ParseQuoteString(global::System.ReadOnlySpan<char> format, int pos, global::System.Text.StringBuilder result)
195 {
196 throw null;
197 }
198
199 [global::Cpp2ILInjected.Token(Token = "0x6000697")]
200 [global::Cpp2ILInjected.Address(RVA = "0x1C1F834", Offset = "0x1C1F834", Length = "0x64")]
201 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
202 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Globalization.TimeSpanFormat), Member = "FormatCustomized", MemberParameters = new object[]
203 {
204 typeof(global::System.TimeSpan),
205 typeof(global::System.ReadOnlySpan<char>),
206 typeof(global::System.Globalization.DateTimeFormatInfo),
207 typeof(global::System.Text.StringBuilder)
208 }, ReturnType = typeof(global::System.Text.StringBuilder))]
209 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Globalization.TimeSpanParse), Member = "TryParseByFormat", MemberParameters = new object[]
210 {
211 typeof(global::System.ReadOnlySpan<char>),
212 typeof(global::System.ReadOnlySpan<char>),
213 typeof(global::System.Globalization.TimeSpanStyles),
214 typeof(ref global::System.Globalization.TimeSpanParse.TimeSpanResult)
215 }, ReturnType = typeof(bool))]
216 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 4)]
217 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
218 internal static int ParseNextChar(global::System.ReadOnlySpan<char> format, int pos)
219 {
220 throw null;
221 }
222
223 [global::Cpp2ILInjected.Token(Token = "0x6000698")]
224 [global::Cpp2ILInjected.Address(RVA = "0x1C1F898", Offset = "0x1C1F898", Length = "0x128")]
225 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
226 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeFormat), Member = "FormatCustomized", MemberParameters = new object[]
227 {
228 typeof(global::System.DateTime),
229 typeof(global::System.ReadOnlySpan<char>),
230 typeof(global::System.Globalization.DateTimeFormatInfo),
231 typeof(global::System.TimeSpan),
232 typeof(global::System.Text.StringBuilder)
233 }, ReturnType = typeof(global::System.Text.StringBuilder))]
234 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
235 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
236 private static bool IsUseGenitiveForm(global::System.ReadOnlySpan<char> format, int index, int tokenLen, char patternToMatch)
237 {
238 throw null;
239 }
240
241 [global::Cpp2ILInjected.Token(Token = "0x6000699")]
242 [global::Cpp2ILInjected.Address(RVA = "0x1C1F9C0", Offset = "0x1C1F9C0", Length = "0x1234")]
243 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
244 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeFormat), Member = "FormatCustomized", MemberParameters = new object[]
245 {
246 typeof(global::System.DateTime),
247 typeof(global::System.ReadOnlySpan<char>),
248 typeof(global::System.Globalization.DateTimeFormatInfo),
249 typeof(global::System.TimeSpan),
250 typeof(global::System.Text.StringBuilder)
251 }, ReturnType = typeof(global::System.Text.StringBuilder))]
252 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeFormat), Member = "FormatStringBuilder", MemberParameters = new object[]
253 {
254 typeof(global::System.DateTime),
255 typeof(global::System.ReadOnlySpan<char>),
256 typeof(global::System.Globalization.DateTimeFormatInfo),
257 typeof(global::System.TimeSpan)
258 }, ReturnType = typeof(global::System.Text.StringBuilder))]
259 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
260 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Text.StringBuilderCache), Member = "Acquire", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(global::System.Text.StringBuilder))]
261 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeFormat), Member = "FormatCustomized", MemberParameters = new object[]
262 {
263 typeof(global::System.DateTime),
264 typeof(global::System.ReadOnlySpan<char>),
265 typeof(global::System.Globalization.DateTimeFormatInfo),
266 typeof(global::System.TimeSpan),
267 typeof(global::System.Text.StringBuilder)
268 }, ReturnType = typeof(global::System.Text.StringBuilder))]
269 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Text.StringBuilder), Member = "Append", MemberParameters = new object[] { typeof(char) }, ReturnType = typeof(global::System.Text.StringBuilder))]
270 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Globalization.DateTimeFormatInfo), Member = "get_PMDesignator", ReturnType = typeof(string))]
271 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Globalization.DateTimeFormatInfo), Member = "get_DateSeparator", ReturnType = typeof(string))]
272 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeFormat), Member = "FormatDayOfWeek", MemberParameters = new object[]
273 {
274 typeof(int),
275 typeof(int),
276 typeof(global::System.Globalization.DateTimeFormatInfo)
277 }, ReturnType = typeof(string))]
278 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeFormat), Member = "FormatCustomizedRoundripTimeZone", MemberParameters = new object[]
279 {
280 typeof(global::System.DateTime),
281 typeof(global::System.TimeSpan),
282 typeof(global::System.Text.StringBuilder)
283 }, ReturnType = typeof(void))]
284 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeFormat), Member = "FormatCustomizedTimeZone", MemberParameters = new object[]
285 {
286 typeof(global::System.DateTime),
287 typeof(global::System.TimeSpan),
288 typeof(global::System.ReadOnlySpan<char>),
289 typeof(int),
290 typeof(bool),
291 typeof(global::System.Text.StringBuilder)
292 }, ReturnType = typeof(void))]
293 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeFormat), Member = "ParseQuoteString", MemberParameters = new object[]
294 {
295 typeof(global::System.ReadOnlySpan<char>),
296 typeof(int),
297 typeof(global::System.Text.StringBuilder)
298 }, ReturnType = typeof(int))]
299 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Math), Member = "Pow", MemberParameters = new object[]
300 {
301 typeof(double),
302 typeof(double)
303 }, ReturnType = typeof(double))]
304 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Globalization.DateTimeFormatInfo), Member = "get_FormatFlags", ReturnType = typeof(global::System.Globalization.DateTimeFormatFlags))]
305 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeFormat), Member = "IsUseGenitiveForm", MemberParameters = new object[]
306 {
307 typeof(global::System.ReadOnlySpan<char>),
308 typeof(int),
309 typeof(int),
310 typeof(char)
311 }, ReturnType = typeof(bool))]
312 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Globalization.DateTimeFormatInfo), Member = "internalGetMonthName", MemberParameters = new object[]
313 {
314 typeof(int),
315 typeof(global::System.Globalization.MonthNameStyles),
316 typeof(bool)
317 }, ReturnType = typeof(string))]
318 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Globalization.DateTimeFormatInfo), Member = "get_TimeSeparator", ReturnType = typeof(string))]
319 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Text.StringBuilder), Member = "Append", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(global::System.Text.StringBuilder))]
320 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "get_Chars", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(char))]
321 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Globalization.DateTimeFormatInfo), Member = "get_HasForceTwoDigitYears", ReturnType = typeof(bool))]
322 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Globalization.CultureInfo), Member = "get_InvariantCulture", ReturnType = typeof(global::System.Globalization.CultureInfo))]
323 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(int), Member = "ToString", MemberParameters = new object[]
324 {
325 typeof(string),
326 typeof(global::System.IFormatProvider)
327 }, ReturnType = typeof(string))]
328 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Globalization.DateTimeFormatInfo), Member = "GetEraName", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(string))]
329 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Globalization.DateTimeFormatInfo), Member = "get_AMDesignator", ReturnType = typeof(string))]
330 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeFormat), Member = "FormatDigits", MemberParameters = new object[]
331 {
332 typeof(global::System.Text.StringBuilder),
333 typeof(int),
334 typeof(int)
335 }, ReturnType = typeof(void))]
336 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(int), Member = "ToString", ReturnType = typeof(string))]
337 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Concat", MemberParameters = new object[]
338 {
339 typeof(string),
340 typeof(string)
341 }, ReturnType = typeof(string))]
342 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Text.StringBuilder), Member = "get_Length", ReturnType = typeof(int))]
343 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Text.StringBuilder), Member = "get_Chars", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(char))]
344 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Text.StringBuilder), Member = "Remove", MemberParameters = new object[]
345 {
346 typeof(int),
347 typeof(int)
348 }, ReturnType = typeof(global::System.Text.StringBuilder))]
349 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeFormat), Member = "FormatMonth", MemberParameters = new object[]
350 {
351 typeof(int),
352 typeof(int),
353 typeof(global::System.Globalization.DateTimeFormatInfo)
354 }, ReturnType = typeof(string))]
355 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeFormat), Member = "FormatHebrewMonthName", MemberParameters = new object[]
356 {
357 typeof(global::System.DateTime),
358 typeof(int),
359 typeof(int),
360 typeof(global::System.Globalization.DateTimeFormatInfo)
361 }, ReturnType = typeof(string))]
362 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeFormat), Member = "HebrewFormatDigits", MemberParameters = new object[]
363 {
364 typeof(global::System.Text.StringBuilder),
365 typeof(int)
366 }, ReturnType = typeof(void))]
367 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Text.StringBuilderCache), Member = "Release", MemberParameters = new object[] { typeof(global::System.Text.StringBuilder) }, ReturnType = typeof(void))]
368 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.FormatException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
369 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 77)]
370 private static global::System.Text.StringBuilder FormatCustomized(global::System.DateTime dateTime, global::System.ReadOnlySpan<char> format, global::System.Globalization.DateTimeFormatInfo dtfi, global::System.TimeSpan offset, global::System.Text.StringBuilder result)
371 {
372 throw null;
373 }
374
375 [global::Cpp2ILInjected.Token(Token = "0x600069A")]
376 [global::Cpp2ILInjected.Address(RVA = "0x1C20BF4", Offset = "0x1C20BF4", Length = "0x314")]
377 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
378 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeFormat), Member = "FormatCustomized", MemberParameters = new object[]
379 {
380 typeof(global::System.DateTime),
381 typeof(global::System.ReadOnlySpan<char>),
382 typeof(global::System.Globalization.DateTimeFormatInfo),
383 typeof(global::System.TimeSpan),
384 typeof(global::System.Text.StringBuilder)
385 }, ReturnType = typeof(global::System.Text.StringBuilder))]
386 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
387 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.TimeSpan), Member = "op_Equality", MemberParameters = new object[]
388 {
389 typeof(global::System.TimeSpan),
390 typeof(global::System.TimeSpan)
391 }, ReturnType = typeof(bool))]
392 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTime), Member = "get_Now", ReturnType = typeof(global::System.DateTime))]
393 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.TimeZoneInfo), Member = "GetLocalUtcOffset", MemberParameters = new object[]
394 {
395 typeof(global::System.DateTime),
396 typeof(global::System.TimeZoneInfoOptions)
397 }, ReturnType = typeof(global::System.TimeSpan))]
398 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.TimeSpan), Member = "op_GreaterThanOrEqual", MemberParameters = new object[]
399 {
400 typeof(global::System.TimeSpan),
401 typeof(global::System.TimeSpan)
402 }, ReturnType = typeof(bool))]
403 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Text.StringBuilder), Member = "Append", MemberParameters = new object[] { typeof(char) }, ReturnType = typeof(global::System.Text.StringBuilder))]
404 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.TimeSpan), Member = "Negate", ReturnType = typeof(global::System.TimeSpan))]
405 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Globalization.CultureInfo), Member = "get_InvariantCulture", ReturnType = typeof(global::System.Globalization.CultureInfo))]
406 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.TimeSpan), Member = "get_Hours", ReturnType = typeof(int))]
407 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Text.StringBuilder), Member = "AppendFormat", MemberParameters = new object[]
408 {
409 typeof(global::System.IFormatProvider),
410 typeof(string),
411 typeof(object)
412 }, ReturnType = typeof(global::System.Text.StringBuilder))]
413 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.TimeSpan), Member = "get_Minutes", ReturnType = typeof(int))]
414 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 20)]
415 private static void FormatCustomizedTimeZone(global::System.DateTime dateTime, global::System.TimeSpan offset, global::System.ReadOnlySpan<char> format, int tokenLen, bool timeOnly, global::System.Text.StringBuilder result)
416 {
417 throw null;
418 }
419
420 [global::Cpp2ILInjected.Token(Token = "0x600069B")]
421 [global::Cpp2ILInjected.Address(RVA = "0x1C20F08", Offset = "0x1C20F08", Length = "0x250")]
422 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
423 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeFormat), Member = "FormatCustomized", MemberParameters = new object[]
424 {
425 typeof(global::System.DateTime),
426 typeof(global::System.ReadOnlySpan<char>),
427 typeof(global::System.Globalization.DateTimeFormatInfo),
428 typeof(global::System.TimeSpan),
429 typeof(global::System.Text.StringBuilder)
430 }, ReturnType = typeof(global::System.Text.StringBuilder))]
431 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
432 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.TimeSpan), Member = "op_Equality", MemberParameters = new object[]
433 {
434 typeof(global::System.TimeSpan),
435 typeof(global::System.TimeSpan)
436 }, ReturnType = typeof(bool))]
437 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Text.StringBuilder), Member = "Append", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(global::System.Text.StringBuilder))]
438 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.TimeZoneInfo), Member = "GetLocalUtcOffset", MemberParameters = new object[]
439 {
440 typeof(global::System.DateTime),
441 typeof(global::System.TimeZoneInfoOptions)
442 }, ReturnType = typeof(global::System.TimeSpan))]
443 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.TimeSpan), Member = "op_GreaterThanOrEqual", MemberParameters = new object[]
444 {
445 typeof(global::System.TimeSpan),
446 typeof(global::System.TimeSpan)
447 }, ReturnType = typeof(bool))]
448 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Text.StringBuilder), Member = "Append", MemberParameters = new object[] { typeof(char) }, ReturnType = typeof(global::System.Text.StringBuilder))]
449 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.TimeSpan), Member = "Negate", ReturnType = typeof(global::System.TimeSpan))]
450 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.TimeSpan), Member = "get_Hours", ReturnType = typeof(int))]
451 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.TimeSpan), Member = "get_Minutes", ReturnType = typeof(int))]
452 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 10)]
453 private static void FormatCustomizedRoundripTimeZone(global::System.DateTime dateTime, global::System.TimeSpan offset, global::System.Text.StringBuilder result)
454 {
455 throw null;
456 }
457
458 [global::Cpp2ILInjected.Token(Token = "0x600069C")]
459 [global::Cpp2ILInjected.Address(RVA = "0x1C21158", Offset = "0x1C21158", Length = "0x54")]
460 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
461 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
462 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Text.StringBuilder), Member = "Append", MemberParameters = new object[] { typeof(char) }, ReturnType = typeof(global::System.Text.StringBuilder))]
463 private static void Append2DigitNumber(global::System.Text.StringBuilder result, int val)
464 {
465 throw null;
466 }
467
468 [global::Cpp2ILInjected.Token(Token = "0x600069D")]
469 [global::Cpp2ILInjected.Address(RVA = "0x1C211AC", Offset = "0x1C211AC", Length = "0x224")]
470 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
471 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeFormat), Member = "ExpandPredefinedFormat", MemberParameters = new object[]
472 {
473 typeof(global::System.ReadOnlySpan<char>),
474 typeof(ref global::System.DateTime),
475 typeof(ref global::System.Globalization.DateTimeFormatInfo),
476 typeof(ref global::System.TimeSpan)
477 }, ReturnType = typeof(string))]
478 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeParse), Member = "ExpandPredefinedFormat", MemberParameters = new object[]
479 {
480 typeof(global::System.ReadOnlySpan<char>),
481 typeof(ref global::System.Globalization.DateTimeFormatInfo),
482 typeof(ref global::System.ParsingInfo),
483 typeof(ref global::System.DateTimeResult)
484 }, ReturnType = typeof(string))]
485 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
486 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Globalization.DateTimeFormatInfo), Member = "get_FullDateTimePattern", ReturnType = typeof(string))]
487 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Globalization.DateTimeFormatInfo), Member = "get_ShortDatePattern", ReturnType = typeof(string))]
488 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Globalization.DateTimeFormatInfo), Member = "get_RFC1123Pattern", ReturnType = typeof(string))]
489 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Globalization.DateTimeFormatInfo), Member = "get_MonthDayPattern", ReturnType = typeof(string))]
490 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Globalization.DateTimeFormatInfo), Member = "get_GeneralLongTimePattern", ReturnType = typeof(string))]
491 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Globalization.DateTimeFormatInfo), Member = "get_LongTimePattern", ReturnType = typeof(string))]
492 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Globalization.DateTimeFormatInfo), Member = "get_LongDatePattern", ReturnType = typeof(string))]
493 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Globalization.DateTimeFormatInfo), Member = "get_YearMonthPattern", ReturnType = typeof(string))]
494 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Globalization.DateTimeFormatInfo), Member = "get_ShortTimePattern", ReturnType = typeof(string))]
495 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Concat", MemberParameters = new object[]
496 {
497 typeof(string),
498 typeof(string),
499 typeof(string)
500 }, ReturnType = typeof(string))]
501 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Globalization.DateTimeFormatInfo), Member = "get_SortableDateTimePattern", ReturnType = typeof(string))]
502 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Globalization.DateTimeFormatInfo), Member = "get_UniversalSortableDateTimePattern", ReturnType = typeof(string))]
503 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Globalization.DateTimeFormatInfo), Member = "get_GeneralShortTimePattern", ReturnType = typeof(string))]
504 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.FormatException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
505 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 9)]
506 internal static string GetRealFormat(global::System.ReadOnlySpan<char> format, global::System.Globalization.DateTimeFormatInfo dtfi)
507 {
508 throw null;
509 }
510
511 [global::Cpp2ILInjected.Token(Token = "0x600069E")]
512 [global::Cpp2ILInjected.Address(RVA = "0x1C213D0", Offset = "0x1C213D0", Length = "0x348")]
513 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
514 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeFormat), Member = "FormatStringBuilder", MemberParameters = new object[]
515 {
516 typeof(global::System.DateTime),
517 typeof(global::System.ReadOnlySpan<char>),
518 typeof(global::System.Globalization.DateTimeFormatInfo),
519 typeof(global::System.TimeSpan)
520 }, ReturnType = typeof(global::System.Text.StringBuilder))]
521 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
522 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.TimeSpan), Member = "op_Inequality", MemberParameters = new object[]
523 {
524 typeof(global::System.TimeSpan),
525 typeof(global::System.TimeSpan)
526 }, ReturnType = typeof(bool))]
527 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTime), Member = "op_Subtraction", MemberParameters = new object[]
528 {
529 typeof(global::System.DateTime),
530 typeof(global::System.TimeSpan)
531 }, ReturnType = typeof(global::System.DateTime))]
532 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Globalization.DateTimeFormatInfo), Member = "get_InvariantInfo", ReturnType = typeof(global::System.Globalization.DateTimeFormatInfo))]
533 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeFormat), Member = "GetRealFormat", MemberParameters = new object[]
534 {
535 typeof(global::System.ReadOnlySpan<char>),
536 typeof(global::System.Globalization.DateTimeFormatInfo)
537 }, ReturnType = typeof(string))]
538 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Globalization.DateTimeFormatInfo), Member = "Clone", ReturnType = typeof(object))]
539 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = "GetType", ReturnType = typeof(global::System.Type))]
540 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Type), Member = "GetTypeFromHandle", MemberParameters = new object[] { typeof(global::System.RuntimeTypeHandle) }, ReturnType = typeof(global::System.Type))]
541 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Type), Member = "op_Inequality", MemberParameters = new object[]
542 {
543 typeof(global::System.Type),
544 typeof(global::System.Type)
545 }, ReturnType = typeof(bool))]
546 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Globalization.GregorianCalendar), Member = "GetDefaultInstance", ReturnType = typeof(global::System.Globalization.Calendar))]
547 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Globalization.DateTimeFormatInfo), Member = "set_Calendar", MemberParameters = new object[] { typeof(global::System.Globalization.Calendar) }, ReturnType = typeof(void))]
548 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTime), Member = "ToUniversalTime", ReturnType = typeof(global::System.DateTime))]
549 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.FormatException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
550 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 24)]
551 private static string ExpandPredefinedFormat(global::System.ReadOnlySpan<char> format, ref global::System.DateTime dateTime, ref global::System.Globalization.DateTimeFormatInfo dtfi, ref global::System.TimeSpan offset)
552 {
553 throw null;
554 }
555
556 [global::Cpp2ILInjected.Token(Token = "0x600069F")]
557 [global::Cpp2ILInjected.Address(RVA = "0x1C19618", Offset = "0x1C19618", Length = "0x78")]
558 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTime), Member = "ToString", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(string))]
559 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTime), Member = "ToString", MemberParameters = new object[] { typeof(global::System.IFormatProvider) }, ReturnType = typeof(string))]
560 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTime), Member = "ToString", MemberParameters = new object[]
561 {
562 typeof(string),
563 typeof(global::System.IFormatProvider)
564 }, ReturnType = typeof(string))]
565 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 3)]
566 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeFormat), Member = "Format", MemberParameters = new object[]
567 {
568 typeof(global::System.DateTime),
569 typeof(string),
570 typeof(global::System.IFormatProvider),
571 typeof(global::System.TimeSpan)
572 }, ReturnType = typeof(string))]
573 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
574 internal static string Format(global::System.DateTime dateTime, string format, global::System.IFormatProvider provider)
575 {
576 throw null;
577 }
578
579 [global::Cpp2ILInjected.Token(Token = "0x60006A0")]
580 [global::Cpp2ILInjected.Address(RVA = "0x1C1C590", Offset = "0x1C1C590", Length = "0x2C8")]
581 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
582 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeOffset), Member = "ToString", ReturnType = typeof(string))]
583 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeOffset), Member = "ToString", MemberParameters = new object[] { typeof(global::System.IFormatProvider) }, ReturnType = typeof(string))]
584 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeOffset), Member = "ToString", MemberParameters = new object[]
585 {
586 typeof(string),
587 typeof(global::System.IFormatProvider)
588 }, ReturnType = typeof(string))]
589 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeFormat), Member = "Format", MemberParameters = new object[]
590 {
591 typeof(global::System.DateTime),
592 typeof(string),
593 typeof(global::System.IFormatProvider)
594 }, ReturnType = typeof(string))]
595 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 4)]
596 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "get_Chars", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(char))]
597 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeFormat), Member = "TryFormatO", MemberParameters = new object[]
598 {
599 typeof(global::System.DateTime),
600 typeof(global::System.TimeSpan),
601 typeof(global::System.Span<char>),
602 typeof(ref int)
603 }, ReturnType = typeof(bool))]
604 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ThrowHelper), Member = "ThrowArgumentOutOfRangeException", ReturnType = typeof(void))]
605 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Span<char>), Member = "ToString", ReturnType = typeof(string))]
606 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Globalization.DateTimeFormatInfo), Member = "GetInstance", MemberParameters = new object[] { typeof(global::System.IFormatProvider) }, ReturnType = typeof(global::System.Globalization.DateTimeFormatInfo))]
607 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "GetRawStringData", ReturnType = typeof(ref char))]
608 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeFormat), Member = "FormatStringBuilder", MemberParameters = new object[]
609 {
610 typeof(global::System.DateTime),
611 typeof(global::System.ReadOnlySpan<char>),
612 typeof(global::System.Globalization.DateTimeFormatInfo),
613 typeof(global::System.TimeSpan)
614 }, ReturnType = typeof(global::System.Text.StringBuilder))]
615 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Text.StringBuilderCache), Member = "GetStringAndRelease", MemberParameters = new object[] { typeof(global::System.Text.StringBuilder) }, ReturnType = typeof(string))]
616 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "FastAllocateString", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(string))]
617 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeFormat), Member = "TryFormatR", MemberParameters = new object[]
618 {
619 typeof(global::System.DateTime),
620 typeof(global::System.TimeSpan),
621 typeof(global::System.Span<char>),
622 typeof(ref int)
623 }, ReturnType = typeof(bool))]
624 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 14)]
625 internal static string Format(global::System.DateTime dateTime, string format, global::System.IFormatProvider provider, global::System.TimeSpan offset)
626 {
627 throw null;
628 }
629
630 [global::Cpp2ILInjected.Token(Token = "0x60006A1")]
631 [global::Cpp2ILInjected.Address(RVA = "0x1C19878", Offset = "0x1C19878", Length = "0xB8")]
632 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
633 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeFormat), Member = "TryFormat", MemberParameters = new object[]
634 {
635 typeof(global::System.DateTime),
636 typeof(global::System.Span<char>),
637 typeof(ref int),
638 typeof(global::System.ReadOnlySpan<char>),
639 typeof(global::System.IFormatProvider),
640 typeof(global::System.TimeSpan)
641 }, ReturnType = typeof(bool))]
642 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
643 internal static bool TryFormat(global::System.DateTime dateTime, global::System.Span<char> destination, out int charsWritten, global::System.ReadOnlySpan<char> format, global::System.IFormatProvider provider)
644 {
645 throw null;
646 }
647
648 [global::Cpp2ILInjected.Token(Token = "0x60006A2")]
649 [global::Cpp2ILInjected.Address(RVA = "0x1C1CA78", Offset = "0x1C1CA78", Length = "0x208")]
650 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
651 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeOffset), Member = "TryFormat", MemberParameters = new object[]
652 {
653 typeof(global::System.Span<char>),
654 typeof(ref int),
655 typeof(global::System.ReadOnlySpan<char>),
656 typeof(global::System.IFormatProvider)
657 }, ReturnType = typeof(bool))]
658 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeFormat), Member = "TryFormat", MemberParameters = new object[]
659 {
660 typeof(global::System.DateTime),
661 typeof(global::System.Span<char>),
662 typeof(ref int),
663 typeof(global::System.ReadOnlySpan<char>),
664 typeof(global::System.IFormatProvider)
665 }, ReturnType = typeof(bool))]
666 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
667 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeFormat), Member = "TryFormatO", MemberParameters = new object[]
668 {
669 typeof(global::System.DateTime),
670 typeof(global::System.TimeSpan),
671 typeof(global::System.Span<char>),
672 typeof(ref int)
673 }, ReturnType = typeof(bool))]
674 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Globalization.DateTimeFormatInfo), Member = "GetInstance", MemberParameters = new object[] { typeof(global::System.IFormatProvider) }, ReturnType = typeof(global::System.Globalization.DateTimeFormatInfo))]
675 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeFormat), Member = "FormatStringBuilder", MemberParameters = new object[]
676 {
677 typeof(global::System.DateTime),
678 typeof(global::System.ReadOnlySpan<char>),
679 typeof(global::System.Globalization.DateTimeFormatInfo),
680 typeof(global::System.TimeSpan)
681 }, ReturnType = typeof(global::System.Text.StringBuilder))]
682 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Text.StringBuilder), Member = "get_Length", ReturnType = typeof(int))]
683 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Text.StringBuilder), Member = "CopyTo", MemberParameters = new object[]
684 {
685 typeof(int),
686 typeof(global::System.Span<char>),
687 typeof(int)
688 }, ReturnType = typeof(void))]
689 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Text.StringBuilderCache), Member = "Release", MemberParameters = new object[] { typeof(global::System.Text.StringBuilder) }, ReturnType = typeof(void))]
690 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeFormat), Member = "TryFormatR", MemberParameters = new object[]
691 {
692 typeof(global::System.DateTime),
693 typeof(global::System.TimeSpan),
694 typeof(global::System.Span<char>),
695 typeof(ref int)
696 }, ReturnType = typeof(bool))]
697 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 8)]
698 internal static bool TryFormat(global::System.DateTime dateTime, global::System.Span<char> destination, out int charsWritten, global::System.ReadOnlySpan<char> format, global::System.IFormatProvider provider, global::System.TimeSpan offset)
699 {
700 throw null;
701 }
702
703 [global::Cpp2ILInjected.Token(Token = "0x60006A3")]
704 [global::Cpp2ILInjected.Address(RVA = "0x1C21FFC", Offset = "0x1C21FFC", Length = "0x2FC")]
705 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
706 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeFormat), Member = "Format", MemberParameters = new object[]
707 {
708 typeof(global::System.DateTime),
709 typeof(string),
710 typeof(global::System.IFormatProvider),
711 typeof(global::System.TimeSpan)
712 }, ReturnType = typeof(string))]
713 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeFormat), Member = "TryFormat", MemberParameters = new object[]
714 {
715 typeof(global::System.DateTime),
716 typeof(global::System.Span<char>),
717 typeof(ref int),
718 typeof(global::System.ReadOnlySpan<char>),
719 typeof(global::System.IFormatProvider),
720 typeof(global::System.TimeSpan)
721 }, ReturnType = typeof(bool))]
722 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
723 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Globalization.DateTimeFormatInfo), Member = "get_InvariantInfo", ReturnType = typeof(global::System.Globalization.DateTimeFormatInfo))]
724 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.TimeSpan), Member = "op_Equality", MemberParameters = new object[]
725 {
726 typeof(global::System.TimeSpan),
727 typeof(global::System.TimeSpan)
728 }, ReturnType = typeof(bool))]
729 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Globalization.DateTimeFormatInfo), Member = "get_DateTimeOffsetPattern", ReturnType = typeof(string))]
730 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "GetRawStringData", ReturnType = typeof(ref char))]
731 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeFormat), Member = "ExpandPredefinedFormat", MemberParameters = new object[]
732 {
733 typeof(global::System.ReadOnlySpan<char>),
734 typeof(ref global::System.DateTime),
735 typeof(ref global::System.Globalization.DateTimeFormatInfo),
736 typeof(ref global::System.TimeSpan)
737 }, ReturnType = typeof(string))]
738 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTimeFormat), Member = "FormatCustomized", MemberParameters = new object[]
739 {
740 typeof(global::System.DateTime),
741 typeof(global::System.ReadOnlySpan<char>),
742 typeof(global::System.Globalization.DateTimeFormatInfo),
743 typeof(global::System.TimeSpan),
744 typeof(global::System.Text.StringBuilder)
745 }, ReturnType = typeof(global::System.Text.StringBuilder))]
746 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 14)]
747 private static global::System.Text.StringBuilder FormatStringBuilder(global::System.DateTime dateTime, global::System.ReadOnlySpan<char> format, global::System.Globalization.DateTimeFormatInfo dtfi, global::System.TimeSpan offset)
748 {
749 throw null;
750 }
751
752 [global::Cpp2ILInjected.Token(Token = "0x60006A4")]
753 [global::Cpp2ILInjected.Address(RVA = "0x1C2171C", Offset = "0x1C2171C", Length = "0x4FC")]
754 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
755 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeFormat), Member = "Format", MemberParameters = new object[]
756 {
757 typeof(global::System.DateTime),
758 typeof(string),
759 typeof(global::System.IFormatProvider),
760 typeof(global::System.TimeSpan)
761 }, ReturnType = typeof(string))]
762 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeFormat), Member = "TryFormat", MemberParameters = new object[]
763 {
764 typeof(global::System.DateTime),
765 typeof(global::System.Span<char>),
766 typeof(ref int),
767 typeof(global::System.ReadOnlySpan<char>),
768 typeof(global::System.IFormatProvider),
769 typeof(global::System.TimeSpan)
770 }, ReturnType = typeof(bool))]
771 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
772 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.TimeSpan), Member = "op_Equality", MemberParameters = new object[]
773 {
774 typeof(global::System.TimeSpan),
775 typeof(global::System.TimeSpan)
776 }, ReturnType = typeof(bool))]
777 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.TimeZoneInfo), Member = "get_Local", ReturnType = typeof(global::System.TimeZoneInfo))]
778 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.TimeZoneInfo), Member = "GetUtcOffset", MemberParameters = new object[] { typeof(global::System.DateTime) }, ReturnType = typeof(global::System.TimeSpan))]
779 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTime), Member = "GetDatePart", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(int))]
780 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ThrowHelper), Member = "ThrowArgumentOutOfRangeException", ReturnType = typeof(void))]
781 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.TimeSpan), Member = "op_LessThan", MemberParameters = new object[]
782 {
783 typeof(global::System.TimeSpan),
784 typeof(global::System.TimeSpan)
785 }, ReturnType = typeof(bool))]
786 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.TimeSpan), Member = "FromTicks", MemberParameters = new object[] { typeof(long) }, ReturnType = typeof(global::System.TimeSpan))]
787 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.TimeSpan), Member = "get_Minutes", ReturnType = typeof(int))]
788 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.TimeSpan), Member = "get_Hours", ReturnType = typeof(int))]
789 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 14)]
790 private static bool TryFormatO(global::System.DateTime dateTime, global::System.TimeSpan offset, global::System.Span<char> destination, out int charsWritten)
791 {
792 throw null;
793 }
794
795 [global::Cpp2ILInjected.Token(Token = "0x60006A5")]
796 [global::Cpp2ILInjected.Address(RVA = "0x1C21C18", Offset = "0x1C21C18", Length = "0x3E4")]
797 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
798 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeFormat), Member = "Format", MemberParameters = new object[]
799 {
800 typeof(global::System.DateTime),
801 typeof(string),
802 typeof(global::System.IFormatProvider),
803 typeof(global::System.TimeSpan)
804 }, ReturnType = typeof(string))]
805 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeFormat), Member = "TryFormat", MemberParameters = new object[]
806 {
807 typeof(global::System.DateTime),
808 typeof(global::System.Span<char>),
809 typeof(ref int),
810 typeof(global::System.ReadOnlySpan<char>),
811 typeof(global::System.IFormatProvider),
812 typeof(global::System.TimeSpan)
813 }, ReturnType = typeof(bool))]
814 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
815 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.TimeSpan), Member = "op_Inequality", MemberParameters = new object[]
816 {
817 typeof(global::System.TimeSpan),
818 typeof(global::System.TimeSpan)
819 }, ReturnType = typeof(bool))]
820 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTime), Member = "op_Subtraction", MemberParameters = new object[]
821 {
822 typeof(global::System.DateTime),
823 typeof(global::System.TimeSpan)
824 }, ReturnType = typeof(global::System.DateTime))]
825 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTime), Member = "GetDatePart", MemberParameters = new object[]
826 {
827 typeof(ref int),
828 typeof(ref int),
829 typeof(ref int)
830 }, ReturnType = typeof(void))]
831 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "get_Chars", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(char))]
832 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 8)]
833 private static bool TryFormatR(global::System.DateTime dateTime, global::System.TimeSpan offset, global::System.Span<char> destination, out int charsWritten)
834 {
835 throw null;
836 }
837
838 [global::Cpp2ILInjected.Token(Token = "0x60006A6")]
839 [global::Cpp2ILInjected.Address(RVA = "0x1C222F8", Offset = "0x1C222F8", Length = "0x30")]
840 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
841 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
842 [MethodImpl(256)]
843 private static void WriteTwoDecimalDigits(uint value, global::System.Span<char> destination, int offset)
844 {
845 throw null;
846 }
847
848 [global::Cpp2ILInjected.Token(Token = "0x60006A7")]
849 [global::Cpp2ILInjected.Address(RVA = "0x1C22328", Offset = "0x1C22328", Length = "0x70")]
850 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
851 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
852 [MethodImpl(256)]
853 private static void WriteFourDecimalDigits(uint value, global::System.Span<char> buffer, int startingIndex = 0)
854 {
855 throw null;
856 }
857
858 [global::Cpp2ILInjected.Token(Token = "0x60006A8")]
859 [global::Cpp2ILInjected.Address(RVA = "0x1C22398", Offset = "0x1C22398", Length = "0x98")]
860 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
861 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
862 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
863 [MethodImpl(256)]
864 private static void WriteDigits(ulong value, global::System.Span<char> buffer)
865 {
866 throw null;
867 }
868
869 [global::Cpp2ILInjected.Token(Token = "0x60006A9")]
870 [global::Cpp2ILInjected.Address(RVA = "0x1C21718", Offset = "0x1C21718", Length = "0x4")]
871 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
872 internal static void InvalidFormatForLocal(global::System.ReadOnlySpan<char> format, global::System.DateTime dateTime)
873 {
874 throw null;
875 }
876
877 // Note: this type is marked as 'beforefieldinit'.
878 [global::Cpp2ILInjected.Token(Token = "0x60006AA")]
879 [global::Cpp2ILInjected.Address(RVA = "0x1C22430", Offset = "0x1C22430", Length = "0x2FC")]
880 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
881 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
882 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Runtime.CompilerServices.RuntimeHelpers), Member = "InitializeArray", MemberParameters = new object[]
883 {
884 typeof(global::System.Array),
885 typeof(global::System.RuntimeFieldHandle)
886 }, ReturnType = typeof(void))]
887 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Globalization.CultureInfo), Member = "get_InvariantCulture", ReturnType = typeof(global::System.Globalization.CultureInfo))]
888 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Globalization.DateTimeFormatInfo), Member = "get_AbbreviatedMonthNames", ReturnType = typeof(string[]))]
889 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Globalization.DateTimeFormatInfo), Member = "get_AbbreviatedDayNames", ReturnType = typeof(string[]))]
890 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 26)]
892 {
893 throw null;
894 }
895
896 [global::Cpp2ILInjected.Token(Token = "0x400026F")]
897 internal static readonly global::System.TimeSpan NullOffset;
898
899 [global::Cpp2ILInjected.Token(Token = "0x4000270")]
900 internal static char[] allStandardFormats;
901
902 [global::Cpp2ILInjected.Token(Token = "0x4000271")]
903 internal static readonly global::System.Globalization.DateTimeFormatInfo InvariantFormatInfo;
904
905 [global::Cpp2ILInjected.Token(Token = "0x4000272")]
906 internal static readonly string[] InvariantAbbreviatedMonthNames;
907
908 [global::Cpp2ILInjected.Token(Token = "0x4000273")]
909 internal static readonly string[] InvariantAbbreviatedDayNames;
910
911 [global::Cpp2ILInjected.Token(Token = "0x4000274")]
912 internal static string[] fixedNumberFormats;
913 }
914}
class f__AnonymousType0<< Count > j__TPar
static readonly string[] InvariantAbbreviatedDayNames
static void Append2DigitNumber(global::System.Text.StringBuilder result, int val)
static global::System.Text.StringBuilder FormatCustomized(global::System.DateTime dateTime, global::System.ReadOnlySpan< char > format, global::System.Globalization.DateTimeFormatInfo dtfi, global::System.TimeSpan offset, global::System.Text.StringBuilder result)
static bool TryFormat(global::System.DateTime dateTime, global::System.Span< char > destination, out int charsWritten, global::System.ReadOnlySpan< char > format, global::System.IFormatProvider provider, global::System.TimeSpan offset)
static string FormatDayOfWeek(int dayOfWeek, int repeat, global::System.Globalization.DateTimeFormatInfo dtfi)
static string Format(global::System.DateTime dateTime, string format, global::System.IFormatProvider provider)
static void FormatDigits(global::System.Text.StringBuilder outputBuffer, int value, int len)
static void InvalidFormatForLocal(global::System.ReadOnlySpan< char > format, global::System.DateTime dateTime)
static bool TryFormatR(global::System.DateTime dateTime, global::System.TimeSpan offset, global::System.Span< char > destination, out int charsWritten)
static void FormatCustomizedRoundripTimeZone(global::System.DateTime dateTime, global::System.TimeSpan offset, global::System.Text.StringBuilder result)
static readonly global::System.Globalization.DateTimeFormatInfo InvariantFormatInfo
static string GetRealFormat(global::System.ReadOnlySpan< char > format, global::System.Globalization.DateTimeFormatInfo dtfi)
static int ParseQuoteString(global::System.ReadOnlySpan< char > format, int pos, global::System.Text.StringBuilder result)
static char[] allStandardFormats
static unsafe void FormatDigits(global::System.Text.StringBuilder outputBuffer, int value, int len, bool overrideLengthLimit)
static void HebrewFormatDigits(global::System.Text.StringBuilder outputBuffer, int digits)
static string ExpandPredefinedFormat(global::System.ReadOnlySpan< char > format, ref global::System.DateTime dateTime, ref global::System.Globalization.DateTimeFormatInfo dtfi, ref global::System.TimeSpan offset)
static string FormatMonth(int month, int repeatCount, global::System.Globalization.DateTimeFormatInfo dtfi)
static bool IsUseGenitiveForm(global::System.ReadOnlySpan< char > format, int index, int tokenLen, char patternToMatch)
static string[] fixedNumberFormats
static bool TryFormat(global::System.DateTime dateTime, global::System.Span< char > destination, out int charsWritten, global::System.ReadOnlySpan< char > format, global::System.IFormatProvider provider)
static void FormatCustomizedTimeZone(global::System.DateTime dateTime, global::System.TimeSpan offset, global::System.ReadOnlySpan< char > format, int tokenLen, bool timeOnly, global::System.Text.StringBuilder result)
static int ParseRepeatPattern(global::System.ReadOnlySpan< char > format, int pos, char patternChar)
static string FormatHebrewMonthName(global::System.DateTime time, int month, int repeatCount, global::System.Globalization.DateTimeFormatInfo dtfi)
static readonly string[] InvariantAbbreviatedMonthNames
static global::System.Text.StringBuilder FormatStringBuilder(global::System.DateTime dateTime, global::System.ReadOnlySpan< char > format, global::System.Globalization.DateTimeFormatInfo dtfi, global::System.TimeSpan offset)
static bool TryFormatO(global::System.DateTime dateTime, global::System.TimeSpan offset, global::System.Span< char > destination, out int charsWritten)
static readonly global::System.TimeSpan NullOffset
static void WriteDigits(ulong value, global::System.Span< char > buffer)
static int ParseNextChar(global::System.ReadOnlySpan< char > format, int pos)
static void WriteTwoDecimalDigits(uint value, global::System.Span< char > destination, int offset)
static string Format(global::System.DateTime dateTime, string format, global::System.IFormatProvider provider, global::System.TimeSpan offset)
static void WriteFourDecimalDigits(uint value, global::System.Span< char > buffer, int startingIndex=0)
DayOfWeek
Definition DayOfWeek.cs:8