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
Char.cs
Go to the documentation of this file.
1using System;
4using System.IO;
12using System.Text;
13using Cpp2ILInjected;
16using Mono.Math;
17using Mono.Xml;
18
19namespace System
20{
21 [global::Cpp2ILInjected.Token(Token = "0x2000095")]
22 [global::System.Serializable]
23 public readonly struct Char : global::System.IComparable, global::System.IComparable<char>, global::System.IEquatable<char>, global::System.IConvertible
24 {
25 [global::Cpp2ILInjected.Token(Token = "0x6000466")]
26 [global::Cpp2ILInjected.Address(RVA = "0x1BBA0B0", Offset = "0x1BBA0B0", Length = "0x10")]
27 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
28 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
29 private static bool IsLatin1(char ch)
30 {
31 throw null;
32 }
33
34 [global::Cpp2ILInjected.Token(Token = "0x6000467")]
35 [global::Cpp2ILInjected.Address(RVA = "0x1BBA0C0", Offset = "0x1BBA0C0", Length = "0x10")]
36 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
37 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
38 private static bool IsAscii(char ch)
39 {
40 throw null;
41 }
42
43 [global::Cpp2ILInjected.Token(Token = "0x6000468")]
44 [global::Cpp2ILInjected.Address(RVA = "0x1BBA0D0", Offset = "0x1BBA0D0", Length = "0x64")]
45 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(char), Member = "IsLetter", MemberParameters = new object[] { typeof(char) }, ReturnType = typeof(bool))]
46 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(char), Member = "IsUpper", MemberParameters = new object[] { typeof(char) }, ReturnType = typeof(bool))]
47 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(char), Member = "IsLower", MemberParameters = new object[] { typeof(char) }, ReturnType = typeof(bool))]
48 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(char), Member = "IsPunctuation", MemberParameters = new object[] { typeof(char) }, ReturnType = typeof(bool))]
49 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(char), Member = "IsLetterOrDigit", MemberParameters = new object[] { typeof(char) }, ReturnType = typeof(bool))]
50 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(char), Member = "IsNumber", MemberParameters = new object[] { typeof(char) }, ReturnType = typeof(bool))]
51 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(char), Member = "IsNumber", MemberParameters = new object[]
52 {
53 typeof(string),
54 typeof(int)
55 }, ReturnType = typeof(bool))]
56 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(char), Member = "IsSymbol", MemberParameters = new object[] { typeof(char) }, ReturnType = typeof(bool))]
57 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(char), Member = "GetUnicodeCategory", MemberParameters = new object[] { typeof(char) }, ReturnType = typeof(global::System.Globalization.UnicodeCategory))]
58 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(char), Member = "GetUnicodeCategory", MemberParameters = new object[]
59 {
60 typeof(string),
61 typeof(int)
62 }, ReturnType = typeof(global::System.Globalization.UnicodeCategory))]
63 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 10)]
64 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
65 private static global::System.Globalization.UnicodeCategory GetLatin1UnicodeCategory(char ch)
66 {
67 throw null;
68 }
69
70 [global::Cpp2ILInjected.Token(Token = "0x6000469")]
71 [global::Cpp2ILInjected.Address(RVA = "0x1BBA134", Offset = "0x1BBA134", Length = "0xC")]
72 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
73 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
74 public override int GetHashCode()
75 {
76 throw null;
77 }
78
79 [global::Cpp2ILInjected.Token(Token = "0x600046A")]
80 [global::Cpp2ILInjected.Address(RVA = "0x1BBA140", Offset = "0x1BBA140", Length = "0x78")]
81 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
82 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
83 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
84 public override bool Equals(object obj)
85 {
86 throw null;
87 }
88
89 [global::System.Runtime.Versioning.NonVersionable]
90 [global::Cpp2ILInjected.Token(Token = "0x600046B")]
91 [global::Cpp2ILInjected.Address(RVA = "0x1BBA1B8", Offset = "0x1BBA1B8", Length = "0x10")]
92 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
93 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.SpanHelpers), Member = "SequenceEqual", MemberTypeParameters = new object[] { "T" }, MemberParameters = new object[]
94 {
95 "T&",
96 "T&",
97 typeof(int)
98 }, ReturnType = typeof(bool))]
99 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 13)]
100 public bool Equals(char obj)
101 {
102 throw null;
103 }
104
105 [global::Cpp2ILInjected.Token(Token = "0x600046C")]
106 [global::Cpp2ILInjected.Address(RVA = "0x1BBA1C8", Offset = "0x1BBA1C8", Length = "0xB8")]
107 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
108 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.Datatype_char", Member = "Compare", MemberParameters = new object[]
109 {
110 typeof(object),
111 typeof(object)
112 }, ReturnType = typeof(int))]
113 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
114 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
115 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 7)]
116 public int CompareTo(object value)
117 {
118 throw null;
119 }
120
121 [global::Cpp2ILInjected.Token(Token = "0x600046D")]
122 [global::Cpp2ILInjected.Address(RVA = "0x1BBA280", Offset = "0x1BBA280", Length = "0xC")]
123 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
124 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.SpanHelpers), Member = "SequenceCompareTo", MemberParameters = new object[]
125 {
126 typeof(ref char),
127 typeof(int),
128 typeof(ref char),
129 typeof(int)
130 }, ReturnType = typeof(int))]
131 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Text.RegularExpressions.RegexCharClass.SingleRangeComparer", Member = "Compare", MemberParameters = new object[] { "System.Text.RegularExpressions.RegexCharClass.SingleRange", "System.Text.RegularExpressions.RegexCharClass.SingleRange" }, ReturnType = typeof(int))]
132 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
133 public int CompareTo(char value)
134 {
135 throw null;
136 }
137
138 [global::Cpp2ILInjected.Token(Token = "0x600046E")]
139 [global::Cpp2ILInjected.Address(RVA = "0x1BAAFA4", Offset = "0x1BAAFA4", Length = "0x5C")]
140 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
141 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "DrKeyboard_IME", Member = "Append", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
142 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "InterfaceStyles_Layout", Member = "SaveConfiguration", ReturnType = typeof(void))]
143 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "InterfaceStyles_Layout", Member = "LoadConfiguration", MemberParameters = new object[] { typeof(bool) }, ReturnType = typeof(void))]
144 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "VirtualControlsStyles_Layout", Member = "SaveConfiguration", MemberParameters = new object[] { "Terraria.IO.Preferences" }, ReturnType = typeof(void))]
145 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "VirtualControlsStyles_Layout", Member = "LoadConfiguration", MemberParameters = new object[] { "Terraria.IO.Preferences" }, ReturnType = typeof(void))]
146 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "LocalUser", Member = "LoadPersistantData", ReturnType = typeof(void))]
147 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "LocalUser", Member = "SavePersistantData", ReturnType = typeof(void))]
148 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "LocalUserGameState", Member = "get_LocalFavoriteData", ReturnType = "Terraria.IO.FavoritesFile")]
149 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "FileHelpers", Member = "ReadOldNetString", MemberParameters = new object[] { typeof(global::System.IO.BinaryReader) }, ReturnType = typeof(string))]
150 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Microsoft.Xna.Framework.Graphics.SpriteFont.Glyph", Member = "ToString", ReturnType = typeof(string))]
151 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.Main", Member = "get_Configuration", ReturnType = "Terraria.IO.Preferences")]
152 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.Main", Member = "get_InputProfiles", ReturnType = "Terraria.IO.Preferences")]
153 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.Main", Member = "OpenRecent", ReturnType = typeof(void))]
154 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.Main", Member = "SaveRecent", ReturnType = typeof(void))]
155 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.Main", Member = "ResetSettings", ReturnType = typeof(void))]
156 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.Main", Member = "OpenLegacySettings", ReturnType = typeof(void))]
157 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.Main", Member = "GetPlayerPathFromName", MemberParameters = new object[]
158 {
159 typeof(string),
160 typeof(bool)
161 }, ReturnType = typeof(string))]
162 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.Main", Member = "GetWorldPathFromName", MemberParameters = new object[]
163 {
164 typeof(string),
165 typeof(bool)
166 }, ReturnType = typeof(string))]
167 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.Main", Member = "GetInputText", MemberParameters = new object[]
168 {
169 typeof(string),
170 "Microsoft.Xna.Framework.Rectangle",
171 typeof(int),
172 typeof(bool),
173 typeof(bool),
174 typeof(bool),
175 typeof(bool)
176 }, ReturnType = typeof(string))]
177 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.Main", Member = ".cctor", ReturnType = typeof(void))]
178 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.TimeLogger", Member = "NewDrawFrame", ReturnType = typeof(void))]
179 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.Utils", Member = "WordwrapString", MemberParameters = new object[]
180 {
181 typeof(string),
182 "Microsoft.Xna.Framework.Graphics.SpriteFont",
183 typeof(int),
184 typeof(int),
185 typeof(ref int)
186 }, ReturnType = "System.String[]")]
187 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.IO.PlayerFileData", Member = "MoveToCloud", ReturnType = typeof(void))]
188 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.IO.WorldFile", Member = "LoadWorld", MemberParameters = new object[] { typeof(bool) }, ReturnType = typeof(void))]
189 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.Audio.LegacyAudioSystem", Member = "LoadFromSources", ReturnType = typeof(void))]
190 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.Audio.LegacySoundPlayer", Member = "LoadAll", ReturnType = typeof(void))]
191 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.Achievements.AchievementManager", Member = ".ctor", MemberParameters = new object[] { "LocalUser" }, ReturnType = typeof(void))]
192 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.Achievements.AchievementManager", Member = "Load", MemberParameters = new object[]
193 {
194 typeof(string),
195 typeof(bool)
196 }, ReturnType = typeof(void))]
197 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.Map.MapHelper", Member = "InternalSaveMapCompressed", ReturnType = typeof(void))]
198 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.Map.MapHelper", Member = "InternalSaveMap", ReturnType = typeof(void))]
199 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.Map.WorldMap", Member = "Load", ReturnType = typeof(void))]
200 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.GameContent.UI.States.UIVirtualKeyboard", Member = ".ctor", MemberParameters = new object[]
201 {
202 typeof(string),
203 typeof(string),
204 "Terraria.GameContent.UI.States.UIVirtualKeyboard.KeyboardSubmitEvent",
205 typeof(global::System.Action),
206 typeof(int),
207 typeof(bool)
208 }, ReturnType = typeof(void))]
209 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.GameContent.UI.States.UIVirtualKeyboard", Member = "SetKeyState", MemberParameters = new object[] { "Terraria.GameContent.UI.States.UIVirtualKeyboard.KeyState" }, ReturnType = typeof(void))]
210 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "ReLogic.Content.Sources.FileSystemContentSource", Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
211 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Mono.Math.BigInteger), Member = "ToString", MemberParameters = new object[]
212 {
213 typeof(uint),
214 typeof(string)
215 }, ReturnType = typeof(string))]
216 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.TimeZoneInfo), Member = "GetTimeZoneDirectory", ReturnType = typeof(string))]
217 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.TimeZoneInfo), Member = "CreateLocalUnity", ReturnType = typeof(global::System.TimeZoneInfo))]
218 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Convert), Member = "ToString", MemberParameters = new object[]
219 {
220 typeof(char),
221 typeof(global::System.IFormatProvider)
222 }, ReturnType = typeof(string))]
223 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.TypeSpec), Member = "Parse", MemberParameters = new object[]
224 {
225 typeof(string),
226 typeof(ref int),
227 typeof(bool),
228 typeof(bool)
229 }, ReturnType = typeof(global::System.TypeSpec))]
230 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Resources.ManifestBasedResourceGroveler), Member = "HandleResourceStreamMissing", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
231 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.IO.Path), Member = "GetDirectoryName", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(string))]
232 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.IO.Path), Member = "InsecureGetFullPath", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(string))]
233 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.IO.Path), Member = "GetTempPath", ReturnType = typeof(string))]
234 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.IO.Path), Member = ".cctor", ReturnType = typeof(void))]
235 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Globalization.CultureInfo), Member = "GetCultures", MemberParameters = new object[] { typeof(global::System.Globalization.CultureTypes) }, ReturnType = typeof(global::System.Globalization.CultureInfo[]))]
236 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Globalization.CultureInfo), Member = ".ctor", MemberParameters = new object[]
237 {
238 typeof(int),
239 typeof(bool),
240 typeof(bool)
241 }, ReturnType = typeof(void))]
242 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Globalization.CultureInfo), Member = ".ctor", MemberParameters = new object[]
243 {
244 typeof(string),
245 typeof(bool),
246 typeof(bool)
247 }, ReturnType = typeof(void))]
248 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Globalization.CultureInfo), Member = "CreateSpecificCulture", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(global::System.Globalization.CultureInfo))]
249 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Text.RegularExpressions.RegexFCD", Member = "Prefix", MemberParameters = new object[] { "System.Text.RegularExpressions.RegexTree" }, ReturnType = "System.Text.RegularExpressions.RegexPrefix")]
250 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Text.RegularExpressions.RegexNode", Member = "ReduceConcatenation", ReturnType = "System.Text.RegularExpressions.RegexNode")]
251 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Text.RegularExpressions.RegexParser", Member = "ScanRegex", ReturnType = "System.Text.RegularExpressions.RegexNode")]
252 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Text.RegularExpressions.RegexParser", Member = "ScanCharClass", MemberParameters = new object[]
253 {
254 typeof(bool),
255 typeof(bool)
256 }, ReturnType = "System.Text.RegularExpressions.RegexCharClass")]
257 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Text.RegularExpressions.RegexParser", Member = "ScanCharEscape", ReturnType = typeof(char))]
258 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.MaskedTextProvider", Member = "Initialize", ReturnType = typeof(void))]
259 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.MaskedTextProvider", Member = "InsertAt", MemberParameters = new object[]
260 {
261 typeof(char),
262 typeof(int)
263 }, ReturnType = typeof(bool))]
264 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.MaskedTextProvider", Member = "InsertAt", MemberParameters = new object[]
265 {
266 typeof(char),
267 typeof(int),
268 typeof(ref int),
269 "System.ComponentModel.MaskedTextResultHint&"
270 }, ReturnType = typeof(bool))]
271 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.MaskedTextProvider", Member = "Replace", MemberParameters = new object[]
272 {
273 typeof(char),
274 typeof(int),
275 typeof(int),
276 typeof(ref int),
277 "System.ComponentModel.MaskedTextResultHint&"
278 }, ReturnType = typeof(bool))]
279 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.JsonTextReader", Member = "ReadStringIntoBuffer", MemberParameters = new object[] { typeof(char) }, ReturnType = typeof(void))]
280 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.JsonConvert", Member = "EnsureFloatFormat", MemberParameters = new object[]
281 {
282 typeof(double),
283 typeof(string),
284 "Newtonsoft.Json.FloatFormatHandling",
285 typeof(char),
286 typeof(bool)
287 }, ReturnType = typeof(string))]
288 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Utilities.ConvertUtils", Member = "HexCharToInt", MemberParameters = new object[] { typeof(char) }, ReturnType = typeof(int))]
289 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Linq.JsonPath.JPath", Member = "ParseMain", ReturnType = typeof(void))]
290 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Linq.JsonPath.JPath", Member = "ParsePath", MemberParameters = new object[]
291 {
292 "System.Collections.Generic.List`1<PathFilter>",
293 typeof(int),
294 typeof(bool)
295 }, ReturnType = typeof(bool))]
296 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Linq.JsonPath.JPath", Member = "ParseArrayIndexer", MemberParameters = new object[] { typeof(char) }, ReturnType = "Newtonsoft.Json.Linq.JsonPath.PathFilter")]
297 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Linq.JsonPath.JPath", Member = "ParseQuery", MemberParameters = new object[] { typeof(char) }, ReturnType = "Newtonsoft.Json.Linq.JsonPath.PathFilter")]
298 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Linq.JsonPath.JPath", Member = "ParseExpression", ReturnType = "Newtonsoft.Json.Linq.JsonPath.QueryExpression")]
299 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Linq.JsonPath.JPath", Member = "ReadQuotedString", ReturnType = typeof(string))]
300 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Linq.JsonPath.JPath", Member = "ParseQuotedField", MemberParameters = new object[] { typeof(char) }, ReturnType = "Newtonsoft.Json.Linq.JsonPath.PathFilter")]
301 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.UnityLogWriter", Member = "Write", MemberParameters = new object[] { typeof(char) }, ReturnType = typeof(void))]
302 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.UI.InputField", Member = "SetText", MemberParameters = new object[]
303 {
304 typeof(string),
305 typeof(bool)
306 }, ReturnType = typeof(void))]
307 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.UI.InputField", Member = "LateUpdate", ReturnType = typeof(void))]
308 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.UI.InputField", Member = "Insert", MemberParameters = new object[] { typeof(char) }, ReturnType = typeof(void))]
309 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Mono.Math.BigInteger", Member = "ToString", MemberParameters = new object[]
310 {
311 typeof(uint),
312 typeof(string)
313 }, ReturnType = typeof(string))]
314 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 97)]
315 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "CreateFromChar", MemberParameters = new object[] { typeof(char) }, ReturnType = typeof(string))]
316 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
317 public override string ToString()
318 {
319 throw null;
320 }
321
322 [global::Cpp2ILInjected.Token(Token = "0x600046F")]
323 [global::Cpp2ILInjected.Address(RVA = "0x1BBA294", Offset = "0x1BBA294", Length = "0x5C")]
324 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
325 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.XmlException", Member = "BuildCharExceptionArgs", MemberParameters = new object[]
326 {
327 typeof(char),
328 typeof(char)
329 }, ReturnType = "System.String[]")]
330 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.JsonConvert", Member = "ToString", MemberParameters = new object[]
331 {
332 typeof(global::System.Guid),
333 typeof(char)
334 }, ReturnType = typeof(string))]
335 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Linq.JTokenWriter", Member = "WriteValue", MemberParameters = new object[] { typeof(char) }, ReturnType = typeof(void))]
336 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Bson.BsonWriter", Member = "WriteValue", MemberParameters = new object[] { typeof(char) }, ReturnType = typeof(void))]
337 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 4)]
338 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "CreateFromChar", MemberParameters = new object[] { typeof(char) }, ReturnType = typeof(string))]
339 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
340 public string ToString(global::System.IFormatProvider provider)
341 {
342 throw null;
343 }
344
345 [global::Cpp2ILInjected.Token(Token = "0x6000470")]
346 [global::Cpp2ILInjected.Address(RVA = "0x1BBA28C", Offset = "0x1BBA28C", Length = "0x8")]
347 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.JsonConvert", Member = "ToString", MemberParameters = new object[] { typeof(char) }, ReturnType = typeof(string))]
348 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
349 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "CreateFromChar", MemberParameters = new object[] { typeof(char) }, ReturnType = typeof(string))]
350 public static string ToString(char c)
351 {
352 throw null;
353 }
354
355 [global::Cpp2ILInjected.Token(Token = "0x6000471")]
356 [global::Cpp2ILInjected.Address(RVA = "0x1BBA2F0", Offset = "0x1BBA2F0", Length = "0x9C")]
357 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
358 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Serialization.Formatters.Binary.PrimitiveArray), Member = "SetValue", MemberParameters = new object[]
359 {
360 typeof(string),
361 typeof(int)
362 }, ReturnType = typeof(void))]
363 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
364 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "get_Chars", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(char))]
365 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentNullException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
366 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.FormatException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
367 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 8)]
368 public static char Parse(string s)
369 {
370 throw null;
371 }
372
373 [global::Cpp2ILInjected.Token(Token = "0x6000472")]
374 [global::Cpp2ILInjected.Address(RVA = "0x1BBA38C", Offset = "0x1BBA38C", Length = "0x40")]
375 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
376 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.XmlConvert", Member = "TryToChar", MemberParameters = new object[]
377 {
378 typeof(string),
379 typeof(ref char)
380 }, ReturnType = typeof(global::System.Exception))]
381 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
382 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "get_Chars", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(char))]
383 public static bool TryParse(string s, out char result)
384 {
385 throw null;
386 }
387
388 [global::Cpp2ILInjected.Token(Token = "0x6000473")]
389 [global::Cpp2ILInjected.Address(RVA = "0x1BB4158", Offset = "0x1BB4158", Length = "0x84")]
390 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
391 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "GUIMultiplayerLobby", Member = "CompareNatural", MemberParameters = new object[]
392 {
393 typeof(string),
394 typeof(string),
395 typeof(global::System.Globalization.CultureInfo),
396 typeof(global::System.Globalization.CompareOptions)
397 }, ReturnType = typeof(int))]
398 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "GUIPlayerSelectMenu", Member = "CompareNatural", MemberParameters = new object[]
399 {
400 typeof(string),
401 typeof(string),
402 typeof(global::System.Globalization.CultureInfo),
403 typeof(global::System.Globalization.CompareOptions)
404 }, ReturnType = typeof(int))]
405 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "GUIWorldSelectMenu", Member = "CompareNatural", MemberParameters = new object[]
406 {
407 typeof(string),
408 typeof(string),
409 typeof(global::System.Globalization.CultureInfo),
410 typeof(global::System.Globalization.CompareOptions)
411 }, ReturnType = typeof(int))]
412 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.TimeZoneInfo.<>c", Member = "<TZif_ParsePosixName>b__34_0", MemberParameters = new object[] { typeof(char) }, ReturnType = typeof(bool))]
413 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.TimeZoneInfo.<>c", Member = "<TZif_ParsePosixOffset>b__35_0", MemberParameters = new object[] { typeof(char) }, ReturnType = typeof(bool))]
414 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Enum), Member = "TryParseEnum", MemberParameters = new object[]
415 {
416 typeof(global::System.Type),
417 typeof(string),
418 typeof(bool),
419 typeof(ref global::System.Enum.EnumResult)
420 }, ReturnType = typeof(bool))]
421 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Environment), Member = "CreateVersionFromString", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(global::System.Version))]
422 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.FtpControlStream", Member = "CheckValid", MemberParameters = new object[]
423 {
424 "System.Net.ResponseDescription",
425 typeof(ref int),
426 typeof(ref int)
427 }, ReturnType = typeof(bool))]
428 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.MaskedTextProvider", Member = "IsAlphanumeric", MemberParameters = new object[] { typeof(char) }, ReturnType = typeof(bool))]
429 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.MaskedTextProvider", Member = "TestChar", MemberParameters = new object[]
430 {
431 typeof(char),
432 typeof(int),
433 "System.ComponentModel.MaskedTextResultHint&"
434 }, ReturnType = typeof(bool))]
435 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.JsonTextReader", Member = "ParseNumber", MemberParameters = new object[] { "Newtonsoft.Json.ReadType" }, ReturnType = typeof(void))]
436 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Utilities.DateTimeUtils", Member = "TryParseDateTime", MemberParameters = new object[]
437 {
438 "Newtonsoft.Json.Utilities.StringReference",
439 "Newtonsoft.Json.DateTimeZoneHandling",
440 typeof(string),
441 typeof(global::System.Globalization.CultureInfo),
442 typeof(ref global::System.DateTime)
443 }, ReturnType = typeof(bool))]
444 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Utilities.DateTimeUtils", Member = "TryParseDateTime", MemberParameters = new object[]
445 {
446 typeof(string),
447 "Newtonsoft.Json.DateTimeZoneHandling",
448 typeof(string),
449 typeof(global::System.Globalization.CultureInfo),
450 typeof(ref global::System.DateTime)
451 }, ReturnType = typeof(bool))]
452 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Utilities.DateTimeUtils", Member = "TryParseDateTimeOffset", MemberParameters = new object[]
453 {
454 "Newtonsoft.Json.Utilities.StringReference",
455 typeof(string),
456 typeof(global::System.Globalization.CultureInfo),
457 typeof(ref global::System.DateTimeOffset)
458 }, ReturnType = typeof(bool))]
459 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Utilities.DateTimeUtils", Member = "TryParseDateTimeOffset", MemberParameters = new object[]
460 {
461 typeof(string),
462 typeof(string),
463 typeof(global::System.Globalization.CultureInfo),
464 typeof(ref global::System.DateTimeOffset)
465 }, ReturnType = typeof(bool))]
466 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Linq.JsonPath.JPath", Member = "ParseArrayIndexer", MemberParameters = new object[] { typeof(char) }, ReturnType = "Newtonsoft.Json.Linq.JsonPath.PathFilter")]
467 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Linq.JsonPath.JPath", Member = "ParseValue", ReturnType = typeof(object))]
468 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Mono.Security.X509.X501", Member = "IsHex", MemberParameters = new object[] { typeof(char) }, ReturnType = typeof(bool))]
469 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 37)]
470 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Globalization.CharUnicodeInfo), Member = "GetUnicodeCategory", MemberParameters = new object[] { typeof(char) }, ReturnType = typeof(global::System.Globalization.UnicodeCategory))]
471 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
472 public static bool IsDigit(char c)
473 {
474 throw null;
475 }
476
477 [global::Cpp2ILInjected.Token(Token = "0x6000474")]
478 [global::Cpp2ILInjected.Address(RVA = "0x1BBA3CC", Offset = "0x1BBA3CC", Length = "0xC")]
479 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
480 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
481 internal static bool CheckLetter(global::System.Globalization.UnicodeCategory uc)
482 {
483 throw null;
484 }
485
486 [global::Cpp2ILInjected.Token(Token = "0x6000475")]
487 [global::Cpp2ILInjected.Address(RVA = "0x1BBA3D8", Offset = "0x1BBA3D8", Length = "0xD8")]
488 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
489 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeParse), Member = "MatchWord", MemberParameters = new object[]
490 {
491 typeof(ref global::System.__DTString),
492 typeof(string)
493 }, ReturnType = typeof(bool))]
494 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeParse), Member = "Lex", MemberParameters = new object[]
495 {
496 typeof(global::System.DateTimeParse.DS),
497 typeof(ref global::System.__DTString),
498 typeof(ref global::System.DateTimeToken),
499 typeof(ref global::System.DateTimeRawInfo),
500 typeof(ref global::System.DateTimeResult),
501 typeof(ref global::System.Globalization.DateTimeFormatInfo),
502 typeof(global::System.Globalization.DateTimeStyles)
503 }, ReturnType = typeof(bool))]
504 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.__DTString), Member = "MatchSpecifiedWords", MemberParameters = new object[]
505 {
506 typeof(string),
507 typeof(bool),
508 typeof(ref int)
509 }, ReturnType = typeof(bool))]
510 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Globalization.DateTimeFormatInfo), Member = "Tokenize", MemberParameters = new object[]
511 {
512 typeof(global::System.TokenType),
513 typeof(ref global::System.TokenType),
514 typeof(ref int),
515 typeof(ref global::System.__DTString)
516 }, ReturnType = typeof(bool))]
517 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Globalization.DateTimeFormatInfoScanner), Member = "SkipWhiteSpacesAndNonLetter", MemberParameters = new object[]
518 {
519 typeof(string),
520 typeof(int)
521 }, ReturnType = typeof(int))]
522 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.UncNameHelper", Member = "IsValid", MemberParameters = new object[]
523 {
524 "System.Char*",
525 typeof(ushort),
526 typeof(ref int),
527 typeof(bool)
528 }, ReturnType = typeof(bool))]
529 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.MaskedTextProvider", Member = "IsAlphanumeric", MemberParameters = new object[] { typeof(char) }, ReturnType = typeof(bool))]
530 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.MaskedTextProvider", Member = "SetChar", MemberParameters = new object[]
531 {
532 typeof(char),
533 typeof(int),
534 "System.ComponentModel.MaskedTextProvider.CharDescriptor"
535 }, ReturnType = typeof(void))]
536 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.MaskedTextProvider", Member = "TestChar", MemberParameters = new object[]
537 {
538 typeof(char),
539 typeof(int),
540 "System.ComponentModel.MaskedTextResultHint&"
541 }, ReturnType = typeof(bool))]
542 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.UI.InputField", Member = "Validate", MemberParameters = new object[]
543 {
544 typeof(string),
545 typeof(int),
546 typeof(char)
547 }, ReturnType = typeof(char))]
548 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 13)]
549 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Globalization.CharUnicodeInfo), Member = "GetUnicodeCategory", MemberParameters = new object[] { typeof(char) }, ReturnType = typeof(global::System.Globalization.UnicodeCategory))]
550 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(char), Member = "GetLatin1UnicodeCategory", MemberParameters = new object[] { typeof(char) }, ReturnType = typeof(global::System.Globalization.UnicodeCategory))]
551 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 5)]
552 public static bool IsLetter(char c)
553 {
554 throw null;
555 }
556
557 [global::Cpp2ILInjected.Token(Token = "0x6000476")]
558 [global::Cpp2ILInjected.Address(RVA = "0x1BBA4B0", Offset = "0x1BBA4B0", Length = "0x3C")]
559 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
560 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
561 private static bool IsWhiteSpaceLatin1(char c)
562 {
563 throw null;
564 }
565
566 [global::Cpp2ILInjected.Token(Token = "0x6000477")]
567 [global::Cpp2ILInjected.Address(RVA = "0x1BB7DC0", Offset = "0x1BB7DC0", Length = "0xB8")]
568 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
569 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(string), Member = "MakeSeparatorList", MemberParameters = new object[]
570 {
571 typeof(global::System.ReadOnlySpan<char>),
572 typeof(ref global::System.Collections.Generic.ValueListBuilder<int>)
573 }, ReturnType = typeof(void))]
574 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(string), Member = "TrimWhiteSpaceHelper", MemberParameters = new object[] { "System.String.TrimType" }, ReturnType = typeof(string))]
575 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(string), Member = "IsNullOrWhiteSpace", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(bool))]
576 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(bool), Member = "TrimWhiteSpaceAndNull", MemberParameters = new object[] { typeof(global::System.ReadOnlySpan<char>) }, ReturnType = typeof(global::System.ReadOnlySpan<char>))]
577 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeParse), Member = "HandleTimeZone", MemberParameters = new object[]
578 {
579 typeof(ref global::System.__DTString),
580 typeof(ref global::System.DateTimeResult)
581 }, ReturnType = typeof(bool))]
582 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeParse), Member = "VerifyValidPunctuation", MemberParameters = new object[] { typeof(ref global::System.__DTString) }, ReturnType = typeof(bool))]
583 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.__DTString), Member = "GetRegularToken", MemberParameters = new object[]
584 {
585 typeof(ref global::System.TokenType),
586 typeof(ref int),
587 typeof(global::System.Globalization.DateTimeFormatInfo)
588 }, ReturnType = typeof(void))]
589 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.__DTString), Member = "MatchSpecifiedWords", MemberParameters = new object[]
590 {
591 typeof(string),
592 typeof(bool),
593 typeof(ref int)
594 }, ReturnType = typeof(bool))]
595 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.__DTString), Member = "SkipWhiteSpaces", ReturnType = typeof(void))]
596 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.__DTString), Member = "SkipWhiteSpaceCurrent", ReturnType = typeof(bool))]
597 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.__DTString), Member = "TrimTail", ReturnType = typeof(void))]
598 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.__DTString), Member = "RemoveTrailingInQuoteSpaces", ReturnType = typeof(void))]
599 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.__DTString), Member = "RemoveLeadingInQuoteSpaces", ReturnType = typeof(void))]
600 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Guid), Member = "EatAllWhitespace", MemberParameters = new object[] { typeof(global::System.ReadOnlySpan<char>) }, ReturnType = typeof(global::System.ReadOnlySpan<char>))]
601 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.MemoryExtensions), Member = "TrimStart", MemberParameters = new object[] { typeof(global::System.ReadOnlySpan<char>) }, ReturnType = typeof(global::System.ReadOnlySpan<char>))]
602 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.MemoryExtensions), Member = "TrimEnd", MemberParameters = new object[] { typeof(global::System.ReadOnlySpan<char>) }, ReturnType = typeof(global::System.ReadOnlySpan<char>))]
603 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.ParseNumbers), Member = "EatWhiteSpace", MemberParameters = new object[]
604 {
605 typeof(global::System.ReadOnlySpan<char>),
606 typeof(ref int)
607 }, ReturnType = typeof(void))]
608 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.TypeSpec), Member = "SkipSpace", MemberParameters = new object[]
609 {
610 typeof(string),
611 typeof(ref int)
612 }, ReturnType = typeof(void))]
613 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Cryptography.FromBase64Transform), Member = "DiscardWhiteSpaces", MemberParameters = new object[]
614 {
615 typeof(byte[]),
616 typeof(int),
617 typeof(int)
618 }, ReturnType = typeof(byte[]))]
619 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Cryptography.Utils), Member = "DiscardWhiteSpaces", MemberParameters = new object[]
620 {
621 typeof(string),
622 typeof(int),
623 typeof(int)
624 }, ReturnType = typeof(string))]
625 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Resources.ResourceManager), Member = "CompareNames", MemberParameters = new object[]
626 {
627 typeof(string),
628 typeof(string),
629 typeof(global::System.Reflection.AssemblyName)
630 }, ReturnType = typeof(bool))]
631 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.AssemblyName), Member = "get_FullName", ReturnType = typeof(string))]
632 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Globalization.DateTimeFormatInfo), Member = "InsertHash", MemberParameters = new object[]
633 {
634 typeof(global::System.Globalization.DateTimeFormatInfo.TokenHashValue[]),
635 typeof(string),
636 typeof(global::System.TokenType),
637 typeof(int)
638 }, ReturnType = typeof(void))]
639 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Globalization.DateTimeFormatInfoScanner), Member = "AddDateWords", MemberParameters = new object[]
640 {
641 typeof(string),
642 typeof(int),
643 typeof(string)
644 }, ReturnType = typeof(int))]
645 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Globalization.DateTimeFormatInfoScanner), Member = "ScanDateWord", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
646 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Globalization.DateTimeFormatInfoScanner), Member = "ArrayElementsHaveSpace", MemberParameters = new object[] { typeof(string[]) }, ReturnType = typeof(bool))]
647 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.PasteArguments", Member = "ContainsNoWhitespaceOrQuotes", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(bool))]
648 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Text.RegularExpressions.RegexCharClass", Member = "CharInCategory", MemberParameters = new object[]
649 {
650 typeof(char),
651 typeof(string),
652 typeof(int),
653 typeof(int),
654 typeof(int)
655 }, ReturnType = typeof(bool))]
656 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.CookieTokenizer", Member = "FindNext", MemberParameters = new object[]
657 {
658 typeof(bool),
659 typeof(bool)
660 }, ReturnType = "System.Net.CookieToken")]
661 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XsdDateTime.Parser", Member = "Parse", MemberParameters = new object[]
662 {
663 typeof(string),
664 "System.Xml.Schema.XsdDateTimeFlags"
665 }, ReturnType = typeof(bool))]
666 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XsdDateTime.Parser", Member = "ParseZoneAndWhitespace", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(bool))]
667 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.JsonTextReader", Member = "ReadAsBytes", ReturnType = "System.Byte[]")]
668 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.JsonTextReader", Member = "ReadStringValue", MemberParameters = new object[] { "Newtonsoft.Json.ReadType" }, ReturnType = typeof(object))]
669 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.JsonTextReader", Member = "ReadAsBoolean", ReturnType = "System.Nullable`1<Boolean>")]
670 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.JsonTextReader", Member = "ReadNumberValue", MemberParameters = new object[] { "Newtonsoft.Json.ReadType" }, ReturnType = typeof(object))]
671 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.JsonTextReader", Member = "ReadNumberIntoBuffer", ReturnType = typeof(void))]
672 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.JsonTextReader", Member = "ParsePostValue", ReturnType = typeof(bool))]
673 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.JsonTextReader", Member = "ParseObject", ReturnType = typeof(bool))]
674 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.JsonTextReader", Member = "ParseUnquotedProperty", ReturnType = typeof(void))]
675 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.JsonTextReader", Member = "ParseValue", ReturnType = typeof(bool))]
676 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.JsonTextReader", Member = "EatWhitespace", MemberParameters = new object[] { typeof(bool) }, ReturnType = typeof(bool))]
677 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.JsonTextReader", Member = "ParseConstructor", ReturnType = typeof(void))]
678 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.JsonTextReader", Member = "IsSeparator", MemberParameters = new object[] { typeof(char) }, ReturnType = typeof(bool))]
679 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Utilities.StringUtils", Member = "IsWhiteSpace", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(bool))]
680 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 55)]
681 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Globalization.CharUnicodeInfo), Member = "IsWhiteSpace", MemberParameters = new object[] { typeof(char) }, ReturnType = typeof(bool))]
682 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 3)]
683 public static bool IsWhiteSpace(char c)
684 {
685 throw null;
686 }
687
688 [global::Cpp2ILInjected.Token(Token = "0x6000478")]
689 [global::Cpp2ILInjected.Address(RVA = "0x1BBA4EC", Offset = "0x1BBA4EC", Length = "0xBC")]
690 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
691 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.MaskedTextProvider", Member = "SetChar", MemberParameters = new object[]
692 {
693 typeof(char),
694 typeof(int),
695 "System.ComponentModel.MaskedTextProvider.CharDescriptor"
696 }, ReturnType = typeof(void))]
697 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Utilities.StringUtils", Member = "ToCamelCase", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(string))]
698 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.UI.InputField", Member = "Validate", MemberParameters = new object[]
699 {
700 typeof(string),
701 typeof(int),
702 typeof(char)
703 }, ReturnType = typeof(char))]
704 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 5)]
705 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Globalization.CharUnicodeInfo), Member = "GetUnicodeCategory", MemberParameters = new object[] { typeof(char) }, ReturnType = typeof(global::System.Globalization.UnicodeCategory))]
706 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(char), Member = "GetLatin1UnicodeCategory", MemberParameters = new object[] { typeof(char) }, ReturnType = typeof(global::System.Globalization.UnicodeCategory))]
707 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
708 public static bool IsUpper(char c)
709 {
710 throw null;
711 }
712
713 [global::Cpp2ILInjected.Token(Token = "0x6000479")]
714 [global::Cpp2ILInjected.Address(RVA = "0x1BBA5A8", Offset = "0x1BBA5A8", Length = "0xBC")]
715 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
716 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.UI.InputField", Member = "Validate", MemberParameters = new object[]
717 {
718 typeof(string),
719 typeof(int),
720 typeof(char)
721 }, ReturnType = typeof(char))]
722 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
723 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Globalization.CharUnicodeInfo), Member = "GetUnicodeCategory", MemberParameters = new object[] { typeof(char) }, ReturnType = typeof(global::System.Globalization.UnicodeCategory))]
724 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(char), Member = "GetLatin1UnicodeCategory", MemberParameters = new object[] { typeof(char) }, ReturnType = typeof(global::System.Globalization.UnicodeCategory))]
725 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
726 public static bool IsLower(char c)
727 {
728 throw null;
729 }
730
731 [global::Cpp2ILInjected.Token(Token = "0x600047A")]
732 [global::Cpp2ILInjected.Address(RVA = "0x1BBA664", Offset = "0x1BBA664", Length = "0x10")]
733 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
734 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
735 internal static bool CheckPunctuation(global::System.Globalization.UnicodeCategory uc)
736 {
737 throw null;
738 }
739
740 [global::Cpp2ILInjected.Token(Token = "0x600047B")]
741 [global::Cpp2ILInjected.Address(RVA = "0x1BBA674", Offset = "0x1BBA674", Length = "0xAC")]
742 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
743 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.MaskedTextProvider", Member = "IsPrintableChar", MemberParameters = new object[] { typeof(char) }, ReturnType = typeof(bool))]
744 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
745 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(char), Member = "GetLatin1UnicodeCategory", MemberParameters = new object[] { typeof(char) }, ReturnType = typeof(global::System.Globalization.UnicodeCategory))]
746 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Globalization.CharUnicodeInfo), Member = "GetUnicodeCategory", MemberParameters = new object[] { typeof(char) }, ReturnType = typeof(global::System.Globalization.UnicodeCategory))]
747 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
748 public static bool IsPunctuation(char c)
749 {
750 throw null;
751 }
752
753 [global::Cpp2ILInjected.Token(Token = "0x600047C")]
754 [global::Cpp2ILInjected.Address(RVA = "0x1BBA720", Offset = "0x1BBA720", Length = "0x1C")]
755 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
756 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
757 internal static bool CheckLetterOrDigit(global::System.Globalization.UnicodeCategory uc)
758 {
759 throw null;
760 }
761
762 [global::Cpp2ILInjected.Token(Token = "0x600047D")]
763 [global::Cpp2ILInjected.Address(RVA = "0x1BBA73C", Offset = "0x1BBA73C", Length = "0xBC")]
764 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
765 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Globalization.CultureInfo), Member = "VerifyCultureName", MemberParameters = new object[]
766 {
767 typeof(string),
768 typeof(bool)
769 }, ReturnType = typeof(bool))]
770 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.MaskedTextProvider", Member = "IsPrintableChar", MemberParameters = new object[] { typeof(char) }, ReturnType = typeof(bool))]
771 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.JsonTextReader", Member = "ValidIdentifierChar", MemberParameters = new object[] { typeof(char) }, ReturnType = typeof(bool))]
772 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.JsonTextReader", Member = "ParseConstructor", ReturnType = typeof(void))]
773 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 4)]
774 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(char), Member = "GetLatin1UnicodeCategory", MemberParameters = new object[] { typeof(char) }, ReturnType = typeof(global::System.Globalization.UnicodeCategory))]
775 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Globalization.CharUnicodeInfo), Member = "GetUnicodeCategory", MemberParameters = new object[] { typeof(char) }, ReturnType = typeof(global::System.Globalization.UnicodeCategory))]
776 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
777 public static bool IsLetterOrDigit(char c)
778 {
779 throw null;
780 }
781
782 [global::Cpp2ILInjected.Token(Token = "0x600047E")]
783 [global::Cpp2ILInjected.Address(RVA = "0x1BBA7F8", Offset = "0x1BBA7F8", Length = "0x78")]
784 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
785 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.HttpDateParse", Member = "MAKE_UPPER", MemberParameters = new object[] { typeof(char) }, ReturnType = typeof(char))]
786 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Mono.Security.X509.X501", Member = "IsHex", MemberParameters = new object[] { typeof(char) }, ReturnType = typeof(bool))]
787 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
788 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentNullException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
789 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 6)]
790 public static char ToUpper(char c, global::System.Globalization.CultureInfo culture)
791 {
792 throw null;
793 }
794
795 [global::Cpp2ILInjected.Token(Token = "0x600047F")]
796 [global::Cpp2ILInjected.Address(RVA = "0x1BBA870", Offset = "0x1BBA870", Length = "0x70")]
797 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
798 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.UI.InputField", Member = "Validate", MemberParameters = new object[]
799 {
800 typeof(string),
801 typeof(int),
802 typeof(char)
803 }, ReturnType = typeof(char))]
804 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
805 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Globalization.CultureInfo), Member = "get_CurrentCulture", ReturnType = typeof(global::System.Globalization.CultureInfo))]
806 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 3)]
807 public static char ToUpper(char c)
808 {
809 throw null;
810 }
811
812 [global::Cpp2ILInjected.Token(Token = "0x6000480")]
813 [global::Cpp2ILInjected.Address(RVA = "0x1BBA8E0", Offset = "0x1BBA8E0", Length = "0x70")]
814 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
815 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Guid), Member = "TryParseGuidWithNoStyle", MemberParameters = new object[]
816 {
817 typeof(global::System.ReadOnlySpan<char>),
818 typeof(ref global::System.Guid.GuidResult)
819 }, ReturnType = typeof(bool))]
820 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.IO.Enumeration.FileSystemName), Member = "MatchPattern", MemberParameters = new object[]
821 {
822 typeof(global::System.ReadOnlySpan<char>),
823 typeof(global::System.ReadOnlySpan<char>),
824 typeof(bool),
825 typeof(bool)
826 }, ReturnType = typeof(bool))]
827 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Security.Cryptography.X509Certificates.X500DistinguishedName", Member = "Canonize", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(string))]
828 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 4)]
829 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Globalization.CultureInfo), Member = "get_InvariantCulture", ReturnType = typeof(global::System.Globalization.CultureInfo))]
830 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 3)]
831 public static char ToUpperInvariant(char c)
832 {
833 throw null;
834 }
835
836 [global::Cpp2ILInjected.Token(Token = "0x6000481")]
837 [global::Cpp2ILInjected.Address(RVA = "0x1BBA950", Offset = "0x1BBA950", Length = "0x78")]
838 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
839 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.UriHelper", Member = "TestForSubPath", MemberParameters = new object[]
840 {
841 "System.Char*",
842 typeof(ushort),
843 "System.Char*",
844 typeof(ushort),
845 typeof(bool)
846 }, ReturnType = typeof(bool))]
847 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Utilities.StringUtils", Member = "ToCamelCase", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(string))]
848 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 3)]
849 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentNullException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
850 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 6)]
851 public static char ToLower(char c, global::System.Globalization.CultureInfo culture)
852 {
853 throw null;
854 }
855
856 [global::Cpp2ILInjected.Token(Token = "0x6000482")]
857 [global::Cpp2ILInjected.Address(RVA = "0x1BBA9C8", Offset = "0x1BBA9C8", Length = "0x70")]
858 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
859 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.UI.InputField", Member = "Validate", MemberParameters = new object[]
860 {
861 typeof(string),
862 typeof(int),
863 typeof(char)
864 }, ReturnType = typeof(char))]
865 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
866 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Globalization.CultureInfo), Member = "get_CurrentCulture", ReturnType = typeof(global::System.Globalization.CultureInfo))]
867 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 3)]
868 public static char ToLower(char c)
869 {
870 throw null;
871 }
872
873 [global::Cpp2ILInjected.Token(Token = "0x6000483")]
874 [global::Cpp2ILInjected.Address(RVA = "0x1BBAA38", Offset = "0x1BBAA38", Length = "0x70")]
875 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
876 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Guid), Member = "IsHexPrefix", MemberParameters = new object[]
877 {
878 typeof(global::System.ReadOnlySpan<char>),
879 typeof(int)
880 }, ReturnType = typeof(bool))]
881 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
882 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Globalization.CultureInfo), Member = "get_InvariantCulture", ReturnType = typeof(global::System.Globalization.CultureInfo))]
883 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 3)]
884 public static char ToLowerInvariant(char c)
885 {
886 throw null;
887 }
888
889 [global::Cpp2ILInjected.Token(Token = "0x6000484")]
890 [global::Cpp2ILInjected.Address(RVA = "0x1BBAAA8", Offset = "0x1BBAAA8", Length = "0x8")]
891 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
892 public global::System.TypeCode GetTypeCode()
893 {
894 throw null;
895 }
896
897 [global::Cpp2ILInjected.Token(Token = "0x6000485")]
898 [global::Cpp2ILInjected.Address(RVA = "0x1BBAAB0", Offset = "0x1BBAAB0", Length = "0x84")]
899 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
900 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::SR), Member = "Format", MemberParameters = new object[]
901 {
902 typeof(string),
903 typeof(object),
904 typeof(object)
905 }, ReturnType = typeof(string))]
906 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.InvalidCastException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
907 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 7)]
908 private bool System.IConvertible.ToBoolean(global::System.IFormatProvider provider)
909 {
910 throw null;
911 }
912
913 [global::Cpp2ILInjected.Token(Token = "0x6000486")]
914 [global::Cpp2ILInjected.Address(RVA = "0x1BBAB34", Offset = "0x1BBAB34", Length = "0x8")]
915 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
916 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
917 private char System.IConvertible.ToChar(global::System.IFormatProvider provider)
918 {
919 throw null;
920 }
921
922 [global::Cpp2ILInjected.Token(Token = "0x6000487")]
923 [global::Cpp2ILInjected.Address(RVA = "0x1BBAB3C", Offset = "0x1BBAB3C", Length = "0x58")]
924 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
925 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
926 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
927 private sbyte System.IConvertible.ToSByte(global::System.IFormatProvider provider)
928 {
929 throw null;
930 }
931
932 [global::Cpp2ILInjected.Token(Token = "0x6000488")]
933 [global::Cpp2ILInjected.Address(RVA = "0x1BBABF0", Offset = "0x1BBABF0", Length = "0x58")]
934 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
935 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
936 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
937 private byte System.IConvertible.ToByte(global::System.IFormatProvider provider)
938 {
939 throw null;
940 }
941
942 [global::Cpp2ILInjected.Token(Token = "0x6000489")]
943 [global::Cpp2ILInjected.Address(RVA = "0x1BBACA4", Offset = "0x1BBACA4", Length = "0x58")]
944 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
945 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
946 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
947 private short System.IConvertible.ToInt16(global::System.IFormatProvider provider)
948 {
949 throw null;
950 }
951
952 [global::Cpp2ILInjected.Token(Token = "0x600048A")]
953 [global::Cpp2ILInjected.Address(RVA = "0x1BBAD54", Offset = "0x1BBAD54", Length = "0x58")]
954 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
955 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
956 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
957 private ushort System.IConvertible.ToUInt16(global::System.IFormatProvider provider)
958 {
959 throw null;
960 }
961
962 [global::Cpp2ILInjected.Token(Token = "0x600048B")]
963 [global::Cpp2ILInjected.Address(RVA = "0x1BBADB0", Offset = "0x1BBADB0", Length = "0x58")]
964 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
965 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
966 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
967 private int System.IConvertible.ToInt32(global::System.IFormatProvider provider)
968 {
969 throw null;
970 }
971
972 [global::Cpp2ILInjected.Token(Token = "0x600048C")]
973 [global::Cpp2ILInjected.Address(RVA = "0x1BBAE10", Offset = "0x1BBAE10", Length = "0x58")]
974 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
975 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
976 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
977 private uint System.IConvertible.ToUInt32(global::System.IFormatProvider provider)
978 {
979 throw null;
980 }
981
982 [global::Cpp2ILInjected.Token(Token = "0x600048D")]
983 [global::Cpp2ILInjected.Address(RVA = "0x1BBAE70", Offset = "0x1BBAE70", Length = "0x58")]
984 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
985 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
986 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
987 private long System.IConvertible.ToInt64(global::System.IFormatProvider provider)
988 {
989 throw null;
990 }
991
992 [global::Cpp2ILInjected.Token(Token = "0x600048E")]
993 [global::Cpp2ILInjected.Address(RVA = "0x1BBAED0", Offset = "0x1BBAED0", Length = "0x58")]
994 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
995 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
996 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
997 private ulong System.IConvertible.ToUInt64(global::System.IFormatProvider provider)
998 {
999 throw null;
1000 }
1001
1002 [global::Cpp2ILInjected.Token(Token = "0x600048F")]
1003 [global::Cpp2ILInjected.Address(RVA = "0x1BBAF30", Offset = "0x1BBAF30", Length = "0x84")]
1004 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1005 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::SR), Member = "Format", MemberParameters = new object[]
1006 {
1007 typeof(string),
1008 typeof(object),
1009 typeof(object)
1010 }, ReturnType = typeof(string))]
1011 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.InvalidCastException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
1012 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 7)]
1013 private float System.IConvertible.ToSingle(global::System.IFormatProvider provider)
1014 {
1015 throw null;
1016 }
1017
1018 [global::Cpp2ILInjected.Token(Token = "0x6000490")]
1019 [global::Cpp2ILInjected.Address(RVA = "0x1BBAFB4", Offset = "0x1BBAFB4", Length = "0x84")]
1020 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1021 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::SR), Member = "Format", MemberParameters = new object[]
1022 {
1023 typeof(string),
1024 typeof(object),
1025 typeof(object)
1026 }, ReturnType = typeof(string))]
1027 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.InvalidCastException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
1028 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 7)]
1029 private double System.IConvertible.ToDouble(global::System.IFormatProvider provider)
1030 {
1031 throw null;
1032 }
1033
1034 [global::Cpp2ILInjected.Token(Token = "0x6000491")]
1035 [global::Cpp2ILInjected.Address(RVA = "0x1BBB038", Offset = "0x1BBB038", Length = "0x84")]
1036 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1037 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::SR), Member = "Format", MemberParameters = new object[]
1038 {
1039 typeof(string),
1040 typeof(object),
1041 typeof(object)
1042 }, ReturnType = typeof(string))]
1043 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.InvalidCastException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
1044 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 7)]
1045 private decimal System.IConvertible.ToDecimal(global::System.IFormatProvider provider)
1046 {
1047 throw null;
1048 }
1049
1050 [global::Cpp2ILInjected.Token(Token = "0x6000492")]
1051 [global::Cpp2ILInjected.Address(RVA = "0x1BBB0BC", Offset = "0x1BBB0BC", Length = "0x84")]
1052 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1053 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::SR), Member = "Format", MemberParameters = new object[]
1054 {
1055 typeof(string),
1056 typeof(object),
1057 typeof(object)
1058 }, ReturnType = typeof(string))]
1059 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.InvalidCastException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
1060 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 7)]
1061 private global::System.DateTime System.IConvertible.ToDateTime(global::System.IFormatProvider provider)
1062 {
1063 throw null;
1064 }
1065
1066 [global::Cpp2ILInjected.Token(Token = "0x6000493")]
1067 [global::Cpp2ILInjected.Address(RVA = "0x1BBB140", Offset = "0x1BBB140", Length = "0xA8")]
1068 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
1069 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1070 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Convert), Member = "DefaultToType", MemberParameters = new object[]
1071 {
1072 typeof(global::System.IConvertible),
1073 typeof(global::System.Type),
1074 typeof(global::System.IFormatProvider)
1075 }, ReturnType = typeof(object))]
1076 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
1077 private object System.IConvertible.ToType(global::System.Type type, global::System.IFormatProvider provider)
1078 {
1079 throw null;
1080 }
1081
1082 [global::Cpp2ILInjected.Token(Token = "0x6000494")]
1083 [global::Cpp2ILInjected.Address(RVA = "0x1BBB1E8", Offset = "0x1BBB1E8", Length = "0x10")]
1084 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
1085 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1086 internal static bool CheckNumber(global::System.Globalization.UnicodeCategory uc)
1087 {
1088 throw null;
1089 }
1090
1091 [global::Cpp2ILInjected.Token(Token = "0x6000495")]
1092 [global::Cpp2ILInjected.Address(RVA = "0x1BBB1F8", Offset = "0x1BBB1F8", Length = "0xD8")]
1093 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
1094 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.JsonTextReader", Member = "ParseValue", ReturnType = typeof(bool))]
1095 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Converters.StringEnumConverter", Member = "WriteJson", MemberParameters = new object[]
1096 {
1097 "Newtonsoft.Json.JsonWriter",
1098 typeof(object),
1099 "Newtonsoft.Json.JsonSerializer"
1100 }, ReturnType = typeof(void))]
1101 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
1102 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Globalization.CharUnicodeInfo), Member = "GetUnicodeCategory", MemberParameters = new object[] { typeof(char) }, ReturnType = typeof(global::System.Globalization.UnicodeCategory))]
1103 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(char), Member = "GetLatin1UnicodeCategory", MemberParameters = new object[] { typeof(char) }, ReturnType = typeof(global::System.Globalization.UnicodeCategory))]
1104 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 5)]
1105 public static bool IsNumber(char c)
1106 {
1107 throw null;
1108 }
1109
1110 [global::Cpp2ILInjected.Token(Token = "0x6000496")]
1111 [global::Cpp2ILInjected.Address(RVA = "0x1BBB2D0", Offset = "0x1BBB2D0", Length = "0x184")]
1112 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
1113 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.FtpControlStream", Member = "GetPortV4", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(int))]
1114 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
1115 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "get_Chars", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(char))]
1116 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Globalization.CharUnicodeInfo), Member = "GetUnicodeCategory", MemberParameters = new object[]
1117 {
1118 typeof(string),
1119 typeof(int)
1120 }, ReturnType = typeof(global::System.Globalization.UnicodeCategory))]
1121 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(char), Member = "GetLatin1UnicodeCategory", MemberParameters = new object[] { typeof(char) }, ReturnType = typeof(global::System.Globalization.UnicodeCategory))]
1122 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentNullException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
1123 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentOutOfRangeException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
1124 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 13)]
1125 public static bool IsNumber(string s, int index)
1126 {
1127 throw null;
1128 }
1129
1130 [global::Cpp2ILInjected.Token(Token = "0x6000497")]
1131 [global::Cpp2ILInjected.Address(RVA = "0x1BBB454", Offset = "0x1BBB454", Length = "0x10")]
1132 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
1133 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Text.DecoderFallbackBuffer), Member = "InternalFallback", MemberParameters = new object[]
1134 {
1135 typeof(byte[]),
1136 typeof(byte*),
1137 typeof(ref char*)
1138 }, ReturnType = typeof(bool))]
1139 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Text.DecoderFallbackBuffer), Member = "InternalFallback", MemberParameters = new object[]
1140 {
1141 typeof(byte[]),
1142 typeof(byte*)
1143 }, ReturnType = typeof(int))]
1144 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.IO.BinaryWriter), Member = "Write", MemberParameters = new object[] { typeof(char) }, ReturnType = typeof(void))]
1145 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.WebUtility", Member = "HtmlEncode", MemberParameters = new object[]
1146 {
1147 typeof(string),
1148 typeof(global::System.IO.TextWriter)
1149 }, ReturnType = typeof(void))]
1150 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.WebUtility", Member = "IndexOfHtmlEncodingChars", MemberParameters = new object[]
1151 {
1152 typeof(string),
1153 typeof(int)
1154 }, ReturnType = typeof(int))]
1155 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.WebUtility", Member = "StringRequiresHtmlDecoding", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(bool))]
1156 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.XmlWellFormedWriter", Member = "WriteCharEntity", MemberParameters = new object[] { typeof(char) }, ReturnType = typeof(void))]
1157 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.UI.InputField", Member = "Append", MemberParameters = new object[] { typeof(char) }, ReturnType = typeof(void))]
1158 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 9)]
1159 public unsafe static bool IsSurrogate(char c)
1160 {
1161 throw null;
1162 }
1163
1164 [global::Cpp2ILInjected.Token(Token = "0x6000498")]
1165 [global::Cpp2ILInjected.Address(RVA = "0x1BBB464", Offset = "0x1BBB464", Length = "0xFC")]
1166 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
1167 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Text.DecoderReplacementFallback), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
1168 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Text.EncoderReplacementFallback), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
1169 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
1170 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "get_Chars", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(char))]
1171 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentNullException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
1172 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentOutOfRangeException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
1173 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 10)]
1174 public static bool IsSurrogate(string s, int index)
1175 {
1176 throw null;
1177 }
1178
1179 [global::Cpp2ILInjected.Token(Token = "0x6000499")]
1180 [global::Cpp2ILInjected.Address(RVA = "0x1BBB560", Offset = "0x1BBB560", Length = "0x10")]
1181 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
1182 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1183 internal static bool CheckSymbol(global::System.Globalization.UnicodeCategory uc)
1184 {
1185 throw null;
1186 }
1187
1188 [global::Cpp2ILInjected.Token(Token = "0x600049A")]
1189 [global::Cpp2ILInjected.Address(RVA = "0x1BBB570", Offset = "0x1BBB570", Length = "0xAC")]
1190 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
1191 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.MaskedTextProvider", Member = "IsPrintableChar", MemberParameters = new object[] { typeof(char) }, ReturnType = typeof(bool))]
1192 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
1193 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(char), Member = "GetLatin1UnicodeCategory", MemberParameters = new object[] { typeof(char) }, ReturnType = typeof(global::System.Globalization.UnicodeCategory))]
1194 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Globalization.CharUnicodeInfo), Member = "GetUnicodeCategory", MemberParameters = new object[] { typeof(char) }, ReturnType = typeof(global::System.Globalization.UnicodeCategory))]
1195 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
1196 public static bool IsSymbol(char c)
1197 {
1198 throw null;
1199 }
1200
1201 [global::Cpp2ILInjected.Token(Token = "0x600049B")]
1202 [global::Cpp2ILInjected.Address(RVA = "0x1BBB61C", Offset = "0x1BBB61C", Length = "0x178")]
1203 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
1204 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Security.Cryptography.X509Certificates.X500DistinguishedName", Member = "Canonize", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(string))]
1205 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 3)]
1206 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "get_Chars", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(char))]
1207 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Globalization.CharUnicodeInfo), Member = "IsWhiteSpace", MemberParameters = new object[]
1208 {
1209 typeof(string),
1210 typeof(int)
1211 }, ReturnType = typeof(bool))]
1212 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentNullException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
1213 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentOutOfRangeException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
1214 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 11)]
1215 public static bool IsWhiteSpace(string s, int index)
1216 {
1217 throw null;
1218 }
1219
1220 [global::Cpp2ILInjected.Token(Token = "0x600049C")]
1221 [global::Cpp2ILInjected.Address(RVA = "0x1BBB794", Offset = "0x1BBB794", Length = "0x80")]
1222 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
1223 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Mono.Xml.SmallXmlParser), Member = "IsNameChar", MemberParameters = new object[]
1224 {
1225 typeof(char),
1226 typeof(bool)
1227 }, ReturnType = typeof(bool))]
1228 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Mono.Globalization.Unicode.MSCompatUnicodeTable), Member = "IsIgnorable", MemberParameters = new object[]
1229 {
1230 typeof(int),
1231 typeof(byte)
1232 }, ReturnType = typeof(bool))]
1233 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Mono.Globalization.Unicode.SimpleCollator), Member = "FillSortKeyRaw", MemberParameters = new object[]
1234 {
1235 typeof(int),
1236 "Mono.Globalization.Unicode.SimpleCollator.ExtenderType",
1237 typeof(Mono.Globalization.Unicode.SortKeyBuffer),
1238 typeof(global::System.Globalization.CompareOptions)
1239 }, ReturnType = typeof(void))]
1240 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 3)]
1241 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(char), Member = "GetLatin1UnicodeCategory", MemberParameters = new object[] { typeof(char) }, ReturnType = typeof(global::System.Globalization.UnicodeCategory))]
1242 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Globalization.CharUnicodeInfo), Member = "GetUnicodeCategory", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(global::System.Globalization.UnicodeCategory))]
1243 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 3)]
1244 public static global::System.Globalization.UnicodeCategory GetUnicodeCategory(char c)
1245 {
1246 throw null;
1247 }
1248
1249 [global::Cpp2ILInjected.Token(Token = "0x600049D")]
1250 [global::Cpp2ILInjected.Address(RVA = "0x1BBB814", Offset = "0x1BBB814", Length = "0x144")]
1251 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
1252 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Globalization.IdnMapping), Member = "NamePrep", MemberParameters = new object[]
1253 {
1254 typeof(string),
1255 typeof(int)
1256 }, ReturnType = typeof(string))]
1257 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Globalization.IdnMapping), Member = "VerifyProhibitedCharacters", MemberParameters = new object[]
1258 {
1259 typeof(string),
1260 typeof(int)
1261 }, ReturnType = typeof(void))]
1262 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
1263 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "get_Chars", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(char))]
1264 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(char), Member = "GetLatin1UnicodeCategory", MemberParameters = new object[] { typeof(char) }, ReturnType = typeof(global::System.Globalization.UnicodeCategory))]
1265 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Globalization.CharUnicodeInfo), Member = "InternalGetUnicodeCategory", MemberParameters = new object[]
1266 {
1267 typeof(string),
1268 typeof(int)
1269 }, ReturnType = typeof(global::System.Globalization.UnicodeCategory))]
1270 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentNullException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
1271 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentOutOfRangeException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
1272 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 11)]
1273 public static global::System.Globalization.UnicodeCategory GetUnicodeCategory(string s, int index)
1274 {
1275 throw null;
1276 }
1277
1278 [global::Cpp2ILInjected.Token(Token = "0x600049E")]
1279 [global::Cpp2ILInjected.Address(RVA = "0x1BBB958", Offset = "0x1BBB958", Length = "0x8")]
1280 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "GUIMultiplayerLobby", Member = "CompareNatural", MemberParameters = new object[]
1281 {
1282 typeof(string),
1283 typeof(string),
1284 typeof(global::System.Globalization.CultureInfo),
1285 typeof(global::System.Globalization.CompareOptions)
1286 }, ReturnType = typeof(int))]
1287 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "GUIPlayerSelectMenu", Member = "CompareNatural", MemberParameters = new object[]
1288 {
1289 typeof(string),
1290 typeof(string),
1291 typeof(global::System.Globalization.CultureInfo),
1292 typeof(global::System.Globalization.CompareOptions)
1293 }, ReturnType = typeof(int))]
1294 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "GUIWorldSelectMenu", Member = "CompareNatural", MemberParameters = new object[]
1295 {
1296 typeof(string),
1297 typeof(string),
1298 typeof(global::System.Globalization.CultureInfo),
1299 typeof(global::System.Globalization.CompareOptions)
1300 }, ReturnType = typeof(int))]
1301 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 12)]
1302 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Globalization.CharUnicodeInfo), Member = "GetNumericValue", MemberParameters = new object[] { typeof(char) }, ReturnType = typeof(double))]
1303 public static double GetNumericValue(char c)
1304 {
1305 throw null;
1306 }
1307
1308 [global::Cpp2ILInjected.Token(Token = "0x600049F")]
1309 [global::Cpp2ILInjected.Address(RVA = "0x1BBB960", Offset = "0x1BBB960", Length = "0x10")]
1310 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
1311 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Text.DecoderFallbackBuffer), Member = "InternalFallback", MemberParameters = new object[]
1312 {
1313 typeof(byte[]),
1314 typeof(byte*),
1315 typeof(ref char*)
1316 }, ReturnType = typeof(bool))]
1317 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Text.DecoderFallbackBuffer), Member = "InternalFallback", MemberParameters = new object[]
1318 {
1319 typeof(byte[]),
1320 typeof(byte*)
1321 }, ReturnType = typeof(int))]
1322 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Text.InternalEncoderBestFitFallbackBuffer), Member = "Fallback", MemberParameters = new object[]
1323 {
1324 typeof(char),
1325 typeof(char),
1326 typeof(int)
1327 }, ReturnType = typeof(bool))]
1328 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Text.EncoderExceptionFallbackBuffer), Member = "Fallback", MemberParameters = new object[]
1329 {
1330 typeof(char),
1331 typeof(char),
1332 typeof(int)
1333 }, ReturnType = typeof(bool))]
1334 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Text.EncoderFallbackException), Member = ".ctor", MemberParameters = new object[]
1335 {
1336 typeof(string),
1337 typeof(char),
1338 typeof(char),
1339 typeof(int)
1340 }, ReturnType = typeof(void))]
1341 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Text.EncoderFallbackBuffer), Member = "InternalFallback", MemberParameters = new object[]
1342 {
1343 typeof(char),
1344 typeof(ref char*)
1345 }, ReturnType = typeof(bool))]
1346 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Text.EncoderReplacementFallbackBuffer), Member = "Fallback", MemberParameters = new object[]
1347 {
1348 typeof(char),
1349 typeof(int)
1350 }, ReturnType = typeof(bool))]
1351 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Text.EncoderReplacementFallbackBuffer), Member = "Fallback", MemberParameters = new object[]
1352 {
1353 typeof(char),
1354 typeof(char),
1355 typeof(int)
1356 }, ReturnType = typeof(bool))]
1357 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Text.UTF32Encoding), Member = "GetByteCount", MemberParameters = new object[]
1358 {
1359 typeof(char*),
1360 typeof(int),
1361 typeof(global::System.Text.EncoderNLS)
1362 }, ReturnType = typeof(int))]
1363 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Text.UTF32Encoding), Member = "GetBytes", MemberParameters = new object[]
1364 {
1365 typeof(char*),
1366 typeof(int),
1367 typeof(byte*),
1368 typeof(int),
1369 typeof(global::System.Text.EncoderNLS)
1370 }, ReturnType = typeof(int))]
1371 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.IriHelper", Member = "EscapeUnescapeIri", MemberParameters = new object[]
1372 {
1373 "System.Char*",
1374 typeof(int),
1375 typeof(int),
1376 "System.UriComponents"
1377 }, ReturnType = typeof(string))]
1378 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Uri", Member = "CheckCanonical", MemberParameters = new object[]
1379 {
1380 "System.Char*",
1381 typeof(ref ushort),
1382 typeof(ushort),
1383 typeof(char)
1384 }, ReturnType = "System.Uri.Check")]
1385 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.UriHelper", Member = "MatchUTF8Sequence", MemberParameters = new object[]
1386 {
1387 "System.Char*",
1388 "System.Char[]",
1389 typeof(ref int),
1390 "System.Char[]",
1391 typeof(int),
1392 "System.Byte[]",
1393 typeof(int),
1394 typeof(bool),
1395 typeof(bool)
1396 }, ReturnType = typeof(void))]
1397 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Utilities.StringUtils", Member = "IsHighSurrogate", MemberParameters = new object[] { typeof(char) }, ReturnType = typeof(bool))]
1398 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 14)]
1399 public unsafe static bool IsHighSurrogate(char c)
1400 {
1401 throw null;
1402 }
1403
1404 [global::Cpp2ILInjected.Token(Token = "0x60004A0")]
1405 [global::Cpp2ILInjected.Address(RVA = "0x1BBB970", Offset = "0x1BBB970", Length = "0x100")]
1406 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
1407 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Text.DecoderReplacementFallback), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
1408 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Text.EncoderReplacementFallback), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
1409 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
1410 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "get_Chars", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(char))]
1411 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentOutOfRangeException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
1412 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentNullException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
1413 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 10)]
1414 public static bool IsHighSurrogate(string s, int index)
1415 {
1416 throw null;
1417 }
1418
1419 [global::Cpp2ILInjected.Token(Token = "0x60004A1")]
1420 [global::Cpp2ILInjected.Address(RVA = "0x1BBBA70", Offset = "0x1BBBA70", Length = "0x10")]
1421 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
1422 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Text.InternalEncoderBestFitFallbackBuffer), Member = "Fallback", MemberParameters = new object[]
1423 {
1424 typeof(char),
1425 typeof(char),
1426 typeof(int)
1427 }, ReturnType = typeof(bool))]
1428 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Text.EncoderExceptionFallbackBuffer), Member = "Fallback", MemberParameters = new object[]
1429 {
1430 typeof(char),
1431 typeof(char),
1432 typeof(int)
1433 }, ReturnType = typeof(bool))]
1434 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Text.EncoderFallbackException), Member = ".ctor", MemberParameters = new object[]
1435 {
1436 typeof(string),
1437 typeof(char),
1438 typeof(char),
1439 typeof(int)
1440 }, ReturnType = typeof(void))]
1441 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Text.EncoderFallbackBuffer), Member = "InternalFallback", MemberParameters = new object[]
1442 {
1443 typeof(char),
1444 typeof(ref char*)
1445 }, ReturnType = typeof(bool))]
1446 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Text.EncoderReplacementFallbackBuffer), Member = "Fallback", MemberParameters = new object[]
1447 {
1448 typeof(char),
1449 typeof(int)
1450 }, ReturnType = typeof(bool))]
1451 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Text.EncoderReplacementFallbackBuffer), Member = "Fallback", MemberParameters = new object[]
1452 {
1453 typeof(char),
1454 typeof(char),
1455 typeof(int)
1456 }, ReturnType = typeof(bool))]
1457 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Text.UTF32Encoding), Member = "GetByteCount", MemberParameters = new object[]
1458 {
1459 typeof(char*),
1460 typeof(int),
1461 typeof(global::System.Text.EncoderNLS)
1462 }, ReturnType = typeof(int))]
1463 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Text.UTF32Encoding), Member = "GetBytes", MemberParameters = new object[]
1464 {
1465 typeof(char*),
1466 typeof(int),
1467 typeof(byte*),
1468 typeof(int),
1469 typeof(global::System.Text.EncoderNLS)
1470 }, ReturnType = typeof(int))]
1471 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Utilities.StringUtils", Member = "IsLowSurrogate", MemberParameters = new object[] { typeof(char) }, ReturnType = typeof(bool))]
1472 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 11)]
1473 public unsafe static bool IsLowSurrogate(char c)
1474 {
1475 throw null;
1476 }
1477
1478 [global::Cpp2ILInjected.Token(Token = "0x60004A2")]
1479 [global::Cpp2ILInjected.Address(RVA = "0x1BBBA80", Offset = "0x1BBBA80", Length = "0x24")]
1480 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
1481 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.IriHelper", Member = "CheckIriUnicodeRange", MemberParameters = new object[]
1482 {
1483 typeof(char),
1484 typeof(char),
1485 typeof(ref bool),
1486 typeof(bool)
1487 }, ReturnType = typeof(bool))]
1488 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.WebUtility", Member = "GetNextUnicodeScalarValueFromUtf16Surrogate", MemberParameters = new object[]
1489 {
1490 "System.Char*&",
1491 typeof(ref int)
1492 }, ReturnType = typeof(int))]
1493 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.CharEntityEncoderFallbackBuffer", Member = "Fallback", MemberParameters = new object[]
1494 {
1495 typeof(char),
1496 typeof(char),
1497 typeof(int)
1498 }, ReturnType = typeof(bool))]
1499 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.XmlWellFormedWriter", Member = "WriteSurrogateCharEntity", MemberParameters = new object[]
1500 {
1501 typeof(char),
1502 typeof(char)
1503 }, ReturnType = typeof(void))]
1504 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 4)]
1505 public static bool IsSurrogatePair(char highSurrogate, char lowSurrogate)
1506 {
1507 throw null;
1508 }
1509
1510 [global::Cpp2ILInjected.Token(Token = "0x60004A3")]
1511 [global::Cpp2ILInjected.Address(RVA = "0x1BBBAA4", Offset = "0x1BBBAA4", Length = "0x12C")]
1512 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
1513 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.HttpListenerRequestUriBuilder", Member = "AppendUnicodeCodePointValuePercentEncoded", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(bool))]
1514 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
1515 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "CreateString", MemberParameters = new object[]
1516 {
1517 typeof(char*),
1518 typeof(int),
1519 typeof(int)
1520 }, ReturnType = typeof(string))]
1521 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "CreateFromChar", MemberParameters = new object[] { typeof(char) }, ReturnType = typeof(string))]
1522 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentOutOfRangeException), Member = ".ctor", MemberParameters = new object[]
1523 {
1524 typeof(string),
1525 typeof(string)
1526 }, ReturnType = typeof(void))]
1527 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 8)]
1528 public unsafe static string ConvertFromUtf32(int utf32)
1529 {
1530 throw null;
1531 }
1532
1533 [global::Cpp2ILInjected.Token(Token = "0x60004A4")]
1534 [global::Cpp2ILInjected.Address(RVA = "0x1BBBBD0", Offset = "0x1BBBBD0", Length = "0x124")]
1535 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
1536 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Text.EncoderExceptionFallbackBuffer), Member = "Fallback", MemberParameters = new object[]
1537 {
1538 typeof(char),
1539 typeof(char),
1540 typeof(int)
1541 }, ReturnType = typeof(bool))]
1542 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Text.EncoderFallbackBuffer), Member = "InternalFallback", MemberParameters = new object[]
1543 {
1544 typeof(char),
1545 typeof(ref char*)
1546 }, ReturnType = typeof(bool))]
1547 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Text.EncoderReplacementFallbackBuffer), Member = "Fallback", MemberParameters = new object[]
1548 {
1549 typeof(char),
1550 typeof(int)
1551 }, ReturnType = typeof(bool))]
1552 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Text.EncoderReplacementFallbackBuffer), Member = "Fallback", MemberParameters = new object[]
1553 {
1554 typeof(char),
1555 typeof(char),
1556 typeof(int)
1557 }, ReturnType = typeof(bool))]
1558 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 4)]
1559 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentOutOfRangeException), Member = ".ctor", MemberParameters = new object[]
1560 {
1561 typeof(string),
1562 typeof(string)
1563 }, ReturnType = typeof(void))]
1564 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 12)]
1565 public unsafe static int ConvertToUtf32(char highSurrogate, char lowSurrogate)
1566 {
1567 throw null;
1568 }
1569
1570 // Note: this type is marked as 'beforefieldinit'.
1571 [global::Cpp2ILInjected.Token(Token = "0x60004A5")]
1572 [global::Cpp2ILInjected.Address(RVA = "0x1BBBCF4", Offset = "0x1BBBCF4", Length = "0x94")]
1573 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1574 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Runtime.CompilerServices.RuntimeHelpers), Member = "InitializeArray", MemberParameters = new object[]
1575 {
1576 typeof(global::System.Array),
1577 typeof(global::System.RuntimeFieldHandle)
1578 }, ReturnType = typeof(void))]
1579 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
1580 static Char()
1581 {
1582 throw null;
1583 }
1584
1585 [global::Cpp2ILInjected.Token(Token = "0x400020B")]
1586 [global::Cpp2ILInjected.FieldOffset(Offset = "0x0")]
1587 private readonly char m_value;
1588
1589 [global::Cpp2ILInjected.Token(Token = "0x400020C")]
1590 public const char MaxValue = '\uffff';
1591
1592 [global::Cpp2ILInjected.Token(Token = "0x400020D")]
1593 public const char MinValue = '\0';
1594
1595 [global::Cpp2ILInjected.Token(Token = "0x400020E")]
1596 private static readonly byte[] s_categoryForLatin1;
1597
1598 [global::Cpp2ILInjected.Token(Token = "0x400020F")]
1599 internal const int UNICODE_PLANE00_END = 65535;
1600
1601 [global::Cpp2ILInjected.Token(Token = "0x4000210")]
1602 internal const int UNICODE_PLANE01_START = 65536;
1603
1604 [global::Cpp2ILInjected.Token(Token = "0x4000211")]
1605 internal const int UNICODE_PLANE16_END = 1114111;
1606
1607 [global::Cpp2ILInjected.Token(Token = "0x4000212")]
1608 internal const int HIGH_SURROGATE_START = 55296;
1609
1610 [global::Cpp2ILInjected.Token(Token = "0x4000213")]
1611 internal const int LOW_SURROGATE_END = 57343;
1612 }
1613}
class f__AnonymousType0<< Count > j__TPar
bool ToBoolean(global::System.IFormatProvider provider)
ulong ToUInt64(global::System.IFormatProvider provider)
double ToDouble(global::System.IFormatProvider provider)
sbyte ToSByte(global::System.IFormatProvider provider)
int ToInt32(global::System.IFormatProvider provider)
short ToInt16(global::System.IFormatProvider provider)
global::System.DateTime ToDateTime(global::System.IFormatProvider provider)
object ToType(global::System.Type conversionType, global::System.IFormatProvider provider)
uint ToUInt32(global::System.IFormatProvider provider)
float ToSingle(global::System.IFormatProvider provider)
ushort ToUInt16(global::System.IFormatProvider provider)
byte ToByte(global::System.IFormatProvider provider)
long ToInt64(global::System.IFormatProvider provider)
char ToChar(global::System.IFormatProvider provider)
decimal ToDecimal(global::System.IFormatProvider provider)
TokenType
Definition TokenType.cs:8
static global::System.Globalization.UnicodeCategory GetUnicodeCategory(char c)
Definition Char.cs:1244
static string ToString(char c)
Definition Char.cs:350
bool Equals(char obj)
Definition Char.cs:100
static bool IsLetter(char c)
Definition Char.cs:552
static bool IsSurrogatePair(char highSurrogate, char lowSurrogate)
Definition Char.cs:1505
readonly char m_value
Definition Char.cs:1587
static global::System.Globalization.UnicodeCategory GetLatin1UnicodeCategory(char ch)
Definition Char.cs:65
static char ToLowerInvariant(char c)
Definition Char.cs:884
static unsafe bool IsLowSurrogate(char c)
Definition Char.cs:1473
static bool IsUpper(char c)
Definition Char.cs:708
string ToString(global::System.IFormatProvider provider)
Definition Char.cs:340
static bool IsLatin1(char ch)
Definition Char.cs:29
static char ToUpper(char c)
Definition Char.cs:807
static bool CheckLetterOrDigit(global::System.Globalization.UnicodeCategory uc)
Definition Char.cs:757
override int GetHashCode()
Definition Char.cs:74
static double GetNumericValue(char c)
Definition Char.cs:1303
static unsafe int ConvertToUtf32(char highSurrogate, char lowSurrogate)
Definition Char.cs:1565
int CompareTo(char value)
Definition Char.cs:133
override bool Equals(object obj)
Definition Char.cs:84
static unsafe bool IsSurrogate(char c)
Definition Char.cs:1159
static bool IsLower(char c)
Definition Char.cs:726
static char ToLower(char c, global::System.Globalization.CultureInfo culture)
Definition Char.cs:851
static global::System.Globalization.UnicodeCategory GetUnicodeCategory(string s, int index)
Definition Char.cs:1273
static bool IsNumber(char c)
Definition Char.cs:1105
static bool CheckLetter(global::System.Globalization.UnicodeCategory uc)
Definition Char.cs:481
static bool IsHighSurrogate(string s, int index)
Definition Char.cs:1414
int CompareTo(object value)
Definition Char.cs:116
static bool IsDigit(char c)
Definition Char.cs:472
static bool TryParse(string s, out char result)
Definition Char.cs:383
static bool IsWhiteSpace(char c)
Definition Char.cs:683
static unsafe string ConvertFromUtf32(int utf32)
Definition Char.cs:1528
static bool IsPunctuation(char c)
Definition Char.cs:748
static char ToUpperInvariant(char c)
Definition Char.cs:831
static bool IsNumber(string s, int index)
Definition Char.cs:1125
static Char()
Definition Char.cs:1580
static bool IsLetterOrDigit(char c)
Definition Char.cs:777
static bool IsWhiteSpaceLatin1(char c)
Definition Char.cs:561
static bool IsSymbol(char c)
Definition Char.cs:1196
static bool CheckPunctuation(global::System.Globalization.UnicodeCategory uc)
Definition Char.cs:735
static unsafe bool IsHighSurrogate(char c)
Definition Char.cs:1399
global::System.TypeCode GetTypeCode()
Definition Char.cs:892
static bool CheckNumber(global::System.Globalization.UnicodeCategory uc)
Definition Char.cs:1086
static bool IsSurrogate(string s, int index)
Definition Char.cs:1174
static char ToLower(char c)
Definition Char.cs:868
static char Parse(string s)
Definition Char.cs:368
static readonly byte[] s_categoryForLatin1
Definition Char.cs:1596
static bool IsWhiteSpace(string s, int index)
Definition Char.cs:1215
static bool CheckSymbol(global::System.Globalization.UnicodeCategory uc)
Definition Char.cs:1183
static bool IsAscii(char ch)
Definition Char.cs:38
override string ToString()
Definition Char.cs:317
static char ToUpper(char c, global::System.Globalization.CultureInfo culture)
Definition Char.cs:790