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

◆ None

CancellationToken System.Threading.CancellationToken.None
staticgetset

Definition at line 19 of file CancellationToken.cs.

20 {
21 [global::Cpp2ILInjected.Token(Token = "0x60010CE")]
22 [global::Cpp2ILInjected.Address(RVA = "0x1C94604", Offset = "0x1C94604", Length = "0x8")]
23 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Cryptography.CryptoStream), Member = "BeginRead", MemberParameters = new object[]
24 {
25 typeof(byte[]),
26 typeof(int),
27 typeof(int),
28 typeof(global::System.AsyncCallback),
29 typeof(object)
30 }, ReturnType = typeof(global::System.IAsyncResult))]
31 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Cryptography.CryptoStream), Member = "BeginWrite", MemberParameters = new object[]
32 {
33 typeof(byte[]),
34 typeof(int),
35 typeof(int),
36 typeof(global::System.AsyncCallback),
37 typeof(object)
38 }, ReturnType = typeof(global::System.IAsyncResult))]
39 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.IO.Stream.ReadWriteTask", Member = ".ctor", MemberParameters = new object[]
40 {
41 typeof(bool),
42 typeof(bool),
43 typeof(global::System.Func<object, int>),
44 typeof(object),
45 typeof(global::System.IO.Stream),
46 typeof(byte[]),
47 typeof(int),
48 typeof(int),
49 typeof(global::System.AsyncCallback)
50 }, ReturnType = typeof(void))]
51 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.IO.Stream), Member = "ReadAsync", MemberParameters = new object[]
52 {
53 typeof(byte[]),
54 typeof(int),
55 typeof(int)
56 }, ReturnType = typeof(global::System.Threading.Tasks.Task<int>))]
57 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.IO.Stream), Member = "WriteAsync", MemberParameters = new object[]
58 {
59 typeof(byte[]),
60 typeof(int),
61 typeof(int)
62 }, ReturnType = typeof(global::System.Threading.Tasks.Task))]
63 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Mono.Net.Security.MobileAuthenticatedStream", Member = "AuthenticateAsClient", MemberParameters = new object[]
64 {
65 typeof(string),
66 "System.Security.Cryptography.X509Certificates.X509CertificateCollection",
67 "System.Security.Authentication.SslProtocols",
68 typeof(bool)
69 }, ReturnType = typeof(void))]
70 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Mono.Net.Security.MobileAuthenticatedStream", Member = "AuthenticateAsServer", MemberParameters = new object[]
71 {
72 typeof(global::System.Security.Cryptography.X509Certificates.X509Certificate),
73 typeof(bool),
74 "System.Security.Authentication.SslProtocols",
75 typeof(bool)
76 }, ReturnType = typeof(void))]
77 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Mono.Net.Security.MobileAuthenticatedStream", Member = "AuthenticateAsClientAsync", MemberParameters = new object[]
78 {
79 typeof(string),
80 "System.Security.Cryptography.X509Certificates.X509CertificateCollection",
81 "System.Security.Authentication.SslProtocols",
82 typeof(bool)
83 }, ReturnType = typeof(global::System.Threading.Tasks.Task))]
84 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Mono.Net.Security.MobileAuthenticatedStream", Member = "Read", MemberParameters = new object[]
85 {
86 "System.Byte[]",
87 typeof(int),
88 typeof(int)
89 }, ReturnType = typeof(int))]
90 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Mono.Net.Security.MobileAuthenticatedStream", Member = "Write", MemberParameters = new object[]
91 {
92 "System.Byte[]",
93 typeof(int),
94 typeof(int)
95 }, ReturnType = typeof(void))]
96 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.ServicePointScheduler.AsyncManualResetEvent", Member = "Set", ReturnType = typeof(void))]
97 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.WebConnectionStream", Member = "Read", MemberParameters = new object[]
98 {
99 "System.Byte[]",
100 typeof(int),
101 typeof(int)
102 }, ReturnType = typeof(int))]
103 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.WebConnectionStream", Member = "BeginRead", MemberParameters = new object[]
104 {
105 "System.Byte[]",
106 typeof(int),
107 typeof(int),
108 typeof(global::System.AsyncCallback),
109 typeof(object)
110 }, ReturnType = typeof(global::System.IAsyncResult))]
111 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.WebConnectionStream", Member = "BeginWrite", MemberParameters = new object[]
112 {
113 "System.Byte[]",
114 typeof(int),
115 typeof(int),
116 typeof(global::System.AsyncCallback),
117 typeof(object)
118 }, ReturnType = typeof(global::System.IAsyncResult))]
119 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.WebOperation", Member = "ThrowIfDisposed", ReturnType = typeof(void))]
120 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.WebOperation", Member = "ThrowIfClosedOrDisposed", ReturnType = typeof(void))]
121 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.WebReadStream", Member = "Read", MemberParameters = new object[]
122 {
123 "System.Byte[]",
124 typeof(int),
125 typeof(int)
126 }, ReturnType = typeof(int))]
127 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.WebReadStream", Member = "BeginRead", MemberParameters = new object[]
128 {
129 "System.Byte[]",
130 typeof(int),
131 typeof(int),
132 typeof(global::System.AsyncCallback),
133 typeof(object)
134 }, ReturnType = typeof(global::System.IAsyncResult))]
135 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs", Member = "InvokeContinuation", MemberParameters = new object[]
136 {
137 "System.Action`1<Object>",
138 typeof(object),
139 typeof(bool)
140 }, ReturnType = typeof(void))]
141 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.BackgroundWorker", Member = "RunWorkerAsync", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(void))]
142 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Collections.Concurrent.BlockingCollection`1", Member = "Take", ReturnType = "T")]
143 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.IO.Compression.GZipStream", Member = "BeginRead", MemberParameters = new object[]
144 {
145 "System.Byte[]",
146 typeof(int),
147 typeof(int),
148 typeof(global::System.AsyncCallback),
149 typeof(object)
150 }, ReturnType = typeof(global::System.IAsyncResult))]
151 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.IO.Compression.GZipStream", Member = "BeginWrite", MemberParameters = new object[]
152 {
153 "System.Byte[]",
154 typeof(int),
155 typeof(int),
156 typeof(global::System.AsyncCallback),
157 typeof(object)
158 }, ReturnType = typeof(global::System.IAsyncResult))]
159 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 23)]
160 get
161 {
162 throw null;
163 }
164 }
class f__AnonymousType0<< Count > j__TPar