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
FormatException.cs
Go to the documentation of this file.
1using System;
3using System.IO;
7using System.Text;
10
11namespace System
12{
13 [global::Cpp2ILInjected.Token(Token = "0x20000A9")]
14 [global::System.Serializable]
15 public class FormatException : global::System.SystemException
16 {
17 [global::Cpp2ILInjected.Token(Token = "0x600067F")]
18 [global::Cpp2ILInjected.Address(RVA = "0x1C1F008", Offset = "0x1C1F008", Length = "0x5C")]
19 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
20 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.UriFormatException", Member = ".ctor", ReturnType = typeof(void))]
21 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.CookieException", Member = ".ctor", ReturnType = typeof(void))]
22 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
23 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.SystemException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
24 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
26 {
27 throw null;
28 }
29
30 [global::Cpp2ILInjected.Token(Token = "0x6000680")]
31 [global::Cpp2ILInjected.Address(RVA = "0x1C1F064", Offset = "0x1C1F064", Length = "0x24")]
32 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
33 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.DataStructures.TileObjectPreviewData", Member = "set_Size", MemberParameters = new object[] { "Terraria.DataStructures.Point16" }, ReturnType = typeof(void))]
34 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(bool), Member = "Parse", MemberParameters = new object[] { typeof(global::System.ReadOnlySpan<char>) }, ReturnType = typeof(bool))]
35 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(char), Member = "Parse", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(char))]
36 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Convert), Member = "ToChar", MemberParameters = new object[]
37 {
38 typeof(string),
39 typeof(global::System.IFormatProvider)
40 }, ReturnType = typeof(char))]
41 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Convert), Member = "FromBase64CharPtr", MemberParameters = new object[]
42 {
43 typeof(char*),
44 typeof(int)
45 }, ReturnType = typeof(byte[]))]
46 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Convert), Member = "FromBase64_ComputeResultLength", MemberParameters = new object[]
47 {
48 typeof(char*),
49 typeof(int)
50 }, ReturnType = typeof(int))]
51 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeFormat), Member = "ParseQuoteString", MemberParameters = new object[]
52 {
53 typeof(global::System.ReadOnlySpan<char>),
54 typeof(int),
55 typeof(global::System.Text.StringBuilder)
56 }, ReturnType = typeof(int))]
57 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeFormat), Member = "FormatCustomized", MemberParameters = new object[]
58 {
59 typeof(global::System.DateTime),
60 typeof(global::System.ReadOnlySpan<char>),
61 typeof(global::System.Globalization.DateTimeFormatInfo),
62 typeof(global::System.TimeSpan),
63 typeof(global::System.Text.StringBuilder)
64 }, ReturnType = typeof(global::System.Text.StringBuilder))]
65 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeFormat), Member = "GetRealFormat", MemberParameters = new object[]
66 {
67 typeof(global::System.ReadOnlySpan<char>),
68 typeof(global::System.Globalization.DateTimeFormatInfo)
69 }, ReturnType = typeof(string))]
70 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeFormat), Member = "ExpandPredefinedFormat", MemberParameters = new object[]
71 {
72 typeof(global::System.ReadOnlySpan<char>),
73 typeof(ref global::System.DateTime),
74 typeof(ref global::System.Globalization.DateTimeFormatInfo),
75 typeof(ref global::System.TimeSpan)
76 }, ReturnType = typeof(string))]
77 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Guid.GuidResult", Member = "GetGuidParseException", ReturnType = typeof(global::System.Exception))]
78 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Guid), Member = "ToString", MemberParameters = new object[]
79 {
80 typeof(string),
81 typeof(global::System.IFormatProvider)
82 }, ReturnType = typeof(string))]
83 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Guid), Member = "TryFormat", MemberParameters = new object[]
84 {
85 typeof(global::System.Span<char>),
86 typeof(ref int),
87 typeof(global::System.ReadOnlySpan<char>)
88 }, ReturnType = typeof(bool))]
89 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Number), Member = "NumberToString", MemberParameters = new object[]
90 {
91 typeof(ref global::System.Text.ValueStringBuilder),
92 typeof(ref global::System.Number.NumberBuffer),
93 typeof(char),
94 typeof(int),
95 typeof(global::System.Globalization.NumberFormatInfo),
96 typeof(bool)
97 }, ReturnType = typeof(void))]
98 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Number), Member = "ThrowOverflowOrFormatException", MemberParameters = new object[]
99 {
100 typeof(bool),
101 typeof(string)
102 }, ReturnType = typeof(void))]
103 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.ParseNumbers), Member = "StringToLong", MemberParameters = new object[]
104 {
105 typeof(global::System.ReadOnlySpan<char>),
106 typeof(int),
107 typeof(int),
108 typeof(ref int)
109 }, ReturnType = typeof(long))]
110 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.ParseNumbers), Member = "StringToInt", MemberParameters = new object[]
111 {
112 typeof(global::System.ReadOnlySpan<char>),
113 typeof(int),
114 typeof(int),
115 typeof(ref int)
116 }, ReturnType = typeof(int))]
117 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Enum), Member = "Format", MemberParameters = new object[]
118 {
119 typeof(global::System.Type),
120 typeof(object),
121 typeof(string)
122 }, ReturnType = typeof(string))]
123 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Enum), Member = "ToString", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(string))]
124 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.MonoCustomAttrs), Member = "RetrieveAttributeUsageNoCache", MemberParameters = new object[] { typeof(global::System.Type) }, ReturnType = typeof(global::System.AttributeUsageAttribute))]
125 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Text.StringBuilder), Member = "FormatError", ReturnType = typeof(void))]
126 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Text.StringBuilder), Member = "AppendFormatHelper", MemberParameters = new object[]
127 {
128 typeof(global::System.IFormatProvider),
129 typeof(string),
130 typeof(global::System.ParamsArray)
131 }, ReturnType = typeof(global::System.Text.StringBuilder))]
132 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Resources.ResourceReader), Member = "GetNamePosition", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(int))]
133 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Resources.ResourceReader), Member = "FindPosForResource", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(int))]
134 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Resources.ResourceReader), Member = "AllocateStringForNameIndex", MemberParameters = new object[]
135 {
136 typeof(int),
137 typeof(ref int)
138 }, ReturnType = typeof(string))]
139 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Resources.ResourceReader), Member = "GetValueForNameIndex", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(object))]
140 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.IO.BinaryReader), Member = "Read7BitEncodedInt", ReturnType = typeof(int))]
141 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Globalization.TimeSpanFormat), Member = "FormatToBuilder", MemberParameters = new object[]
142 {
143 typeof(global::System.TimeSpan),
144 typeof(global::System.ReadOnlySpan<char>),
145 typeof(global::System.IFormatProvider)
146 }, ReturnType = typeof(global::System.Text.StringBuilder))]
147 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Globalization.TimeSpanFormat), Member = "FormatCustomized", MemberParameters = new object[]
148 {
149 typeof(global::System.TimeSpan),
150 typeof(global::System.ReadOnlySpan<char>),
151 typeof(global::System.Globalization.DateTimeFormatInfo),
152 typeof(global::System.Text.StringBuilder)
153 }, ReturnType = typeof(global::System.Text.StringBuilder))]
154 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Globalization.TimeSpanParse.TimeSpanResult", Member = "SetFailure", MemberParameters = new object[]
155 {
156 "System.Globalization.TimeSpanParse.ParseFailureKind",
157 typeof(string),
158 typeof(object),
159 typeof(string)
160 }, ReturnType = typeof(bool))]
161 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.UriFormatException", Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
162 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.UriHelper", Member = "UnescapeString", MemberParameters = new object[]
163 {
164 "System.Char*",
165 typeof(int),
166 typeof(int),
167 "System.Char[]",
168 typeof(ref int),
169 typeof(char),
170 typeof(char),
171 typeof(char),
172 "System.UnescapeMode",
173 "System.UriParser",
174 typeof(bool)
175 }, ReturnType = "System.Char[]")]
176 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.Base64Stream", Member = "DecodeBytes", MemberParameters = new object[]
177 {
178 "System.Byte[]",
179 typeof(int),
180 typeof(int)
181 }, ReturnType = typeof(int))]
182 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.FtpControlStream", Member = "GetContentLengthFrom213Response", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(long))]
183 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.FtpControlStream", Member = "TryUpdateResponseUri", MemberParameters = new object[]
184 {
185 typeof(string),
186 "System.Net.FtpWebRequest"
187 }, ReturnType = typeof(void))]
188 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.FtpControlStream", Member = "GetPortV4", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(int))]
189 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.FtpControlStream", Member = "GetPortV6", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(int))]
190 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.WebProxyDataBuilder", Member = "CreateInvalidProxyStringException", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(global::System.FormatException))]
191 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.CookieContainer", Member = "CookieCutter", MemberParameters = new object[]
192 {
193 "System.Uri",
194 typeof(string),
195 typeof(string),
196 typeof(bool)
197 }, ReturnType = "System.Net.CookieCollection")]
198 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.CookieException", Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
199 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.CharConverter", Member = "ConvertFrom", MemberParameters = new object[]
200 {
201 "System.ComponentModel.ITypeDescriptorContext",
202 typeof(global::System.Globalization.CultureInfo),
203 typeof(object)
204 }, ReturnType = typeof(object))]
205 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.XmlConvert", Member = "ToBoolean", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(bool))]
206 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.XmlConvert", Member = "TryToBoolean", MemberParameters = new object[]
207 {
208 typeof(string),
209 typeof(ref bool)
210 }, ReturnType = typeof(global::System.Exception))]
211 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.XmlConvert", Member = "ToChar", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(char))]
212 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.XmlConvert", Member = "TryToChar", MemberParameters = new object[]
213 {
214 typeof(string),
215 typeof(ref char)
216 }, ReturnType = typeof(global::System.Exception))]
217 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.XmlConvert", Member = "TryToDecimal", MemberParameters = new object[]
218 {
219 typeof(string),
220 typeof(ref decimal)
221 }, ReturnType = typeof(global::System.Exception))]
222 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.XmlConvert", Member = "TryToInteger", MemberParameters = new object[]
223 {
224 typeof(string),
225 typeof(ref decimal)
226 }, ReturnType = typeof(global::System.Exception))]
227 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.XmlConvert", Member = "TryToSByte", MemberParameters = new object[]
228 {
229 typeof(string),
230 typeof(ref sbyte)
231 }, ReturnType = typeof(global::System.Exception))]
232 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.XmlConvert", Member = "TryToInt16", MemberParameters = new object[]
233 {
234 typeof(string),
235 typeof(ref short)
236 }, ReturnType = typeof(global::System.Exception))]
237 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.XmlConvert", Member = "TryToInt32", MemberParameters = new object[]
238 {
239 typeof(string),
240 typeof(ref int)
241 }, ReturnType = typeof(global::System.Exception))]
242 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.XmlConvert", Member = "TryToInt64", MemberParameters = new object[]
243 {
244 typeof(string),
245 typeof(ref long)
246 }, ReturnType = typeof(global::System.Exception))]
247 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.XmlConvert", Member = "TryToByte", MemberParameters = new object[]
248 {
249 typeof(string),
250 typeof(ref byte)
251 }, ReturnType = typeof(global::System.Exception))]
252 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.XmlConvert", Member = "TryToUInt16", MemberParameters = new object[]
253 {
254 typeof(string),
255 typeof(ref ushort)
256 }, ReturnType = typeof(global::System.Exception))]
257 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.XmlConvert", Member = "TryToUInt32", MemberParameters = new object[]
258 {
259 typeof(string),
260 typeof(ref uint)
261 }, ReturnType = typeof(global::System.Exception))]
262 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.XmlConvert", Member = "TryToUInt64", MemberParameters = new object[]
263 {
264 typeof(string),
266 }, ReturnType = typeof(global::System.Exception))]
267 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.XmlConvert", Member = "TryToSingle", MemberParameters = new object[]
268 {
269 typeof(string),
270 typeof(ref float)
271 }, ReturnType = typeof(global::System.Exception))]
272 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.XmlConvert", Member = "TryToDouble", MemberParameters = new object[]
273 {
274 typeof(string),
275 typeof(ref double)
276 }, ReturnType = typeof(global::System.Exception))]
277 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.XmlConvert", Member = "TryToGuid", MemberParameters = new object[]
278 {
279 typeof(string),
280 typeof(ref global::System.Guid)
281 }, ReturnType = typeof(global::System.Exception))]
282 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.XmlConvert", Member = "ToUri", MemberParameters = new object[] { typeof(string) }, ReturnType = "System.Uri")]
283 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.XmlConvert", Member = "TryToUri", MemberParameters = new object[]
284 {
285 typeof(string),
286 "System.Uri&"
287 }, ReturnType = typeof(global::System.Exception))]
288 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.Datatype_dateTimeBase", Member = "TryParseValue", MemberParameters = new object[]
289 {
290 typeof(string),
291 "System.Xml.XmlNameTable",
292 "System.Xml.IXmlNamespaceResolver",
293 typeof(ref object)
294 }, ReturnType = typeof(global::System.Exception))]
295 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XmlBaseConverter", Member = "StringToHexBinary", MemberParameters = new object[] { typeof(string) }, ReturnType = "System.Byte[]")]
296 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XmlBaseConverter", Member = "StringToQName", MemberParameters = new object[]
297 {
298 typeof(string),
299 "System.Xml.IXmlNamespaceResolver"
300 }, ReturnType = "System.Xml.XmlQualifiedName")]
301 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XsdDateTime", Member = ".ctor", MemberParameters = new object[]
302 {
303 typeof(string),
304 "System.Xml.Schema.XsdDateTimeFlags"
305 }, ReturnType = typeof(void))]
306 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XsdDuration", Member = "TryParse", MemberParameters = new object[]
307 {
308 typeof(string),
309 "System.Xml.Schema.XsdDuration.DurationType",
310 "System.Xml.Schema.XsdDuration&"
311 }, ReturnType = typeof(global::System.Exception))]
312 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Utilities.ConvertUtils", Member = "HexCharToInt", MemberParameters = new object[] { typeof(char) }, ReturnType = typeof(int))]
313 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Mono.Security.ASN1Convert", Member = "ToInt32", MemberParameters = new object[] { "Mono.Security.ASN1" }, ReturnType = typeof(int))]
314 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Mono.Security.X509.X501", Member = "ReadAttribute", MemberParameters = new object[]
315 {
316 typeof(string),
317 typeof(ref int)
318 }, ReturnType = "Mono.Security.X509.X520.AttributeTypeAndValue")]
319 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Mono.Security.X509.X501", Member = "ReadEscaped", MemberParameters = new object[]
320 {
321 typeof(global::System.Text.StringBuilder),
322 typeof(string),
323 typeof(int)
324 }, ReturnType = typeof(int))]
325 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Mono.Security.X509.X501", Member = "ReadQuoted", MemberParameters = new object[]
326 {
327 typeof(global::System.Text.StringBuilder),
328 typeof(string),
329 typeof(int)
330 }, ReturnType = typeof(int))]
331 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Mono.Security.X509.X501", Member = "ReadValue", MemberParameters = new object[]
332 {
333 typeof(string),
334 typeof(ref int)
335 }, ReturnType = typeof(string))]
336 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Mono.Security.X509.X520.AttributeTypeAndValue", Member = "set_Value", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
337 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Globalization.FormatProvider.Number", Member = "NumberToString", MemberParameters = new object[]
338 {
339 "System.Text.ValueStringBuilder&",
340 "NumberBuffer&",
341 typeof(char),
342 typeof(int),
343 typeof(global::System.Globalization.NumberFormatInfo),
344 typeof(bool)
345 }, ReturnType = typeof(void))]
346 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 77)]
347 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.SystemException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
348 public unsafe FormatException(string message)
349 {
350 throw null;
351 }
352
353 [global::Cpp2ILInjected.Token(Token = "0x6000681")]
354 [global::Cpp2ILInjected.Address(RVA = "0x1C1F088", Offset = "0x1C1F088", Length = "0x24")]
355 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
356 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Guid.GuidResult", Member = "GetGuidParseException", ReturnType = typeof(global::System.Exception))]
357 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Guid), Member = "StringToInt", MemberParameters = new object[]
358 {
359 typeof(global::System.ReadOnlySpan<char>),
360 typeof(ref int),
361 typeof(int),
362 typeof(int),
363 typeof(ref int),
364 typeof(ref global::System.Guid.GuidResult)
365 }, ReturnType = typeof(bool))]
366 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Guid), Member = "StringToLong", MemberParameters = new object[]
367 {
368 typeof(global::System.ReadOnlySpan<char>),
369 typeof(ref int),
370 typeof(int),
371 typeof(ref long),
372 typeof(ref global::System.Guid.GuidResult)
373 }, ReturnType = typeof(bool))]
374 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.CustomAttributeFormatException), Member = ".ctor", ReturnType = typeof(void))]
375 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.CustomAttributeFormatException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
376 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.CustomAttributeFormatException), Member = ".ctor", MemberParameters = new object[]
377 {
378 typeof(string),
379 typeof(global::System.Exception)
380 }, ReturnType = typeof(void))]
381 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.IPAddressParser", Member = "Parse", MemberParameters = new object[]
382 {
383 "System.ReadOnlySpan`1<Char>",
384 typeof(bool)
385 }, ReturnType = "System.Net.IPAddress")]
386 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.CookieException", Member = ".ctor", MemberParameters = new object[]
387 {
388 typeof(string),
389 typeof(global::System.Exception)
390 }, ReturnType = typeof(void))]
391 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.BooleanConverter", Member = "ConvertFrom", MemberParameters = new object[]
392 {
393 "System.ComponentModel.ITypeDescriptorContext",
394 typeof(global::System.Globalization.CultureInfo),
395 typeof(object)
396 }, ReturnType = typeof(object))]
397 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.DateTimeConverter", Member = "ConvertFrom", MemberParameters = new object[]
398 {
399 "System.ComponentModel.ITypeDescriptorContext",
400 typeof(global::System.Globalization.CultureInfo),
401 typeof(object)
402 }, ReturnType = typeof(object))]
403 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.TimeSpanConverter", Member = "ConvertFrom", MemberParameters = new object[]
404 {
405 "System.ComponentModel.ITypeDescriptorContext",
406 typeof(global::System.Globalization.CultureInfo),
407 typeof(object)
408 }, ReturnType = typeof(object))]
409 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.DateTimeOffsetConverter", Member = "ConvertFrom", MemberParameters = new object[]
410 {
411 "System.ComponentModel.ITypeDescriptorContext",
412 typeof(global::System.Globalization.CultureInfo),
413 typeof(object)
414 }, ReturnType = typeof(object))]
415 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.EnumConverter", Member = "ConvertFrom", MemberParameters = new object[]
416 {
417 "System.ComponentModel.ITypeDescriptorContext",
418 typeof(global::System.Globalization.CultureInfo),
419 typeof(object)
420 }, ReturnType = typeof(object))]
421 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Numerics.BigNumber", Member = "FormatBigInteger", MemberParameters = new object[]
422 {
423 typeof(bool),
424 "System.Numerics.BigInteger",
425 typeof(string),
426 "System.ReadOnlySpan`1<Char>",
427 typeof(global::System.Globalization.NumberFormatInfo),
428 "System.Span`1<Char>",
429 typeof(ref int),
430 typeof(ref bool)
431 }, ReturnType = typeof(string))]
432 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 14)]
433 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.SystemException), Member = ".ctor", MemberParameters = new object[]
434 {
435 typeof(string),
436 typeof(global::System.Exception)
437 }, ReturnType = typeof(void))]
438 public FormatException(string message, global::System.Exception innerException)
439 {
440 throw null;
441 }
442
443 [global::Cpp2ILInjected.Token(Token = "0x6000682")]
444 [global::Cpp2ILInjected.Address(RVA = "0x1C1F0AC", Offset = "0x1C1F0AC", Length = "0x8")]
445 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.CustomAttributeFormatException), Member = ".ctor", MemberParameters = new object[]
446 {
447 typeof(global::System.Runtime.Serialization.SerializationInfo),
448 typeof(global::System.Runtime.Serialization.StreamingContext)
449 }, ReturnType = typeof(void))]
450 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.UriFormatException", Member = ".ctor", MemberParameters = new object[]
451 {
452 typeof(global::System.Runtime.Serialization.SerializationInfo),
453 typeof(global::System.Runtime.Serialization.StreamingContext)
454 }, ReturnType = typeof(void))]
455 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.CookieException", Member = ".ctor", MemberParameters = new object[]
456 {
457 typeof(global::System.Runtime.Serialization.SerializationInfo),
458 typeof(global::System.Runtime.Serialization.StreamingContext)
459 }, ReturnType = typeof(void))]
460 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 3)]
461 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.SystemException), Member = ".ctor", MemberParameters = new object[]
462 {
463 typeof(global::System.Runtime.Serialization.SerializationInfo),
464 typeof(global::System.Runtime.Serialization.StreamingContext)
465 }, ReturnType = typeof(void))]
466 protected FormatException(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context)
467 {
468 throw null;
469 }
470 }
471}
class f__AnonymousType0<< Count > j__TPar
FormatException(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context)
unsafe FormatException(string message)
FormatException(string message, global::System.Exception innerException)