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
StringUtils.cs
Go to the documentation of this file.
1using System;
5using System.IO;
9using System.Text;
10using System.Xml;
11using Cpp2ILInjected;
19
21{
22 [Preserve]
23 [global::Cpp2ILInjected.Token(Token = "0x2000074")]
24 internal static class StringUtils
25 {
26 [global::Cpp2ILInjected.Token(Token = "0x6000425")]
27 [global::Cpp2ILInjected.Address(RVA = "0x1CCEA24", Offset = "0x1CCEA24", Length = "0x94")]
28 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(JsonPosition), Member = "FormatMessage", MemberParameters = new object[]
29 {
31 typeof(string),
32 typeof(string)
33 }, ReturnType = typeof(string))]
34 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(JsonTextReader), Member = "Read", ReturnType = typeof(bool))]
35 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(JsonTextReader), Member = "ReadAsBytes", ReturnType = typeof(byte[]))]
36 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(JsonTextReader), Member = "ReadStringValue", MemberParameters = new object[] { typeof(ReadType) }, ReturnType = typeof(object))]
37 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(JsonTextReader), Member = "CreateUnexpectedCharacterException", MemberParameters = new object[] { typeof(char) }, ReturnType = typeof(JsonReaderException))]
38 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(JsonTextReader), Member = "ReadAsBoolean", ReturnType = typeof(bool?))]
39 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(JsonTextReader), Member = "ReadNumberValue", MemberParameters = new object[] { typeof(ReadType) }, ReturnType = typeof(object))]
40 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(JsonTextReader), Member = "ReadFinished", ReturnType = typeof(void))]
41 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(JsonTextReader), Member = "ReadStringIntoBuffer", MemberParameters = new object[] { typeof(char) }, ReturnType = typeof(void))]
42 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(JsonTextReader), Member = "ReadNumberIntoBuffer", ReturnType = typeof(void))]
43 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(JsonTextReader), Member = "ParsePostValue", ReturnType = typeof(bool))]
44 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(JsonTextReader), Member = "ParseProperty", ReturnType = typeof(bool))]
45 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(JsonTextReader), Member = "ParseUnquotedProperty", ReturnType = typeof(void))]
46 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(JsonTextReader), Member = "ParseConstructor", ReturnType = typeof(void))]
47 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(JsonTextReader), Member = "ParseNumber", MemberParameters = new object[] { typeof(ReadType) }, ReturnType = typeof(void))]
48 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(JsonTextReader), Member = "ParseComment", MemberParameters = new object[] { typeof(bool) }, ReturnType = typeof(void))]
49 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(JsonReader), Member = "Push", MemberParameters = new object[] { typeof(JsonContainerType) }, ReturnType = typeof(void))]
50 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(JsonReader), Member = "ReadAsInt32", ReturnType = typeof(int?))]
51 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(JsonReader), Member = "ReadInt32String", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(int?))]
52 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(JsonReader), Member = "ReadAsString", ReturnType = typeof(string))]
53 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(JsonReader), Member = "ReadAsBytes", ReturnType = typeof(byte[]))]
54 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(JsonReader), Member = "ReadArrayIntoByteArray", ReturnType = typeof(byte[]))]
55 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(JsonReader), Member = "ReadAsDouble", ReturnType = typeof(double?))]
56 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(JsonReader), Member = "ReadDoubleString", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(double?))]
57 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(JsonReader), Member = "ReadAsBoolean", ReturnType = typeof(bool?))]
58 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(JsonReader), Member = "ReadBooleanString", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(bool?))]
59 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(JsonReader), Member = "ReadAsDecimal", ReturnType = typeof(decimal?))]
60 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(JsonReader), Member = "ReadDecimalString", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(decimal?))]
61 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(JsonReader), Member = "ReadAsDateTime", ReturnType = typeof(DateTime?))]
62 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(JsonReader), Member = "ReadDateTimeString", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(DateTime?))]
63 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(JsonReader), Member = "ReadAsDateTimeOffset", ReturnType = typeof(DateTimeOffset?))]
64 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(JsonReader), Member = "ReadDateTimeOffsetString", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(DateTimeOffset?))]
65 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(JsonReader), Member = "ReadIntoWrappedTypeObject", ReturnType = typeof(void))]
66 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(JsonReader), Member = "SetStateBasedOnCurrent", ReturnType = typeof(void))]
67 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(JsonReader), Member = "GetTypeForCloseToken", MemberParameters = new object[] { typeof(JsonToken) }, ReturnType = typeof(JsonContainerType))]
68 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(JsonConvert), Member = "ToString", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(string))]
69 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(JsonWriter), Member = "CreateUnsupportedTypeException", MemberParameters = new object[]
70 {
72 typeof(object)
73 }, ReturnType = typeof(JsonWriterException))]
74 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ReflectionDelegateFactory), Member = "CreateGet", MemberTypeParameters = new object[] { "T" }, MemberParameters = new object[] { typeof(MemberInfo) }, ReturnType = "System.Func`2<T, Object>")]
75 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ReflectionDelegateFactory), Member = "CreateSet", MemberTypeParameters = new object[] { "T" }, MemberParameters = new object[] { typeof(MemberInfo) }, ReturnType = "System.Action`2<T, Object>")]
76 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ReflectionObject), Member = "Create", MemberParameters = new object[]
77 {
78 typeof(Type),
80 typeof(string[])
81 }, ReturnType = typeof(ReflectionObject))]
82 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(BidirectionalDictionary<, >), Member = "Set", MemberParameters = new object[] { "TFirst", "TSecond" }, ReturnType = typeof(void))]
83 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ConvertUtils), Member = "Convert", MemberParameters = new object[]
84 {
85 typeof(object),
88 }, ReturnType = typeof(object))]
89 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(MiscellaneousUtils), Member = "CreateArgumentOutOfRangeException", MemberParameters = new object[]
90 {
91 typeof(string),
92 typeof(object),
93 typeof(string)
94 }, ReturnType = typeof(ArgumentOutOfRangeException))]
95 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ReflectionUtils), Member = "ImplementsGenericDefinition", MemberParameters = new object[]
96 {
97 typeof(Type),
98 typeof(Type),
100 }, ReturnType = typeof(bool))]
101 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ReflectionUtils), Member = "InheritsGenericDefinition", MemberParameters = new object[]
102 {
103 typeof(Type),
104 typeof(Type),
106 }, ReturnType = typeof(bool))]
107 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ReflectionUtils), Member = "GetCollectionItemType", MemberParameters = new object[] { typeof(Type) }, ReturnType = typeof(Type))]
108 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ReflectionUtils), Member = "GetDictionaryKeyValueTypes", MemberParameters = new object[]
109 {
110 typeof(Type),
111 typeof(ref Type),
113 }, ReturnType = typeof(void))]
114 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ReflectionUtils), Member = "GetMemberValue", MemberParameters = new object[]
115 {
117 typeof(object)
118 }, ReturnType = typeof(object))]
119 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ReflectionUtils), Member = "SetMemberValue", MemberParameters = new object[]
120 {
122 typeof(object),
123 typeof(object)
124 }, ReturnType = typeof(void))]
125 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Serialization.DefaultContractResolver.<>c__DisplayClass34_1", Member = "<SetExtensionDataDelegates>b__0", MemberParameters = new object[]
126 {
127 typeof(object),
128 typeof(string),
129 typeof(object)
130 }, ReturnType = typeof(void))]
131 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(DefaultSerializationBinder), Member = "GetTypeFromTypeNameKey", MemberParameters = new object[] { typeof(DefaultSerializationBinder.TypeNameKey) }, ReturnType = typeof(Type))]
132 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(JsonObjectContract), Member = "GetUninitializedObject", ReturnType = typeof(object))]
133 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(JsonSerializerInternalReader), Member = "Populate", MemberParameters = new object[]
134 {
136 typeof(object)
137 }, ReturnType = typeof(void))]
138 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(JsonSerializerInternalReader), Member = "Deserialize", MemberParameters = new object[]
139 {
141 typeof(Type),
142 typeof(bool)
143 }, ReturnType = typeof(object))]
144 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(JsonSerializerInternalReader), Member = "CreateObject", MemberParameters = new object[]
145 {
147 typeof(Type),
152 typeof(object)
153 }, ReturnType = typeof(object))]
154 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(JsonSerializerInternalReader), Member = "ReadMetadataPropertiesToken", MemberParameters = new object[]
155 {
157 typeof(ref Type),
162 typeof(object),
163 typeof(ref object),
164 typeof(ref string)
165 }, ReturnType = typeof(bool))]
166 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(JsonSerializerInternalReader), Member = "ReadMetadataProperties", MemberParameters = new object[]
167 {
169 typeof(ref Type),
174 typeof(object),
175 typeof(ref object),
176 typeof(ref string)
177 }, ReturnType = typeof(bool))]
178 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(JsonSerializerInternalReader), Member = "ResolveTypeName", MemberParameters = new object[]
179 {
181 typeof(ref Type),
186 typeof(string)
187 }, ReturnType = typeof(void))]
188 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(JsonSerializerInternalReader), Member = "EnsureArrayContract", MemberParameters = new object[]
189 {
191 typeof(Type),
193 }, ReturnType = typeof(JsonArrayContract))]
194 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(JsonSerializerInternalReader), Member = "CreateList", MemberParameters = new object[]
195 {
197 typeof(Type),
200 typeof(object),
201 typeof(string)
202 }, ReturnType = typeof(object))]
203 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(JsonSerializerInternalReader), Member = "AddReference", MemberParameters = new object[]
204 {
206 typeof(string),
207 typeof(object)
208 }, ReturnType = typeof(void))]
209 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(JsonSerializerInternalReader), Member = "CreateNewList", MemberParameters = new object[]
210 {
213 typeof(ref bool)
214 }, ReturnType = typeof(IList))]
215 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(JsonSerializerInternalReader), Member = "CreateNewDictionary", MemberParameters = new object[]
216 {
219 typeof(ref bool)
220 }, ReturnType = typeof(IDictionary))]
221 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(JsonSerializerInternalReader), Member = "OnDeserializing", MemberParameters = new object[]
222 {
225 typeof(object)
226 }, ReturnType = typeof(void))]
227 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(JsonSerializerInternalReader), Member = "OnDeserialized", MemberParameters = new object[]
228 {
231 typeof(object)
232 }, ReturnType = typeof(void))]
233 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(JsonSerializerInternalReader), Member = "CreateISerializable", MemberParameters = new object[]
234 {
238 typeof(string)
239 }, ReturnType = typeof(object))]
240 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(JsonSerializerInternalReader), Member = "ResolvePropertyAndCreatorValues", MemberParameters = new object[]
241 {
245 typeof(Type)
247 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(JsonSerializerInternalReader), Member = "CreateNewObject", MemberParameters = new object[]
248 {
253 typeof(string),
254 typeof(ref bool)
255 }, ReturnType = typeof(object))]
256 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(JsonSerializerInternalReader), Member = "PopulateObject", MemberParameters = new object[]
257 {
258 typeof(object),
262 typeof(string)
263 }, ReturnType = typeof(object))]
264 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(JsonSerializerInternalReader), Member = "SetExtensionData", MemberParameters = new object[]
265 {
269 typeof(string),
270 typeof(object)
271 }, ReturnType = typeof(void))]
272 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(JsonSerializerInternalReader), Member = "EndProcessProperty", MemberParameters = new object[]
273 {
274 typeof(object),
277 typeof(int),
280 typeof(bool)
281 }, ReturnType = typeof(void))]
282 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(JsonSerializerInternalWriter), Member = "CheckForCircularReference", MemberParameters = new object[]
283 {
285 typeof(object),
290 }, ReturnType = typeof(bool))]
291 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(JsonSerializerInternalWriter), Member = "GetReference", MemberParameters = new object[]
292 {
294 typeof(object)
295 }, ReturnType = typeof(string))]
296 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(JsonSerializerInternalWriter), Member = "OnSerializing", MemberParameters = new object[]
297 {
300 typeof(object)
301 }, ReturnType = typeof(void))]
302 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(JsonSerializerInternalWriter), Member = "OnSerialized", MemberParameters = new object[]
303 {
306 typeof(object)
307 }, ReturnType = typeof(void))]
308 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(JsonSerializerInternalWriter), Member = "CalculatePropertyValues", MemberParameters = new object[]
309 {
311 typeof(object),
316 typeof(ref object)
317 }, ReturnType = typeof(bool))]
318 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(JsonSerializerInternalWriter), Member = "SerializeISerializable", MemberParameters = new object[]
319 {
326 }, ReturnType = typeof(void))]
327 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Serialization.JsonTypeReflector.<>c__DisplayClass18_0", Member = "<GetJsonConverterCreator>b__0", MemberParameters = new object[] { typeof(object[]) }, ReturnType = typeof(JsonConverter))]
328 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(JConstructor), Member = "get_Item", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(JToken))]
329 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(JConstructor), Member = "set_Item", MemberParameters = new object[]
330 {
331 typeof(object),
333 }, ReturnType = typeof(void))]
334 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(JConstructor), Member = "Load", MemberParameters = new object[]
335 {
338 }, ReturnType = typeof(JConstructor))]
339 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(JContainer), Member = "CheckReentrancy", ReturnType = typeof(void))]
340 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(JContainer), Member = "ReadTokenFrom", MemberParameters = new object[]
341 {
344 }, ReturnType = typeof(void))]
345 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(JContainer), Member = "ReadContentFrom", MemberParameters = new object[]
346 {
349 }, ReturnType = typeof(void))]
350 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(JContainer), Member = "System.ComponentModel.IBindingList.AddNew", ReturnType = typeof(object))]
351 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(JObject), Member = "get_Item", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(JToken))]
352 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(JObject), Member = "set_Item", MemberParameters = new object[]
353 {
354 typeof(object),
356 }, ReturnType = typeof(void))]
357 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(JObject), Member = "Load", MemberParameters = new object[]
358 {
361 }, ReturnType = typeof(JObject))]
362 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(JObject), Member = "FromObject", MemberParameters = new object[]
363 {
364 typeof(object),
366 }, ReturnType = typeof(JObject))]
367 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(JArray), Member = "Load", MemberParameters = new object[]
368 {
371 }, ReturnType = typeof(JArray))]
372 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(JArray), Member = "FromObject", MemberParameters = new object[]
373 {
374 typeof(object),
376 }, ReturnType = typeof(JArray))]
377 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(JArray), Member = "get_Item", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(JToken))]
378 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(JArray), Member = "set_Item", MemberParameters = new object[]
379 {
380 typeof(object),
382 }, ReturnType = typeof(void))]
383 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(JToken), Member = "get_Item", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(JToken))]
384 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(JToken), Member = "set_Item", MemberParameters = new object[]
385 {
386 typeof(object),
388 }, ReturnType = typeof(void))]
389 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(JToken), Member = "get_First", ReturnType = typeof(JToken))]
390 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(JToken), Member = "get_Last", ReturnType = typeof(JToken))]
391 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(JToken), Member = "Values", MemberTypeParameters = new object[] { "T" }, ReturnType = "System.Collections.Generic.IEnumerable`1<T>")]
392 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(JToken), Member = "op_Explicit", MemberParameters = new object[] { typeof(JToken) }, ReturnType = typeof(bool))]
393 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(JToken), Member = "op_Explicit", MemberParameters = new object[] { typeof(JToken) }, ReturnType = typeof(DateTimeOffset))]
394 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(JToken), Member = "op_Explicit", MemberParameters = new object[] { typeof(JToken) }, ReturnType = typeof(bool?))]
395 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(JToken), Member = "op_Explicit", MemberParameters = new object[] { typeof(JToken) }, ReturnType = typeof(long))]
396 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(JToken), Member = "op_Explicit", MemberParameters = new object[] { typeof(JToken) }, ReturnType = typeof(DateTime?))]
397 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(JToken), Member = "op_Explicit", MemberParameters = new object[] { typeof(JToken) }, ReturnType = typeof(DateTimeOffset?))]
398 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(JToken), Member = "op_Explicit", MemberParameters = new object[] { typeof(JToken) }, ReturnType = typeof(decimal?))]
399 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(JToken), Member = "op_Explicit", MemberParameters = new object[] { typeof(JToken) }, ReturnType = typeof(double?))]
400 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(JToken), Member = "op_Explicit", MemberParameters = new object[] { typeof(JToken) }, ReturnType = typeof(char?))]
401 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(JToken), Member = "op_Explicit", MemberParameters = new object[] { typeof(JToken) }, ReturnType = typeof(int))]
402 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(JToken), Member = "op_Explicit", MemberParameters = new object[] { typeof(JToken) }, ReturnType = typeof(short))]
403 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(JToken), Member = "op_Explicit", MemberParameters = new object[] { typeof(JToken) }, ReturnType = typeof(ushort))]
404 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(JToken), Member = "op_Explicit", MemberParameters = new object[] { typeof(JToken) }, ReturnType = typeof(char))]
405 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(JToken), Member = "op_Explicit", MemberParameters = new object[] { typeof(JToken) }, ReturnType = typeof(byte))]
406 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(JToken), Member = "op_Explicit", MemberParameters = new object[] { typeof(JToken) }, ReturnType = typeof(sbyte))]
407 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(JToken), Member = "op_Explicit", MemberParameters = new object[] { typeof(JToken) }, ReturnType = typeof(int?))]
408 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(JToken), Member = "op_Explicit", MemberParameters = new object[] { typeof(JToken) }, ReturnType = typeof(short?))]
409 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(JToken), Member = "op_Explicit", MemberParameters = new object[] { typeof(JToken) }, ReturnType = typeof(ushort?))]
410 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(JToken), Member = "op_Explicit", MemberParameters = new object[] { typeof(JToken) }, ReturnType = typeof(byte?))]
411 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(JToken), Member = "op_Explicit", MemberParameters = new object[] { typeof(JToken) }, ReturnType = typeof(sbyte?))]
412 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(JToken), Member = "op_Explicit", MemberParameters = new object[] { typeof(JToken) }, ReturnType = typeof(DateTime))]
413 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(JToken), Member = "op_Explicit", MemberParameters = new object[] { typeof(JToken) }, ReturnType = typeof(long?))]
414 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(JToken), Member = "op_Explicit", MemberParameters = new object[] { typeof(JToken) }, ReturnType = typeof(float?))]
415 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(JToken), Member = "op_Explicit", MemberParameters = new object[] { typeof(JToken) }, ReturnType = typeof(decimal))]
416 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(JToken), Member = "op_Explicit", MemberParameters = new object[] { typeof(JToken) }, ReturnType = typeof(uint?))]
417 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(JToken), Member = "op_Explicit", MemberParameters = new object[] { typeof(JToken) }, ReturnType = typeof(ulong?))]
418 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(JToken), Member = "op_Explicit", MemberParameters = new object[] { typeof(JToken) }, ReturnType = typeof(double))]
419 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(JToken), Member = "op_Explicit", MemberParameters = new object[] { typeof(JToken) }, ReturnType = typeof(float))]
420 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(JToken), Member = "op_Explicit", MemberParameters = new object[] { typeof(JToken) }, ReturnType = typeof(string))]
421 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(JToken), Member = "op_Explicit", MemberParameters = new object[] { typeof(JToken) }, ReturnType = typeof(uint))]
422 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(JToken), Member = "op_Explicit", MemberParameters = new object[] { typeof(JToken) }, ReturnType = typeof(ulong))]
423 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(JToken), Member = "op_Explicit", MemberParameters = new object[] { typeof(JToken) }, ReturnType = typeof(byte[]))]
424 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(JToken), Member = "op_Explicit", MemberParameters = new object[] { typeof(JToken) }, ReturnType = typeof(Guid))]
425 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(JToken), Member = "op_Explicit", MemberParameters = new object[] { typeof(JToken) }, ReturnType = typeof(Guid?))]
426 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(JToken), Member = "op_Explicit", MemberParameters = new object[] { typeof(JToken) }, ReturnType = typeof(TimeSpan))]
427 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(JToken), Member = "op_Explicit", MemberParameters = new object[] { typeof(JToken) }, ReturnType = typeof(TimeSpan?))]
428 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(JToken), Member = "op_Explicit", MemberParameters = new object[] { typeof(JToken) }, ReturnType = typeof(Uri))]
429 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(JToken), Member = "ReadFrom", MemberParameters = new object[]
430 {
433 }, ReturnType = typeof(JToken))]
434 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(JProperty), Member = "RemoveItem", MemberParameters = new object[] { typeof(JToken) }, ReturnType = typeof(bool))]
435 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(JProperty), Member = "RemoveItemAt", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(void))]
436 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(JProperty), Member = "InsertItem", MemberParameters = new object[]
437 {
438 typeof(int),
439 typeof(JToken),
440 typeof(bool)
441 }, ReturnType = typeof(void))]
442 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(JProperty), Member = "ClearItems", ReturnType = typeof(void))]
443 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(JProperty), Member = "Load", MemberParameters = new object[]
444 {
447 }, ReturnType = typeof(JProperty))]
448 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(JValue), Member = "Compare", MemberParameters = new object[]
449 {
451 typeof(object),
452 typeof(object)
453 }, ReturnType = typeof(int))]
454 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(JValue), Member = "GetValueType", MemberParameters = new object[]
455 {
457 typeof(object)
458 }, ReturnType = typeof(JTokenType))]
459 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Linq.JsonPath.ArrayIndexFilter.<ExecuteFilter>d__4", Member = "MoveNext", ReturnType = typeof(bool))]
460 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Linq.JsonPath.ArraySliceFilter.<ExecuteFilter>d__12", Member = "MoveNext", ReturnType = typeof(bool))]
461 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Linq.JsonPath.FieldFilter.<ExecuteFilter>d__4", Member = "MoveNext", ReturnType = typeof(bool))]
462 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Linq.JsonPath.FieldMultipleFilter.<ExecuteFilter>d__4", Member = "MoveNext", ReturnType = typeof(bool))]
463 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(PathFilter), Member = "GetTokenIndex", MemberParameters = new object[]
464 {
465 typeof(JToken),
466 typeof(bool),
467 typeof(int)
468 }, ReturnType = typeof(JToken))]
469 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(BinaryConverter), Member = "GetByteArray", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(byte[]))]
470 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(BinaryConverter), Member = "ReadJson", MemberParameters = new object[]
471 {
473 typeof(Type),
474 typeof(object),
476 }, ReturnType = typeof(object))]
477 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(BinaryConverter), Member = "ReadByteArray", MemberParameters = new object[] { typeof(JsonReader) }, ReturnType = typeof(byte[]))]
478 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(BsonObjectIdConverter), Member = "ReadJson", MemberParameters = new object[]
479 {
481 typeof(Type),
482 typeof(object),
484 }, ReturnType = typeof(object))]
485 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(StringEnumConverter), Member = "ReadJson", MemberParameters = new object[]
486 {
488 typeof(Type),
489 typeof(object),
491 }, ReturnType = typeof(object))]
492 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(VersionConverter), Member = "ReadJson", MemberParameters = new object[]
493 {
495 typeof(Type),
496 typeof(object),
498 }, ReturnType = typeof(object))]
499 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(IsoDateTimeConverter), Member = "WriteJson", MemberParameters = new object[]
500 {
502 typeof(object),
504 }, ReturnType = typeof(void))]
505 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(IsoDateTimeConverter), Member = "ReadJson", MemberParameters = new object[]
506 {
508 typeof(Type),
509 typeof(object),
511 }, ReturnType = typeof(object))]
512 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(JavaScriptDateTimeConverter), Member = "ReadJson", MemberParameters = new object[]
513 {
515 typeof(Type),
516 typeof(object),
518 }, ReturnType = typeof(object))]
519 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(XmlNodeConverter), Member = "ConvertTokenToXmlValue", MemberParameters = new object[] { typeof(JsonReader) }, ReturnType = typeof(string))]
520 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(BsonBinaryWriter), Member = "WriteTokenInternal", MemberParameters = new object[] { typeof(BsonToken) }, ReturnType = typeof(void))]
521 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(BsonBinaryWriter), Member = "CalculateSize", MemberParameters = new object[] { typeof(BsonToken) }, ReturnType = typeof(int))]
522 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(BsonReader), Member = "Read", ReturnType = typeof(bool))]
523 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(BsonWriter), Member = "AddToken", MemberParameters = new object[] { typeof(BsonToken) }, ReturnType = typeof(void))]
524 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 172)]
525 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(StringUtils), Member = "FormatWith", MemberParameters = new object[]
526 {
527 typeof(string),
529 typeof(object[])
530 }, ReturnType = typeof(string))]
531 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 5)]
532 public static string FormatWith(this string format, IFormatProvider provider, object arg0)
533 {
534 throw null;
535 }
536
537 [global::Cpp2ILInjected.Token(Token = "0x6000426")]
538 [global::Cpp2ILInjected.Address(RVA = "0x1CCC998", Offset = "0x1CCC998", Length = "0xBC")]
539 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(JsonPosition), Member = "FormatMessage", MemberParameters = new object[]
540 {
542 typeof(string),
543 typeof(string)
544 }, ReturnType = typeof(string))]
545 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(JsonReader), Member = "ValidateEnd", MemberParameters = new object[] { typeof(JsonToken) }, ReturnType = typeof(void))]
546 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(JsonWriter), Member = "AutoComplete", MemberParameters = new object[] { typeof(JsonToken) }, ReturnType = typeof(void))]
547 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ReflectionObject), Member = "Create", MemberParameters = new object[]
548 {
549 typeof(Type),
551 typeof(string[])
552 }, ReturnType = typeof(ReflectionObject))]
553 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ConvertUtils), Member = "Convert", MemberParameters = new object[]
554 {
555 typeof(object),
557 typeof(Type)
558 }, ReturnType = typeof(object))]
559 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ConvertUtils), Member = "EnsureTypeAssignable", MemberParameters = new object[]
560 {
561 typeof(object),
562 typeof(Type),
563 typeof(Type)
564 }, ReturnType = typeof(object))]
565 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CollectionWrapper<>), Member = "VerifyValueType", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(void))]
566 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(EnumUtils), Member = "InitializeEnumType", MemberParameters = new object[] { typeof(Type) }, ReturnType = typeof(BidirectionalDictionary<string, string>))]
567 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ReflectionUtils), Member = "GetMemberValue", MemberParameters = new object[]
568 {
570 typeof(object)
571 }, ReturnType = typeof(object))]
572 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Serialization.DefaultContractResolver.<>c", Member = "<GetExtensionDataMemberForType>b__33_1", MemberParameters = new object[] { typeof(MemberInfo) }, ReturnType = typeof(bool))]
573 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(DefaultContractResolver), Member = "CreateDictionaryContract", MemberParameters = new object[] { typeof(Type) }, ReturnType = typeof(JsonDictionaryContract))]
574 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(DefaultContractResolver), Member = "CreateArrayContract", MemberParameters = new object[] { typeof(Type) }, ReturnType = typeof(JsonArrayContract))]
575 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(DefaultContractResolver), Member = "IsValidCallback", MemberParameters = new object[]
576 {
579 typeof(Type),
582 }, ReturnType = typeof(bool))]
583 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(DefaultSerializationBinder), Member = "GetTypeFromTypeNameKey", MemberParameters = new object[] { typeof(DefaultSerializationBinder.TypeNameKey) }, ReturnType = typeof(Type))]
584 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(JsonPropertyCollection), Member = "AddProperty", MemberParameters = new object[] { typeof(JsonProperty) }, ReturnType = typeof(void))]
585 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(JsonSerializerInternalReader), Member = "CreateObject", MemberParameters = new object[]
586 {
588 typeof(Type),
593 typeof(object)
594 }, ReturnType = typeof(object))]
595 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(JsonSerializerInternalReader), Member = "ReadMetadataPropertiesToken", MemberParameters = new object[]
596 {
598 typeof(ref Type),
603 typeof(object),
604 typeof(ref object),
605 typeof(ref string)
606 }, ReturnType = typeof(bool))]
607 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(JsonSerializerInternalReader), Member = "ReadMetadataProperties", MemberParameters = new object[]
608 {
610 typeof(ref Type),
615 typeof(object),
616 typeof(ref object),
617 typeof(ref string)
618 }, ReturnType = typeof(bool))]
619 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(JsonSerializerInternalReader), Member = "ResolveTypeName", MemberParameters = new object[]
620 {
622 typeof(ref Type),
627 typeof(string)
628 }, ReturnType = typeof(void))]
629 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(JsonSerializerInternalReader), Member = "EnsureArrayContract", MemberParameters = new object[]
630 {
632 typeof(Type),
634 }, ReturnType = typeof(JsonArrayContract))]
635 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(JsonSerializerInternalReader), Member = "EnsureType", MemberParameters = new object[]
636 {
638 typeof(object),
641 typeof(Type)
642 }, ReturnType = typeof(object))]
643 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(JsonSerializerInternalReader), Member = "SetPropertyValue", MemberParameters = new object[]
644 {
650 typeof(object)
651 }, ReturnType = typeof(bool))]
652 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(JsonSerializerInternalReader), Member = "AddReference", MemberParameters = new object[]
653 {
655 typeof(string),
656 typeof(object)
657 }, ReturnType = typeof(void))]
658 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(JsonSerializerInternalReader), Member = "PopulateDictionary", MemberParameters = new object[]
659 {
664 typeof(string)
665 }, ReturnType = typeof(object))]
666 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(JsonSerializerInternalReader), Member = "CreateObjectUsingCreatorWithParameters", MemberParameters = new object[]
667 {
671 typeof(ObjectConstructor<object>),
672 typeof(string)
673 }, ReturnType = typeof(object))]
674 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(JsonSerializerInternalReader), Member = "DeserializeConvertable", MemberParameters = new object[]
675 {
678 typeof(Type),
679 typeof(object)
680 }, ReturnType = typeof(object))]
681 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(JsonSerializerInternalReader), Member = "ResolvePropertyAndCreatorValues", MemberParameters = new object[]
682 {
686 typeof(Type)
688 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(JsonSerializerInternalReader), Member = "PopulateObject", MemberParameters = new object[]
689 {
690 typeof(object),
694 typeof(string)
695 }, ReturnType = typeof(object))]
696 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(JsonSerializerInternalWriter), Member = "WriteReference", MemberParameters = new object[]
697 {
699 typeof(object)
700 }, ReturnType = typeof(void))]
701 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(JsonSerializerInternalWriter), Member = "WriteReferenceIdProperty", MemberParameters = new object[]
702 {
704 typeof(Type),
705 typeof(object)
706 }, ReturnType = typeof(void))]
707 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(JsonSerializerInternalWriter), Member = "WriteTypeProperty", MemberParameters = new object[]
708 {
710 typeof(Type)
711 }, ReturnType = typeof(void))]
712 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(JsonSerializerInternalWriter), Member = "SerializeConvertable", MemberParameters = new object[]
713 {
716 typeof(object),
720 }, ReturnType = typeof(void))]
721 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ReflectionValueProvider), Member = "SetValue", MemberParameters = new object[]
722 {
723 typeof(object),
724 typeof(object)
725 }, ReturnType = typeof(void))]
726 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ReflectionValueProvider), Member = "GetValue", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(object))]
727 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Extensions), Member = "Convert", MemberTypeParameters = new object[] { "T", "U" }, MemberParameters = new object[] { "T" }, ReturnType = "U")]
728 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(JContainer), Member = "ValidateToken", MemberParameters = new object[]
729 {
730 typeof(JToken),
732 }, ReturnType = typeof(void))]
733 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(JObject), Member = "ValidateToken", MemberParameters = new object[]
734 {
735 typeof(JToken),
737 }, ReturnType = typeof(void))]
738 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(JToken), Member = "ToObject", MemberParameters = new object[] { typeof(Type) }, ReturnType = typeof(object))]
739 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Linq.JsonPath.ArraySliceFilter.<ExecuteFilter>d__12", Member = "MoveNext", ReturnType = typeof(bool))]
740 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Linq.JsonPath.FieldFilter.<ExecuteFilter>d__4", Member = "MoveNext", ReturnType = typeof(bool))]
741 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Linq.JsonPath.FieldMultipleFilter.<ExecuteFilter>d__4", Member = "MoveNext", ReturnType = typeof(bool))]
742 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(PathFilter), Member = "GetTokenIndex", MemberParameters = new object[]
743 {
744 typeof(JToken),
745 typeof(bool),
746 typeof(int)
747 }, ReturnType = typeof(JToken))]
748 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(StringEnumConverter), Member = "ReadJson", MemberParameters = new object[]
749 {
751 typeof(Type),
752 typeof(object),
754 }, ReturnType = typeof(object))]
755 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(VersionConverter), Member = "ReadJson", MemberParameters = new object[]
756 {
758 typeof(Type),
759 typeof(object),
761 }, ReturnType = typeof(object))]
762 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(JavaScriptDateTimeConverter), Member = "ReadJson", MemberParameters = new object[]
763 {
765 typeof(Type),
766 typeof(object),
768 }, ReturnType = typeof(object))]
769 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 51)]
770 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(StringUtils), Member = "FormatWith", MemberParameters = new object[]
771 {
772 typeof(string),
774 typeof(object[])
775 }, ReturnType = typeof(string))]
776 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 6)]
777 public static string FormatWith(this string format, IFormatProvider provider, object arg0, object arg1)
778 {
779 throw null;
780 }
781
782 [global::Cpp2ILInjected.Token(Token = "0x6000427")]
783 [global::Cpp2ILInjected.Address(RVA = "0x1CDEF3C", Offset = "0x1CDEF3C", Length = "0xDC")]
784 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(DefaultContractResolver), Member = "IsValidCallback", MemberParameters = new object[]
785 {
788 typeof(Type),
791 }, ReturnType = typeof(bool))]
792 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(JsonSerializerInternalReader), Member = "ShouldDeserialize", MemberParameters = new object[]
793 {
796 typeof(object)
797 }, ReturnType = typeof(bool))]
798 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(JsonSerializerInternalWriter), Member = "ShouldSerialize", MemberParameters = new object[]
799 {
802 typeof(object)
803 }, ReturnType = typeof(bool))]
804 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(JsonSerializerInternalWriter), Member = "IsSpecified", MemberParameters = new object[]
805 {
808 typeof(object)
809 }, ReturnType = typeof(bool))]
810 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 4)]
811 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(StringUtils), Member = "FormatWith", MemberParameters = new object[]
812 {
813 typeof(string),
815 typeof(object[])
816 }, ReturnType = typeof(string))]
817 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 7)]
818 public static string FormatWith(this string format, IFormatProvider provider, object arg0, object arg1, object arg2)
819 {
820 throw null;
821 }
822
823 [global::Cpp2ILInjected.Token(Token = "0x6000428")]
824 [global::Cpp2ILInjected.Address(RVA = "0x1CDF018", Offset = "0x1CDF018", Length = "0x104")]
825 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(DefaultContractResolver), Member = "IsValidCallback", MemberParameters = new object[]
826 {
829 typeof(Type),
832 }, ReturnType = typeof(bool))]
833 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
834 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(StringUtils), Member = "FormatWith", MemberParameters = new object[]
835 {
836 typeof(string),
838 typeof(object[])
839 }, ReturnType = typeof(string))]
840 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 8)]
841 public static string FormatWith(this string format, IFormatProvider provider, object arg0, object arg1, object arg2, object arg3)
842 {
843 throw null;
844 }
845
846 [global::Cpp2ILInjected.Token(Token = "0x6000429")]
847 [global::Cpp2ILInjected.Address(RVA = "0x1CDEED0", Offset = "0x1CDEED0", Length = "0x6C")]
848 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(StringUtils), Member = "FormatWith", MemberParameters = new object[]
849 {
850 typeof(string),
852 typeof(object)
853 }, ReturnType = typeof(string))]
854 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(StringUtils), Member = "FormatWith", MemberParameters = new object[]
855 {
856 typeof(string),
858 typeof(object),
859 typeof(object)
860 }, ReturnType = typeof(string))]
861 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(StringUtils), Member = "FormatWith", MemberParameters = new object[]
862 {
863 typeof(string),
865 typeof(object),
866 typeof(object),
867 typeof(object)
868 }, ReturnType = typeof(string))]
869 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(StringUtils), Member = "FormatWith", MemberParameters = new object[]
870 {
871 typeof(string),
873 typeof(object),
874 typeof(object),
875 typeof(object),
876 typeof(object)
877 }, ReturnType = typeof(string))]
878 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 4)]
879 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ValidationUtils), Member = "ArgumentNotNull", MemberParameters = new object[]
880 {
881 typeof(object),
882 typeof(string)
883 }, ReturnType = typeof(void))]
884 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Format", MemberParameters = new object[]
885 {
887 typeof(string),
888 typeof(object[])
889 }, ReturnType = typeof(string))]
890 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
891 private static string FormatWith(this string format, IFormatProvider provider, params object[] args)
892 {
893 throw null;
894 }
895
896 [global::Cpp2ILInjected.Token(Token = "0x600042A")]
897 [global::Cpp2ILInjected.Address(RVA = "0x1CCEC70", Offset = "0x1CCEC70", Length = "0xFC")]
898 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
899 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(JsonWriter), Member = "InternalWriteWhitespace", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
900 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
901 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "get_Chars", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(char))]
902 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(char), Member = "IsWhiteSpace", MemberParameters = new object[] { typeof(char) }, ReturnType = typeof(bool))]
903 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ArgumentNullException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
904 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 7)]
905 public static bool IsWhiteSpace(string s)
906 {
907 throw null;
908 }
909
910 [global::Cpp2ILInjected.Token(Token = "0x600042B")]
911 [global::Cpp2ILInjected.Address(RVA = "0x1CDF11C", Offset = "0x1CDF11C", Length = "0x20")]
912 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
913 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(IsoDateTimeConverter), Member = "set_DateTimeFormat", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
914 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
915 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "IsNullOrEmpty", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(bool))]
916 public static string NullEmptyString(string s)
917 {
918 throw null;
919 }
920
921 [global::Cpp2ILInjected.Token(Token = "0x600042C")]
922 [global::Cpp2ILInjected.Address(RVA = "0x1CD9A10", Offset = "0x1CD9A10", Length = "0xC8")]
923 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(JsonConvert), Member = "ToString", MemberParameters = new object[]
924 {
928 }, ReturnType = typeof(string))]
929 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(JsonConvert), Member = "ToString", MemberParameters = new object[]
930 {
933 }, ReturnType = typeof(string))]
934 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(JavaScriptUtils), Member = "ToEscapedJavaScriptString", MemberParameters = new object[]
935 {
936 typeof(string),
937 typeof(char),
938 typeof(bool),
939 typeof(StringEscapeHandling)
940 }, ReturnType = typeof(string))]
941 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(BooleanQueryExpression), Member = "EqualsWithStringCoercion", MemberParameters = new object[]
942 {
943 typeof(JValue),
945 }, ReturnType = typeof(bool))]
946 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 4)]
947 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(StringBuilder), Member = ".ctor", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(void))]
948 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(CultureInfo), Member = "get_InvariantCulture", ReturnType = typeof(CultureInfo))]
949 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(StringWriter), Member = ".ctor", MemberParameters = new object[]
950 {
953 }, ReturnType = typeof(void))]
954 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 6)]
956 {
957 throw null;
958 }
959
960 [global::Cpp2ILInjected.Token(Token = "0x600042D")]
961 [global::Cpp2ILInjected.Address(RVA = "0x1CD99A8", Offset = "0x1CD99A8", Length = "0x68")]
962 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(JavaScriptUtils), Member = "ToEscapedJavaScriptString", MemberParameters = new object[]
963 {
964 typeof(string),
965 typeof(char),
966 typeof(bool),
968 }, ReturnType = typeof(string))]
969 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
970 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(int?), Member = ".ctor", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(void))]
971 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
972 public static int? GetLength(string value)
973 {
974 throw null;
975 }
976
977 [global::Cpp2ILInjected.Token(Token = "0x600042E")]
978 [global::Cpp2ILInjected.Address(RVA = "0x1CD9700", Offset = "0x1CD9700", Length = "0x68")]
979 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
980 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(JavaScriptUtils), Member = "WriteEscapedJavaScriptString", MemberParameters = new object[]
981 {
983 typeof(string),
984 typeof(char),
985 typeof(bool),
986 typeof(bool[]),
989 typeof(ref char[])
990 }, ReturnType = typeof(void))]
991 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
992 public static void ToCharAsUnicode(char c, char[] buffer)
993 {
994 throw null;
995 }
996
997 [global::Cpp2ILInjected.Token(Token = "0x600042F")]
998 [global::Cpp2ILInjected.Address(RVA = "0x159FB94", Offset = "0x159FB94", Length = "0x1A4")]
999 [global::Cpp2ILInjected.CallAnalysis.DeduplicatedMethod]
1000 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
1001 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(JsonSerializerInternalReader), Member = "CreateObjectUsingCreatorWithParameters", MemberParameters = new object[]
1002 {
1006 typeof(ObjectConstructor<object>),
1007 typeof(string)
1008 }, ReturnType = typeof(object))]
1009 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
1010 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ArgumentNullException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
1011 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 14)]
1012 public static TSource ForgivingCaseSensitiveFind<TSource>(this IEnumerable<TSource> source, Func<TSource, string> valueSelector, string testValue)
1013 {
1014 throw null;
1015 }
1016
1017 [global::Cpp2ILInjected.Token(Token = "0x6000430")]
1018 [global::Cpp2ILInjected.Address(RVA = "0x1CD8004", Offset = "0x1CD8004", Length = "0x1CC")]
1019 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
1020 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(EnumUtils), Member = "ToEnumName", MemberParameters = new object[]
1021 {
1022 typeof(Type),
1023 typeof(string),
1024 typeof(bool)
1025 }, ReturnType = typeof(string))]
1026 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CamelCasePropertyNamesContractResolver), Member = "ResolvePropertyName", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(string))]
1027 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
1028 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "IsNullOrEmpty", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(bool))]
1029 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "get_Chars", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(char))]
1030 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(char), Member = "IsUpper", MemberParameters = new object[] { typeof(char) }, ReturnType = typeof(bool))]
1031 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "ToCharArray", ReturnType = typeof(char[]))]
1032 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(CultureInfo), Member = "get_InvariantCulture", ReturnType = typeof(CultureInfo))]
1033 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(char), Member = "ToLower", MemberParameters = new object[]
1034 {
1035 typeof(char),
1037 }, ReturnType = typeof(char))]
1038 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "CreateString", MemberParameters = new object[] { typeof(char[]) }, ReturnType = typeof(string))]
1039 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 7)]
1040 public static string ToCamelCase(string s)
1041 {
1042 throw null;
1043 }
1044
1045 [global::Cpp2ILInjected.Token(Token = "0x6000431")]
1046 [global::Cpp2ILInjected.Address(RVA = "0x1CDF13C", Offset = "0x1CDF13C", Length = "0x58")]
1047 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(JsonTextReader), Member = "ReadStringIntoBuffer", MemberParameters = new object[] { typeof(char) }, ReturnType = typeof(void))]
1048 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
1049 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(char), Member = "IsHighSurrogate", MemberParameters = new object[] { typeof(char) }, ReturnType = typeof(bool))]
1050 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
1051 public static bool IsHighSurrogate(char c)
1052 {
1053 throw null;
1054 }
1055
1056 [global::Cpp2ILInjected.Token(Token = "0x6000432")]
1057 [global::Cpp2ILInjected.Address(RVA = "0x1CDF194", Offset = "0x1CDF194", Length = "0x58")]
1058 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(JsonTextReader), Member = "ReadStringIntoBuffer", MemberParameters = new object[] { typeof(char) }, ReturnType = typeof(void))]
1059 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
1060 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(char), Member = "IsLowSurrogate", MemberParameters = new object[] { typeof(char) }, ReturnType = typeof(bool))]
1061 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
1062 public static bool IsLowSurrogate(char c)
1063 {
1064 throw null;
1065 }
1066
1067 [global::Cpp2ILInjected.Token(Token = "0x6000433")]
1068 [global::Cpp2ILInjected.Address(RVA = "0x1CDF1EC", Offset = "0x1CDF1EC", Length = "0x3C")]
1069 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
1070 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(JTokenReader), Member = "get_Path", ReturnType = typeof(string))]
1071 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(XmlNodeConverter), Member = "ReadElement", MemberParameters = new object[]
1072 {
1076 typeof(string),
1078 }, ReturnType = typeof(void))]
1079 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 3)]
1080 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "get_Chars", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(char))]
1081 public static bool StartsWith(this string source, char value)
1082 {
1083 throw null;
1084 }
1085
1086 [global::Cpp2ILInjected.Token(Token = "0x6000434")]
1087 [global::Cpp2ILInjected.Address(RVA = "0x1CDF228", Offset = "0x1CDF228", Length = "0x3C")]
1088 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
1089 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(JsonPosition), Member = "FormatMessage", MemberParameters = new object[]
1090 {
1092 typeof(string),
1093 typeof(string)
1094 }, ReturnType = typeof(string))]
1095 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
1096 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "get_Chars", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(char))]
1097 public static bool EndsWith(this string source, char value)
1098 {
1099 throw null;
1100 }
1101
1102 [global::Cpp2ILInjected.Token(Token = "0x4000203")]
1103 public const string CarriageReturnLineFeed = "\r\n";
1104
1105 [global::Cpp2ILInjected.Token(Token = "0x4000204")]
1106 public const string Empty = "";
1107
1108 [global::Cpp2ILInjected.Token(Token = "0x4000205")]
1109 public const char CarriageReturn = '\r';
1110
1111 [global::Cpp2ILInjected.Token(Token = "0x4000206")]
1112 public const char LineFeed = '\n';
1113
1114 [global::Cpp2ILInjected.Token(Token = "0x4000207")]
1115 public const char Tab = '\t';
1116
1118 [global::Cpp2ILInjected.Token(Token = "0x2000075")]
1120 {
1121 [global::Cpp2ILInjected.Token(Token = "0x6000435")]
1122 [global::Cpp2ILInjected.Address(RVA = "0x15B2498", Offset = "0x15B2498", Length = "0x8")]
1123 [global::Cpp2ILInjected.CallAnalysis.DeduplicatedMethod]
1124 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1125 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
1127 {
1128 throw null;
1129 }
1130
1131 [global::Cpp2ILInjected.Token(Token = "0x6000436")]
1132 [global::Cpp2ILInjected.Address(RVA = "0x15B24A0", Offset = "0x15B24A0", Length = "0x34")]
1133 [global::Cpp2ILInjected.CallAnalysis.DeduplicatedMethod]
1134 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
1135 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1136 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Equals", MemberParameters = new object[]
1137 {
1138 typeof(string),
1139 typeof(string),
1141 }, ReturnType = typeof(bool))]
1143 {
1144 throw null;
1145 }
1146
1147 [global::Cpp2ILInjected.Token(Token = "0x6000437")]
1148 [global::Cpp2ILInjected.Address(RVA = "0x15B24D4", Offset = "0x15B24D4", Length = "0x34")]
1149 [global::Cpp2ILInjected.CallAnalysis.DeduplicatedMethod]
1150 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
1151 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1152 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Equals", MemberParameters = new object[]
1153 {
1154 typeof(string),
1155 typeof(string),
1157 }, ReturnType = typeof(bool))]
1159 {
1160 throw null;
1161 }
1162
1163 [global::Cpp2ILInjected.Token(Token = "0x4000208")]
1164 [global::Cpp2ILInjected.FieldOffset(Offset = "0x0")]
1166
1167 [global::Cpp2ILInjected.Token(Token = "0x4000209")]
1168 [global::Cpp2ILInjected.FieldOffset(Offset = "0x0")]
1169 public string testValue;
1170 }
1171 }
1172}
class f__AnonymousType0<< Count > j__TPar
static string NullEmptyString(string s)
static string FormatWith(this string format, IFormatProvider provider, object arg0, object arg1, object arg2)
static void ToCharAsUnicode(char c, char[] buffer)
static string ToCamelCase(string s)
static string FormatWith(this string format, IFormatProvider provider, params object[] args)
static StringWriter CreateStringWriter(int capacity)
static string FormatWith(this string format, IFormatProvider provider, object arg0, object arg1, object arg2, object arg3)
static bool EndsWith(this string source, char value)
static bool StartsWith(this string source, char value)
static string FormatWith(this string format, IFormatProvider provider, object arg0)
static string FormatWith(this string format, IFormatProvider provider, object arg0, object arg1)
static ? int GetLength(string value)