terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ _LoadObjectV1()

object System.Resources.ResourceReader._LoadObjectV1 ( int pos)
inlineprivate

Definition at line 293 of file ResourceReader.cs.

294 {
295 BinaryReader store = this._store;
297 int num = this._store.Read7BitEncodedInt();
298 RuntimeType runtimeType = this.FindType(num);
299 if (dataSectionOffset == 0L)
300 {
301 }
302 Type type;
303 bool flag = runtimeType == type;
304 BinaryReader store2 = this._store;
305 if (dataSectionOffset == 0L)
306 {
307 }
308 Type type2;
309 bool flag2 = runtimeType == type2;
311 if (dataSectionOffset == 0L)
312 {
313 }
314 Type type3;
315 bool flag3 = runtimeType == type3;
316 if (dataSectionOffset == 0L)
317 {
318 }
319 Type type4;
320 bool flag4 = runtimeType == type4;
321 if (dataSectionOffset == 0L)
322 {
323 }
324 Type type5;
325 bool flag5 = runtimeType == type5;
326 if (dataSectionOffset == 0L)
327 {
328 }
329 Type type6;
330 bool flag6 = runtimeType == type6;
331 if (dataSectionOffset == 0L)
332 {
333 }
334 Type type7;
335 bool flag7 = runtimeType == type7;
336 if (dataSectionOffset == 0L)
337 {
338 }
339 Type type8;
340 bool flag8 = runtimeType == type8;
341 if (dataSectionOffset == 0L)
342 {
343 }
344 Type type9;
345 bool flag9 = runtimeType == type9;
346 if (dataSectionOffset == 0L)
347 {
348 }
349 Type type10;
350 bool flag10 = runtimeType == type10;
351 if (dataSectionOffset == 0L)
352 {
353 }
354 Type type11;
355 bool flag11 = runtimeType == type11;
356 if (dataSectionOffset == 0L)
357 {
358 }
359 Type type12;
360 bool flag12 = runtimeType == type12;
361 if (dataSectionOffset == 0L)
362 {
363 }
364 Type type13;
365 bool flag13 = runtimeType == type13;
366 if (dataSectionOffset == 0L)
367 {
368 }
369 Type type14;
370 bool flag14 = runtimeType == type14;
371 object obj;
372 return obj;
373 }
class f__AnonymousType0<< Count > j__TPar
RuntimeType FindType(int typeIndex)

References System.Resources.ResourceReader._dataSectionOffset, System.Resources.ResourceReader._store, System.Resources.ResourceReader.FindType(), j__TPar, System.L, System.obj, and System.IO.BinaryReader.Read7BitEncodedInt().

Referenced by System.Resources.ResourceReader.LoadObjectV1().