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
MonoLinqHelper.cs
Go to the documentation of this file.
1using System;
5
6namespace System.IO
7{
8 [global::Cpp2ILInjected.Token(Token = "0x2000573")]
9 internal static class MonoLinqHelper
10 {
11 [global::Cpp2ILInjected.Token(Token = "0x6002A08")]
12 [global::Cpp2ILInjected.Address(RVA = "0x1593A2C", Offset = "0x1593A2C", Length = "0x10")]
13 [global::Cpp2ILInjected.CallAnalysis.DeduplicatedMethod]
14 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Directory), Member = "GetFiles", MemberParameters = new object[]
15 {
16 typeof(string),
17 typeof(string),
19 }, ReturnType = typeof(string[]))]
20 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Directory), Member = "GetDirectories", MemberParameters = new object[]
21 {
22 typeof(string),
23 typeof(string),
25 }, ReturnType = typeof(string[]))]
26 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
27 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
28 public static T[] ToArray<T>(this global::System.Collections.Generic.IEnumerable<T> source)
29 {
30 throw null;
31 }
32 }
33}
class f__AnonymousType0<< Count > j__TPar
static T[] ToArray< T >(this global::System.Collections.Generic.IEnumerable< T > source)