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
ASCIIEncoding.cs
Go to the documentation of this file.
1using System;
6
7namespace System.Text
8{
9 [global::Cpp2ILInjected.Token(Token = "0x200025C")]
10 [global::System.Serializable]
11 public class ASCIIEncoding : Encoding
12 {
13 [global::Cpp2ILInjected.Token(Token = "0x6001463")]
14 [global::Cpp2ILInjected.Address(RVA = "0x1CAF2C8", Offset = "0x1CAF2C8", Length = "0xC")]
15 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Encoding), Member = "get_ASCII", ReturnType = typeof(Encoding))]
16 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
17 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Encoding), Member = ".ctor", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(void))]
19 {
20 throw null;
21 }
22
23 [global::Cpp2ILInjected.Token(Token = "0x6001464")]
24 [global::Cpp2ILInjected.Address(RVA = "0x1CAF2D4", Offset = "0x1CAF2D4", Length = "0x20")]
25 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
26 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(EncoderFallback), Member = "get_ReplacementFallback", ReturnType = typeof(EncoderFallback))]
27 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(DecoderFallback), Member = "get_ReplacementFallback", ReturnType = typeof(DecoderFallback))]
28 internal override void SetDefaultFallbacks()
29 {
30 throw null;
31 }
32
33 [global::Cpp2ILInjected.Token(Token = "0x6001465")]
34 [global::Cpp2ILInjected.Address(RVA = "0x1CAF41C", Offset = "0x1CAF41C", Length = "0x178")]
35 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
36 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
37 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentOutOfRangeException), Member = ".ctor", MemberParameters = new object[]
38 {
39 typeof(string),
40 typeof(string)
41 }, ReturnType = typeof(void))]
42 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentNullException), Member = ".ctor", MemberParameters = new object[]
43 {
44 typeof(string),
45 typeof(string)
46 }, ReturnType = typeof(void))]
47 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 17)]
48 public override int GetByteCount(char[] chars, int index, int count)
49 {
50 throw null;
51 }
52
53 [global::Cpp2ILInjected.Token(Token = "0x6001466")]
54 [global::Cpp2ILInjected.Address(RVA = "0x1CAF594", Offset = "0x1CAF594", Length = "0x8C")]
55 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
56 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Runtime.CompilerServices.RuntimeHelpers), Member = "get_OffsetToStringData", ReturnType = typeof(int))]
57 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentNullException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
58 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 6)]
59 public override int GetByteCount(string chars)
60 {
61 throw null;
62 }
63
64 [global::System.CLSCompliant(false)]
65 [global::Cpp2ILInjected.Token(Token = "0x6001467")]
66 [global::Cpp2ILInjected.Address(RVA = "0x1CAF620", Offset = "0x1CAF620", Length = "0xD0")]
67 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
68 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentNullException), Member = ".ctor", MemberParameters = new object[]
69 {
70 typeof(string),
71 typeof(string)
72 }, ReturnType = typeof(void))]
73 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentOutOfRangeException), Member = ".ctor", MemberParameters = new object[]
74 {
75 typeof(string),
76 typeof(string)
77 }, ReturnType = typeof(void))]
78 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 11)]
79 public unsafe override int GetByteCount(char* chars, int count)
80 {
81 throw null;
82 }
83
84 [global::Cpp2ILInjected.Token(Token = "0x6001468")]
85 [global::Cpp2ILInjected.Address(RVA = "0x1CAF6F0", Offset = "0x1CAF6F0", Length = "0x248")]
86 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
87 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
88 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Runtime.CompilerServices.RuntimeHelpers), Member = "get_OffsetToStringData", ReturnType = typeof(int))]
89 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Span<>), Member = "op_Implicit", MemberParameters = new object[] { "T[]" }, ReturnType = "System.Span`1<T>")]
90 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Runtime.InteropServices.MemoryMarshal), Member = "GetReference", MemberTypeParameters = new object[] { "T" }, MemberParameters = new object[] { "System.Span`1<T>" }, ReturnType = "T&")]
91 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentNullException), Member = ".ctor", MemberParameters = new object[]
92 {
93 typeof(string),
94 typeof(string)
95 }, ReturnType = typeof(void))]
96 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentOutOfRangeException), Member = ".ctor", MemberParameters = new object[]
97 {
98 typeof(string),
99 typeof(string)
100 }, ReturnType = typeof(void))]
101 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 22)]
102 public override int GetBytes(string chars, int charIndex, int charCount, byte[] bytes, int byteIndex)
103 {
104 throw null;
105 }
106
107 [global::Cpp2ILInjected.Token(Token = "0x6001469")]
108 [global::Cpp2ILInjected.Address(RVA = "0x1CAF938", Offset = "0x1CAF938", Length = "0x264")]
109 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
110 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
111 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Span<>), Member = "op_Implicit", MemberParameters = new object[] { "T[]" }, ReturnType = "System.Span`1<T>")]
112 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Runtime.InteropServices.MemoryMarshal), Member = "GetReference", MemberTypeParameters = new object[] { "T" }, MemberParameters = new object[] { "System.Span`1<T>" }, ReturnType = "T&")]
113 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentNullException), Member = ".ctor", MemberParameters = new object[]
114 {
115 typeof(string),
116 typeof(string)
117 }, ReturnType = typeof(void))]
118 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentOutOfRangeException), Member = ".ctor", MemberParameters = new object[]
119 {
120 typeof(string),
121 typeof(string)
122 }, ReturnType = typeof(void))]
123 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 22)]
124 public override int GetBytes(char[] chars, int charIndex, int charCount, byte[] bytes, int byteIndex)
125 {
126 throw null;
127 }
128
129 [global::System.CLSCompliant(false)]
130 [global::Cpp2ILInjected.Token(Token = "0x600146A")]
131 [global::Cpp2ILInjected.Address(RVA = "0x1CAFB9C", Offset = "0x1CAFB9C", Length = "0xF8")]
132 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
133 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
134 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentNullException), Member = ".ctor", MemberParameters = new object[]
135 {
136 typeof(string),
137 typeof(string)
138 }, ReturnType = typeof(void))]
139 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentOutOfRangeException), Member = ".ctor", MemberParameters = new object[]
140 {
141 typeof(string),
142 typeof(string)
143 }, ReturnType = typeof(void))]
144 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 11)]
145 public unsafe override int GetBytes(char* chars, int charCount, byte* bytes, int byteCount)
146 {
147 throw null;
148 }
149
150 [global::Cpp2ILInjected.Token(Token = "0x600146B")]
151 [global::Cpp2ILInjected.Address(RVA = "0x1CAFC94", Offset = "0x1CAFC94", Length = "0x178")]
152 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
153 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
154 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentOutOfRangeException), Member = ".ctor", MemberParameters = new object[]
155 {
156 typeof(string),
157 typeof(string)
158 }, ReturnType = typeof(void))]
159 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentNullException), Member = ".ctor", MemberParameters = new object[]
160 {
161 typeof(string),
162 typeof(string)
163 }, ReturnType = typeof(void))]
164 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 17)]
165 public override int GetCharCount(byte[] bytes, int index, int count)
166 {
167 throw null;
168 }
169
170 [global::System.CLSCompliant(false)]
171 [global::Cpp2ILInjected.Token(Token = "0x600146C")]
172 [global::Cpp2ILInjected.Address(RVA = "0x1CAFE0C", Offset = "0x1CAFE0C", Length = "0xD0")]
173 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
174 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentNullException), Member = ".ctor", MemberParameters = new object[]
175 {
176 typeof(string),
177 typeof(string)
178 }, ReturnType = typeof(void))]
179 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentOutOfRangeException), Member = ".ctor", MemberParameters = new object[]
180 {
181 typeof(string),
182 typeof(string)
183 }, ReturnType = typeof(void))]
184 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 11)]
185 public unsafe override int GetCharCount(byte* bytes, int count)
186 {
187 throw null;
188 }
189
190 [global::Cpp2ILInjected.Token(Token = "0x600146D")]
191 [global::Cpp2ILInjected.Address(RVA = "0x1CAFEDC", Offset = "0x1CAFEDC", Length = "0x264")]
192 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
193 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
194 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Span<char>), Member = "op_Implicit", MemberParameters = new object[] { typeof(char[]) }, ReturnType = "System.Span`1<T>")]
195 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Runtime.InteropServices.MemoryMarshal[]), Member = "GetReference", MemberTypeParameters = new object[] { typeof(char) }, MemberParameters = new object[] { typeof(global::System.Span<char>) }, ReturnType = "T&")]
196 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentNullException), Member = ".ctor", MemberParameters = new object[]
197 {
198 typeof(string),
199 typeof(string)
200 }, ReturnType = typeof(void))]
201 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentOutOfRangeException), Member = ".ctor", MemberParameters = new object[]
202 {
203 typeof(string),
204 typeof(string)
205 }, ReturnType = typeof(void))]
206 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 22)]
207 public override int GetChars(byte[] bytes, int byteIndex, int byteCount, char[] chars, int charIndex)
208 {
209 throw null;
210 }
211
212 [global::System.CLSCompliant(false)]
213 [global::Cpp2ILInjected.Token(Token = "0x600146E")]
214 [global::Cpp2ILInjected.Address(RVA = "0x1CB0140", Offset = "0x1CB0140", Length = "0xF8")]
215 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
216 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
217 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentNullException), Member = ".ctor", MemberParameters = new object[]
218 {
219 typeof(string),
220 typeof(string)
221 }, ReturnType = typeof(void))]
222 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentOutOfRangeException), Member = ".ctor", MemberParameters = new object[]
223 {
224 typeof(string),
225 typeof(string)
226 }, ReturnType = typeof(void))]
227 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 11)]
228 public unsafe override int GetChars(byte* bytes, int byteCount, char* chars, int charCount)
229 {
230 throw null;
231 }
232
233 [global::Cpp2ILInjected.Token(Token = "0x600146F")]
234 [global::Cpp2ILInjected.Address(RVA = "0x1CB0238", Offset = "0x1CB0238", Length = "0x1BC")]
235 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
236 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
237 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "CreateStringFromEncoding", MemberParameters = new object[]
238 {
239 typeof(byte*),
240 typeof(int),
242 }, ReturnType = typeof(string))]
243 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentOutOfRangeException), Member = ".ctor", MemberParameters = new object[]
244 {
245 typeof(string),
246 typeof(string)
247 }, ReturnType = typeof(void))]
248 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentNullException), Member = ".ctor", MemberParameters = new object[]
249 {
250 typeof(string),
251 typeof(string)
252 }, ReturnType = typeof(void))]
253 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 17)]
254 public unsafe override string GetString(byte[] bytes, int byteIndex, int byteCount)
255 {
256 throw null;
257 }
258
259 [global::Cpp2ILInjected.Token(Token = "0x6001470")]
260 [global::Cpp2ILInjected.Address(RVA = "0x1CB03F4", Offset = "0x1CB03F4", Length = "0x2C8")]
261 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
262 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
263 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Encoder), Member = "get_FallbackBuffer", ReturnType = typeof(EncoderFallbackBuffer))]
264 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = "GetType", ReturnType = typeof(global::System.Type))]
265 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::SR), Member = "Format", MemberParameters = new object[]
266 {
267 typeof(string),
268 typeof(object),
269 typeof(object)
270 }, ReturnType = typeof(string))]
271 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
272 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 6)]
273 internal unsafe override int GetByteCount(char* chars, int charCount, EncoderNLS encoder)
274 {
275 throw null;
276 }
277
278 [global::Cpp2ILInjected.Token(Token = "0x6001471")]
279 [global::Cpp2ILInjected.Address(RVA = "0x1CB0750", Offset = "0x1CB0750", Length = "0x400")]
280 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
281 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
282 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Encoder), Member = "get_FallbackBuffer", ReturnType = typeof(EncoderFallbackBuffer))]
283 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "get_Chars", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(char))]
284 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Encoding), Member = "ThrowBytesOverflow", MemberParameters = new object[]
285 {
286 typeof(EncoderNLS),
287 typeof(bool)
288 }, ReturnType = typeof(void))]
289 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = "GetType", ReturnType = typeof(global::System.Type))]
290 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::SR), Member = "Format", MemberParameters = new object[]
291 {
292 typeof(string),
293 typeof(object),
294 typeof(object)
295 }, ReturnType = typeof(string))]
296 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
297 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 6)]
298 internal unsafe override int GetBytes(char* chars, int charCount, byte* bytes, int byteCount, EncoderNLS encoder)
299 {
300 throw null;
301 }
302
303 [global::Cpp2ILInjected.Token(Token = "0x6001472")]
304 [global::Cpp2ILInjected.Address(RVA = "0x1CB0B50", Offset = "0x1CB0B50", Length = "0x134")]
305 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
306 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
307 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Decoder), Member = "get_FallbackBuffer", ReturnType = typeof(DecoderFallbackBuffer))]
308 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 3)]
309 internal unsafe override int GetCharCount(byte* bytes, int count, DecoderNLS decoder)
310 {
311 throw null;
312 }
313
314 [global::Cpp2ILInjected.Token(Token = "0x6001473")]
315 [global::Cpp2ILInjected.Address(RVA = "0x1CB0CC0", Offset = "0x1CB0CC0", Length = "0x268")]
316 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
317 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
318 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "get_Chars", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(char))]
319 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Encoding), Member = "ThrowCharsOverflow", MemberParameters = new object[]
320 {
321 typeof(DecoderNLS),
322 typeof(bool)
323 }, ReturnType = typeof(void))]
324 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Decoder), Member = "get_FallbackBuffer", ReturnType = typeof(DecoderFallbackBuffer))]
325 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 3)]
326 internal unsafe override int GetChars(byte* bytes, int byteCount, char* chars, int charCount, DecoderNLS decoder)
327 {
328 throw null;
329 }
330
331 [global::Cpp2ILInjected.Token(Token = "0x6001474")]
332 [global::Cpp2ILInjected.Address(RVA = "0x1CB0F38", Offset = "0x1CB0F38", Length = "0xF4")]
333 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
334 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
335 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentOutOfRangeException), Member = ".ctor", MemberParameters = new object[]
336 {
337 typeof(string),
338 typeof(string)
339 }, ReturnType = typeof(void))]
340 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 9)]
341 public override int GetMaxByteCount(int charCount)
342 {
343 throw null;
344 }
345
346 [global::Cpp2ILInjected.Token(Token = "0x6001475")]
347 [global::Cpp2ILInjected.Address(RVA = "0x1CB102C", Offset = "0x1CB102C", Length = "0xF0")]
348 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
349 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
350 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentOutOfRangeException), Member = ".ctor", MemberParameters = new object[]
351 {
352 typeof(string),
353 typeof(string)
354 }, ReturnType = typeof(void))]
355 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 9)]
356 public override int GetMaxCharCount(int byteCount)
357 {
358 throw null;
359 }
360
361 [global::Cpp2ILInjected.Token(Token = "0x6001476")]
362 [global::Cpp2ILInjected.Address(RVA = "0x1CB111C", Offset = "0x1CB111C", Length = "0x74")]
363 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
364 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
365 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
366 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
367 public override Decoder GetDecoder()
368 {
369 throw null;
370 }
371
372 [global::Cpp2ILInjected.Token(Token = "0x6001477")]
373 [global::Cpp2ILInjected.Address(RVA = "0x1CB11CC", Offset = "0x1CB11CC", Length = "0x5C")]
374 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
375 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(EncoderNLS), Member = ".ctor", MemberParameters = new object[] { typeof(Encoding) }, ReturnType = typeof(void))]
376 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
377 public override Encoder GetEncoder()
378 {
379 throw null;
380 }
381
382 // Note: this type is marked as 'beforefieldinit'.
383 [global::Cpp2ILInjected.Token(Token = "0x6001478")]
384 [global::Cpp2ILInjected.Address(RVA = "0x1CB1228", Offset = "0x1CB1228", Length = "0x6C")]
385 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
386 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ASCIIEncoding.ASCIIEncodingSealed), Member = ".ctor", ReturnType = typeof(void))]
387 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 3)]
389 {
390 throw null;
391 }
392
393 [global::Cpp2ILInjected.Token(Token = "0x4000AE3")]
395
396 [global::Cpp2ILInjected.Token(Token = "0x200025D")]
397 internal sealed class ASCIIEncodingSealed : ASCIIEncoding
398 {
399 [global::Cpp2ILInjected.Token(Token = "0x6001479")]
400 [global::Cpp2ILInjected.Address(RVA = "0x1CB1294", Offset = "0x1CB1294", Length = "0x5C")]
401 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ASCIIEncoding), Member = ".cctor", ReturnType = typeof(void))]
402 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
403 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Encoding), Member = ".ctor", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(void))]
404 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
406 {
407 throw null;
408 }
409 }
410 }
411}
class f__AnonymousType0<< Count > j__TPar
override Encoder GetEncoder()
override int GetBytes(char[] chars, int charIndex, int charCount, byte[] bytes, int byteIndex)
unsafe override int GetByteCount(char *chars, int count)
override void SetDefaultFallbacks()
unsafe override int GetCharCount(byte *bytes, int count)
override int GetChars(byte[] bytes, int byteIndex, int byteCount, char[] chars, int charIndex)
override Decoder GetDecoder()
override int GetBytes(string chars, int charIndex, int charCount, byte[] bytes, int byteIndex)
override int GetCharCount(byte[] bytes, int index, int count)
unsafe override int GetChars(byte *bytes, int byteCount, char *chars, int charCount)
static readonly ASCIIEncoding.ASCIIEncodingSealed s_default
override int GetMaxCharCount(int byteCount)
unsafe override int GetChars(byte *bytes, int byteCount, char *chars, int charCount, DecoderNLS decoder)
unsafe override int GetBytes(char *chars, int charCount, byte *bytes, int byteCount)
override int GetByteCount(string chars)
override int GetMaxByteCount(int charCount)
unsafe override int GetByteCount(char *chars, int charCount, EncoderNLS encoder)
unsafe override string GetString(byte[] bytes, int byteIndex, int byteCount)
override int GetByteCount(char[] chars, int index, int count)
unsafe override int GetCharCount(byte *bytes, int count, DecoderNLS decoder)
unsafe override int GetBytes(char *chars, int charCount, byte *bytes, int byteCount, EncoderNLS encoder)