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
ManualResetEvent.cs
Go to the documentation of this file.
1using System;
2using System.IO;
6
7namespace System.Threading
8{
9 [global::Cpp2ILInjected.Token(Token = "0x20001BD")]
10 public sealed class ManualResetEvent : EventWaitHandle
11 {
12 [global::Cpp2ILInjected.Token(Token = "0x60010B9")]
13 [global::Cpp2ILInjected.Address(RVA = "0x1C93F38", Offset = "0x1C93F38", Length = "0x10")]
14 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "DrPlatform.User", Member = ".cctor", ReturnType = typeof(void))]
15 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "CacheFileManager", Member = ".ctor", MemberParameters = new object[]
16 {
17 "FileManager",
18 "FileAPI",
19 typeof(bool),
20 "PlatformUser"
21 }, ReturnType = typeof(void))]
22 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Telepathy.Client", Member = ".ctor", ReturnType = typeof(void))]
23 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Telepathy.Server.ClientToken", Member = ".ctor", MemberParameters = new object[] { "System.Net.Sockets.TcpClient" }, ReturnType = typeof(void))]
24 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(RegisteredWaitHandle), Member = ".ctor", MemberParameters = new object[]
25 {
27 typeof(WaitOrTimerCallback),
28 typeof(object),
29 typeof(global::System.TimeSpan),
30 typeof(bool)
31 }, ReturnType = typeof(void))]
32 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Threading.Timer.Scheduler", Member = "InitScheduler", ReturnType = typeof(void))]
33 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Remoting.Messaging.AsyncResult), Member = "get_AsyncWaitHandle", ReturnType = typeof(WaitHandle))]
34 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.IO.Stream.SynchronousAsyncResult.<>c", Member = "<get_AsyncWaitHandle>b__12_0", ReturnType = typeof(ManualResetEvent))]
35 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.IO.FileStreamAsyncResult), Member = ".ctor", MemberParameters = new object[]
36 {
37 typeof(global::System.AsyncCallback),
38 typeof(object)
39 }, ReturnType = typeof(void))]
40 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.IOAsyncResult", Member = "get_AsyncWaitHandle", ReturnType = typeof(WaitHandle))]
41 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.LazyAsyncResult", Member = "LazilyCreateEvent", MemberParameters = new object[] { typeof(ref ManualResetEvent) }, ReturnType = typeof(bool))]
42 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.TimerThread", Member = ".cctor", ReturnType = typeof(void))]
43 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.FileWebRequest", Member = "GetResponseCallback", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(void))]
44 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.HttpStreamAsyncResult", Member = "get_AsyncWaitHandle", ReturnType = typeof(WaitHandle))]
45 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.ListenerAsyncResult", Member = "get_AsyncWaitHandle", ReturnType = typeof(WaitHandle))]
46 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.UnitySynchronizationContext", Member = "Send", MemberParameters = new object[]
47 {
48 typeof(SendOrPostCallback),
49 typeof(object)
50 }, ReturnType = typeof(void))]
51 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 16)]
52 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(EventWaitHandle), Member = ".ctor", MemberParameters = new object[]
53 {
54 typeof(bool),
55 typeof(EventResetMode),
56 typeof(string)
57 }, ReturnType = typeof(void))]
59 {
60 throw null;
61 }
62 }
63}
class f__AnonymousType0<< Count > j__TPar