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
NotImplementedException.cs
Go to the documentation of this file.
1using System;
4using System.IO;
10using Cpp2ILInjected;
14
15namespace System
16{
17 [global::Cpp2ILInjected.Token(Token = "0x20000E0")]
18 [global::System.Serializable]
19 public class NotImplementedException : global::System.SystemException
20 {
21 [global::Cpp2ILInjected.Token(Token = "0x6000843")]
22 [global::Cpp2ILInjected.Address(RVA = "0x1C37634", Offset = "0x1C37634", Length = "0x5C")]
23 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
24 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Microsoft.Xna.Framework.Matrix", Member = "CreateConstrainedBillboard", MemberParameters = new object[] { "Microsoft.Xna.Framework.Vector3", "Microsoft.Xna.Framework.Vector3", "Microsoft.Xna.Framework.Vector3", "System.Nullable`1<Vector3>", "System.Nullable`1<Vector3>" }, ReturnType = "Microsoft.Xna.Framework.Matrix")]
25 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Microsoft.Xna.Framework.Matrix", Member = "CreateConstrainedBillboard", MemberParameters = new object[] { "Microsoft.Xna.Framework.Vector3&", "Microsoft.Xna.Framework.Vector3&", "Microsoft.Xna.Framework.Vector3&", "System.Nullable`1<Vector3>", "System.Nullable`1<Vector3>", "Microsoft.Xna.Framework.Matrix&" }, ReturnType = typeof(void))]
26 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Microsoft.Xna.Framework.Matrix", Member = "CreateFromAxisAngle", MemberParameters = new object[]
27 {
28 "Microsoft.Xna.Framework.Vector3",
29 typeof(float)
30 }, ReturnType = "Microsoft.Xna.Framework.Matrix")]
31 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Microsoft.Xna.Framework.Matrix", Member = "CreateFromAxisAngle", MemberParameters = new object[]
32 {
33 "Microsoft.Xna.Framework.Vector3&",
34 typeof(float),
35 "Microsoft.Xna.Framework.Matrix&"
36 }, ReturnType = typeof(void))]
37 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Microsoft.Xna.Framework.Matrix", Member = "CreatePerspective", MemberParameters = new object[]
38 {
39 typeof(float),
40 typeof(float),
41 typeof(float),
42 typeof(float)
43 }, ReturnType = "Microsoft.Xna.Framework.Matrix")]
44 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Microsoft.Xna.Framework.Matrix", Member = "CreatePerspective", MemberParameters = new object[]
45 {
46 typeof(float),
47 typeof(float),
48 typeof(float),
49 typeof(float),
50 "Microsoft.Xna.Framework.Matrix&"
51 }, ReturnType = typeof(void))]
52 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Microsoft.Xna.Framework.Matrix", Member = "CreatePerspectiveOffCenter", MemberParameters = new object[]
53 {
54 typeof(float),
55 typeof(float),
56 typeof(float),
57 typeof(float),
58 typeof(float),
59 typeof(float)
60 }, ReturnType = "Microsoft.Xna.Framework.Matrix")]
61 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Microsoft.Xna.Framework.Matrix", Member = "CreatePerspectiveOffCenter", MemberParameters = new object[]
62 {
63 typeof(float),
64 typeof(float),
65 typeof(float),
66 typeof(float),
67 typeof(float),
68 typeof(float),
69 "Microsoft.Xna.Framework.Matrix&"
70 }, ReturnType = typeof(void))]
71 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Microsoft.Xna.Framework.Matrix", Member = "Lerp", MemberParameters = new object[]
72 {
73 "Microsoft.Xna.Framework.Matrix",
74 "Microsoft.Xna.Framework.Matrix",
75 typeof(float)
76 }, ReturnType = "Microsoft.Xna.Framework.Matrix")]
77 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Microsoft.Xna.Framework.Matrix", Member = "Lerp", MemberParameters = new object[]
78 {
79 "Microsoft.Xna.Framework.Matrix&",
80 "Microsoft.Xna.Framework.Matrix&",
81 typeof(float),
82 "Microsoft.Xna.Framework.Matrix&"
83 }, ReturnType = typeof(void))]
84 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Microsoft.Xna.Framework.Matrix", Member = "GetHashCode", ReturnType = typeof(int))]
85 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Microsoft.Xna.Framework.Plane", Member = "Transform", MemberParameters = new object[] { "Microsoft.Xna.Framework.Plane&", "Microsoft.Xna.Framework.Quaternion&", "Microsoft.Xna.Framework.Plane&" }, ReturnType = typeof(void))]
86 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Microsoft.Xna.Framework.Plane", Member = "Transform", MemberParameters = new object[] { "Microsoft.Xna.Framework.Plane&", "Microsoft.Xna.Framework.Matrix&", "Microsoft.Xna.Framework.Plane&" }, ReturnType = typeof(void))]
87 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Microsoft.Xna.Framework.Plane", Member = "Transform", MemberParameters = new object[] { "Microsoft.Xna.Framework.Plane", "Microsoft.Xna.Framework.Quaternion" }, ReturnType = "Microsoft.Xna.Framework.Plane")]
88 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Microsoft.Xna.Framework.Plane", Member = "Transform", MemberParameters = new object[] { "Microsoft.Xna.Framework.Plane", "Microsoft.Xna.Framework.Matrix" }, ReturnType = "Microsoft.Xna.Framework.Plane")]
89 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Microsoft.Xna.Framework.Vector2", Member = "Transform", MemberParameters = new object[] { "Microsoft.Xna.Framework.Vector2", "Microsoft.Xna.Framework.Quaternion" }, ReturnType = "Microsoft.Xna.Framework.Vector2")]
90 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Microsoft.Xna.Framework.Vector2", Member = "Transform", MemberParameters = new object[] { "Microsoft.Xna.Framework.Vector2&", "Microsoft.Xna.Framework.Quaternion&", "Microsoft.Xna.Framework.Vector2&" }, ReturnType = typeof(void))]
91 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Microsoft.Xna.Framework.Vector2", Member = "Transform", MemberParameters = new object[] { "Microsoft.Xna.Framework.Vector2[]", "Microsoft.Xna.Framework.Matrix&", "Microsoft.Xna.Framework.Vector2[]" }, ReturnType = typeof(void))]
92 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Microsoft.Xna.Framework.Vector2", Member = "Transform", MemberParameters = new object[] { "Microsoft.Xna.Framework.Vector2[]", "Microsoft.Xna.Framework.Quaternion&", "Microsoft.Xna.Framework.Vector2[]" }, ReturnType = typeof(void))]
93 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Microsoft.Xna.Framework.Vector2", Member = "Transform", MemberParameters = new object[]
94 {
95 "Microsoft.Xna.Framework.Vector2[]",
96 typeof(int),
97 "Microsoft.Xna.Framework.Matrix&",
98 "Microsoft.Xna.Framework.Vector2[]",
99 typeof(int),
100 typeof(int)
101 }, ReturnType = typeof(void))]
102 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Microsoft.Xna.Framework.Vector2", Member = "Transform", MemberParameters = new object[]
103 {
104 "Microsoft.Xna.Framework.Vector2[]",
105 typeof(int),
106 "Microsoft.Xna.Framework.Quaternion&",
107 "Microsoft.Xna.Framework.Vector2[]",
108 typeof(int),
109 typeof(int)
110 }, ReturnType = typeof(void))]
111 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Microsoft.Xna.Framework.Vector2", Member = "TransformNormal", MemberParameters = new object[] { "Microsoft.Xna.Framework.Vector2[]", "Microsoft.Xna.Framework.Matrix&", "Microsoft.Xna.Framework.Vector2[]" }, ReturnType = typeof(void))]
112 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Microsoft.Xna.Framework.Vector2", Member = "TransformNormal", MemberParameters = new object[]
113 {
114 "Microsoft.Xna.Framework.Vector2[]",
115 typeof(int),
116 "Microsoft.Xna.Framework.Matrix&",
117 "Microsoft.Xna.Framework.Vector2[]",
118 typeof(int),
119 typeof(int)
120 }, ReturnType = typeof(void))]
121 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Microsoft.Xna.Framework.Vector3", Member = "Transform", MemberParameters = new object[] { "Microsoft.Xna.Framework.Vector3", "Microsoft.Xna.Framework.Quaternion" }, ReturnType = "Microsoft.Xna.Framework.Vector3")]
122 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Microsoft.Xna.Framework.Vector3", Member = "Transform", MemberParameters = new object[] { "Microsoft.Xna.Framework.Vector3[]", "Microsoft.Xna.Framework.Matrix&", "Microsoft.Xna.Framework.Vector3[]" }, ReturnType = typeof(void))]
123 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Microsoft.Xna.Framework.Vector3", Member = "Transform", MemberParameters = new object[] { "Microsoft.Xna.Framework.Vector3[]", "Microsoft.Xna.Framework.Quaternion&", "Microsoft.Xna.Framework.Vector3[]" }, ReturnType = typeof(void))]
124 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Microsoft.Xna.Framework.Vector3", Member = "Transform", MemberParameters = new object[]
125 {
126 "Microsoft.Xna.Framework.Vector3[]",
127 typeof(int),
128 "Microsoft.Xna.Framework.Matrix&",
129 "Microsoft.Xna.Framework.Vector3[]",
130 typeof(int),
131 typeof(int)
132 }, ReturnType = typeof(void))]
133 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Microsoft.Xna.Framework.Vector3", Member = "Transform", MemberParameters = new object[]
134 {
135 "Microsoft.Xna.Framework.Vector3[]",
136 typeof(int),
137 "Microsoft.Xna.Framework.Quaternion&",
138 "Microsoft.Xna.Framework.Vector3[]",
139 typeof(int),
140 typeof(int)
141 }, ReturnType = typeof(void))]
142 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Microsoft.Xna.Framework.Vector3", Member = "Transform", MemberParameters = new object[] { "Microsoft.Xna.Framework.Vector3&", "Microsoft.Xna.Framework.Quaternion&", "Microsoft.Xna.Framework.Vector3&" }, ReturnType = typeof(void))]
143 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Microsoft.Xna.Framework.Vector3", Member = "TransformNormal", MemberParameters = new object[] { "Microsoft.Xna.Framework.Vector3[]", "Microsoft.Xna.Framework.Matrix&", "Microsoft.Xna.Framework.Vector3[]" }, ReturnType = typeof(void))]
144 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Microsoft.Xna.Framework.Vector3", Member = "TransformNormal", MemberParameters = new object[]
145 {
146 "Microsoft.Xna.Framework.Vector3[]",
147 typeof(int),
148 "Microsoft.Xna.Framework.Matrix&",
149 "Microsoft.Xna.Framework.Vector3[]",
150 typeof(int),
151 typeof(int)
152 }, ReturnType = typeof(void))]
153 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Microsoft.Xna.Framework.Vector4", Member = "Transform", MemberParameters = new object[] { "Microsoft.Xna.Framework.Vector2", "Microsoft.Xna.Framework.Quaternion" }, ReturnType = "Microsoft.Xna.Framework.Vector4")]
154 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Microsoft.Xna.Framework.Vector4", Member = "Transform", MemberParameters = new object[] { "Microsoft.Xna.Framework.Vector3", "Microsoft.Xna.Framework.Quaternion" }, ReturnType = "Microsoft.Xna.Framework.Vector4")]
155 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Microsoft.Xna.Framework.Vector4", Member = "Transform", MemberParameters = new object[] { "Microsoft.Xna.Framework.Vector4", "Microsoft.Xna.Framework.Quaternion" }, ReturnType = "Microsoft.Xna.Framework.Vector4")]
156 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Microsoft.Xna.Framework.Vector4", Member = "Transform", MemberParameters = new object[] { "Microsoft.Xna.Framework.Vector2&", "Microsoft.Xna.Framework.Quaternion&", "Microsoft.Xna.Framework.Vector4&" }, ReturnType = typeof(void))]
157 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Microsoft.Xna.Framework.Vector4", Member = "Transform", MemberParameters = new object[] { "Microsoft.Xna.Framework.Vector3&", "Microsoft.Xna.Framework.Quaternion&", "Microsoft.Xna.Framework.Vector4&" }, ReturnType = typeof(void))]
158 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Microsoft.Xna.Framework.Vector4", Member = "Transform", MemberParameters = new object[] { "Microsoft.Xna.Framework.Vector4&", "Microsoft.Xna.Framework.Quaternion&", "Microsoft.Xna.Framework.Vector4&" }, ReturnType = typeof(void))]
159 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Microsoft.Xna.Framework.Vector4", Member = "Transform", MemberParameters = new object[] { "Microsoft.Xna.Framework.Vector4[]", "Microsoft.Xna.Framework.Quaternion&", "Microsoft.Xna.Framework.Vector4[]" }, ReturnType = typeof(void))]
160 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Microsoft.Xna.Framework.Vector4", Member = "Transform", MemberParameters = new object[] { "Microsoft.Xna.Framework.Vector4[]", "Microsoft.Xna.Framework.Matrix&", "Microsoft.Xna.Framework.Vector4[]" }, ReturnType = typeof(void))]
161 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Microsoft.Xna.Framework.Vector4", Member = "Transform", MemberParameters = new object[]
162 {
163 "Microsoft.Xna.Framework.Vector4[]",
164 typeof(int),
165 "Microsoft.Xna.Framework.Matrix&",
166 "Microsoft.Xna.Framework.Vector4[]",
167 typeof(int),
168 typeof(int)
169 }, ReturnType = typeof(void))]
170 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Microsoft.Xna.Framework.Vector4", Member = "Transform", MemberParameters = new object[]
171 {
172 "Microsoft.Xna.Framework.Vector4[]",
173 typeof(int),
174 "Microsoft.Xna.Framework.Quaternion&",
175 "Microsoft.Xna.Framework.Vector4[]",
176 typeof(int),
177 typeof(int)
178 }, ReturnType = typeof(void))]
179 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Microsoft.Xna.Framework.Game", Member = "Run", ReturnType = typeof(void))]
180 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Microsoft.Xna.Framework.GameWindow", Member = "EndScreenDeviceChange", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
181 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Microsoft.Xna.Framework.GameWindow", Member = "OnPaint", ReturnType = typeof(void))]
182 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Microsoft.Xna.Framework.UnityGameWindow", Member = "get_ClientBounds", ReturnType = "Microsoft.Xna.Framework.Rectangle")]
183 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Microsoft.Xna.Framework.UnityGameWindow", Member = "EndScreenDeviceChange", MemberParameters = new object[]
184 {
185 typeof(string),
186 typeof(int),
187 typeof(int)
188 }, ReturnType = typeof(void))]
189 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Microsoft.Xna.Framework.UnityGameWindow", Member = "get_Handle", ReturnType = typeof(global::System.IntPtr))]
190 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Microsoft.Xna.Framework.UnityGameWindow", Member = "get_ScreenDeviceName", ReturnType = typeof(string))]
191 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.GameContent.Creative.CreativePowers.APerPlayerSliderPower", Member = "ProvidePowerButtons", MemberParameters = new object[] { "Terraria.GameContent.Creative.CreativePowerUIElementRequestInfo", "System.Collections.Generic.List`1<UIElement>" }, ReturnType = typeof(void))]
192 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.GameContent.Creative.CreativePowers.ASharedSliderPower", Member = "ProvidePowerButtons", MemberParameters = new object[] { "Terraria.GameContent.Creative.CreativePowerUIElementRequestInfo", "System.Collections.Generic.List`1<UIElement>" }, ReturnType = typeof(void))]
193 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Type), Member = "FormatTypeName", MemberParameters = new object[] { typeof(bool) }, ReturnType = typeof(string))]
194 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.NotImplemented), Member = "get_ByDesign", ReturnType = typeof(global::System.Exception))]
195 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.RuntimeType), Member = "GetCachedName", MemberParameters = new object[] { typeof(global::System.TypeNameKind) }, ReturnType = typeof(string))]
196 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Cryptography.AsymmetricAlgorithm), Member = "get_SignatureAlgorithm", ReturnType = typeof(string))]
197 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Cryptography.AsymmetricAlgorithm), Member = "get_KeyExchangeAlgorithm", ReturnType = typeof(string))]
198 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Cryptography.AsymmetricAlgorithm), Member = "FromXmlString", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
199 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Cryptography.AsymmetricAlgorithm), Member = "ToXmlString", MemberParameters = new object[] { typeof(bool) }, ReturnType = typeof(string))]
200 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Cryptography.RandomNumberGenerator), Member = "GetNonZeroBytes", MemberParameters = new object[] { typeof(byte[]) }, ReturnType = typeof(void))]
201 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.Module), Member = "GetModuleVersionId", ReturnType = typeof(global::System.Guid))]
202 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.Assembly), Member = "get_CodeBase", ReturnType = typeof(string))]
203 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.Assembly), Member = "get_EscapedCodeBase", ReturnType = typeof(string))]
204 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.Assembly), Member = "get_FullName", ReturnType = typeof(string))]
205 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.Assembly), Member = "get_MonoAssembly", ReturnType = typeof(global::System.IntPtr))]
206 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.Assembly), Member = "get_Location", ReturnType = typeof(string))]
207 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.Assembly), Member = "GetObjectData", MemberParameters = new object[]
208 {
209 typeof(global::System.Runtime.Serialization.SerializationInfo),
210 typeof(global::System.Runtime.Serialization.StreamingContext)
211 }, ReturnType = typeof(void))]
212 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.Assembly), Member = "IsDefined", MemberParameters = new object[]
213 {
214 typeof(global::System.Type),
215 typeof(bool)
216 }, ReturnType = typeof(bool))]
217 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.Assembly), Member = "GetCustomAttributes", MemberParameters = new object[] { typeof(bool) }, ReturnType = typeof(object[]))]
218 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.Assembly), Member = "GetCustomAttributes", MemberParameters = new object[]
219 {
220 typeof(global::System.Type),
221 typeof(bool)
222 }, ReturnType = typeof(object[]))]
223 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.Assembly), Member = "GetManifestResourceStream", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(global::System.IO.Stream))]
224 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.Assembly), Member = "GetName", MemberParameters = new object[] { typeof(bool) }, ReturnType = typeof(global::System.Reflection.AssemblyName))]
225 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.Assembly), Member = "LoadWithPartialName", MemberParameters = new object[]
226 {
227 typeof(string),
228 typeof(global::System.Security.Policy.Evidence),
229 typeof(bool)
230 }, ReturnType = typeof(global::System.Reflection.Assembly))]
231 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.Assembly), Member = "GetModulesInternal", ReturnType = typeof(global::System.Reflection.Module[]))]
232 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.Assembly), Member = "GetManifestResourceNames", ReturnType = typeof(string[]))]
233 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.Assembly), Member = "GetManifestResourceInfo", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(global::System.Reflection.ManifestResourceInfo))]
234 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.Assembly), Member = "get_ReflectionOnly", ReturnType = typeof(bool))]
235 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Globalization.CompareInfo), Member = "IndexOfCore", MemberParameters = new object[]
236 {
237 typeof(string),
238 typeof(string),
239 typeof(int),
240 typeof(int),
241 typeof(global::System.Globalization.CompareOptions),
242 typeof(int*)
243 }, ReturnType = typeof(int))]
244 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Globalization.SortKey), Member = ".ctor", MemberParameters = new object[]
245 {
246 typeof(string),
247 typeof(string),
248 typeof(global::System.Globalization.CompareOptions),
249 typeof(byte[])
250 }, ReturnType = typeof(void))]
251 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Diagnostics.StackTrace), Member = ".ctor", MemberParameters = new object[]
252 {
253 typeof(global::System.Threading.Thread),
254 typeof(bool)
255 }, ReturnType = typeof(void))]
256 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Security.Authentication.ExtendedProtection.ExtendedProtectionPolicy", Member = ".ctor", MemberParameters = new object[]
257 {
258 typeof(global::System.Runtime.Serialization.SerializationInfo),
259 typeof(global::System.Runtime.Serialization.StreamingContext)
260 }, ReturnType = typeof(void))]
261 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Security.Authentication.ExtendedProtection.ExtendedProtectionPolicy", Member = "get_CustomChannelBinding", ReturnType = "System.Security.Authentication.ExtendedProtection.ChannelBinding")]
262 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Security.Authentication.ExtendedProtection.ExtendedProtectionPolicy", Member = "get_PolicyEnforcement", ReturnType = "System.Security.Authentication.ExtendedProtection.PolicyEnforcement")]
263 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Security.Authentication.ExtendedProtection.ExtendedProtectionPolicy", Member = "System.Runtime.Serialization.ISerializable.GetObjectData", MemberParameters = new object[]
264 {
265 typeof(global::System.Runtime.Serialization.SerializationInfo),
266 typeof(global::System.Runtime.Serialization.StreamingContext)
267 }, ReturnType = typeof(void))]
268 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Security.Authentication.ExtendedProtection.ExtendedProtectionPolicyTypeConverter", Member = "CanConvertTo", MemberParameters = new object[]
269 {
270 "System.ComponentModel.ITypeDescriptorContext",
271 typeof(global::System.Type)
272 }, ReturnType = typeof(bool))]
273 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Security.Authentication.ExtendedProtection.ExtendedProtectionPolicyTypeConverter", Member = "ConvertTo", MemberParameters = new object[]
274 {
275 "System.ComponentModel.ITypeDescriptorContext",
276 typeof(global::System.Globalization.CultureInfo),
277 typeof(object),
278 typeof(global::System.Type)
279 }, ReturnType = typeof(object))]
280 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.AuthenticationManager", Member = "GetMustImplement", ReturnType = typeof(global::System.Exception))]
281 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.HttpListener", Member = "get_TimeoutManager", ReturnType = "System.Net.HttpListenerTimeoutManager")]
282 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.HttpListenerContext", Member = "AcceptWebSocketAsync", MemberParameters = new object[] { typeof(string) }, ReturnType = "System.Threading.Tasks.Task`1<HttpListenerWebSocketContext>")]
283 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.HttpListenerContext", Member = "AcceptWebSocketAsync", MemberParameters = new object[]
284 {
285 typeof(string),
286 typeof(global::System.TimeSpan)
287 }, ReturnType = "System.Threading.Tasks.Task`1<HttpListenerWebSocketContext>")]
288 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.HttpListenerContext", Member = "AcceptWebSocketAsync", MemberParameters = new object[]
289 {
290 typeof(string),
291 typeof(int),
292 typeof(global::System.TimeSpan)
293 }, ReturnType = "System.Threading.Tasks.Task`1<HttpListenerWebSocketContext>")]
294 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.HttpListenerContext", Member = "AcceptWebSocketAsync", MemberParameters = new object[]
295 {
296 typeof(string),
297 typeof(int),
298 typeof(global::System.TimeSpan),
299 "System.ArraySegment`1<Byte>"
300 }, ReturnType = "System.Threading.Tasks.Task`1<HttpListenerWebSocketContext>")]
301 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.HttpListenerRequest.Context", Member = "GetChannelBinding", MemberParameters = new object[] { "System.Security.Authentication.ExtendedProtection.ChannelBindingKind" }, ReturnType = "System.Security.Authentication.ExtendedProtection.ChannelBinding")]
302 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.HttpListenerTimeoutManager", Member = "get_EntityBody", ReturnType = typeof(global::System.TimeSpan))]
303 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.HttpListenerTimeoutManager", Member = "set_EntityBody", MemberParameters = new object[] { typeof(global::System.TimeSpan) }, ReturnType = typeof(void))]
304 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.HttpListenerTimeoutManager", Member = "get_DrainEntityBody", ReturnType = typeof(global::System.TimeSpan))]
305 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.HttpListenerTimeoutManager", Member = "set_DrainEntityBody", MemberParameters = new object[] { typeof(global::System.TimeSpan) }, ReturnType = typeof(void))]
306 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.HttpListenerTimeoutManager", Member = "get_RequestQueue", ReturnType = typeof(global::System.TimeSpan))]
307 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.HttpListenerTimeoutManager", Member = "set_RequestQueue", MemberParameters = new object[] { typeof(global::System.TimeSpan) }, ReturnType = typeof(void))]
308 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.HttpListenerTimeoutManager", Member = "get_IdleConnection", ReturnType = typeof(global::System.TimeSpan))]
309 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.HttpListenerTimeoutManager", Member = "set_IdleConnection", MemberParameters = new object[] { typeof(global::System.TimeSpan) }, ReturnType = typeof(void))]
310 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.HttpListenerTimeoutManager", Member = "get_HeaderWait", ReturnType = typeof(global::System.TimeSpan))]
311 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.HttpListenerTimeoutManager", Member = "set_HeaderWait", MemberParameters = new object[] { typeof(global::System.TimeSpan) }, ReturnType = typeof(void))]
312 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.HttpListenerTimeoutManager", Member = "get_MinSendBytesPerSecond", ReturnType = typeof(long))]
313 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.HttpListenerTimeoutManager", Member = "set_MinSendBytesPerSecond", MemberParameters = new object[] { typeof(long) }, ReturnType = typeof(void))]
314 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.HttpWebRequest", Member = "GetMustImplement", ReturnType = typeof(global::System.Exception))]
315 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.HttpWebRequest", Member = "GetRequestStream", MemberParameters = new object[] { "System.Net.TransportContext&" }, ReturnType = typeof(global::System.IO.Stream))]
316 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.HttpWebResponse", Member = "GetMustImplement", ReturnType = typeof(global::System.Exception))]
317 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.ServicePointManager", Member = "GetMustImplement", ReturnType = typeof(global::System.Exception))]
318 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.ServicePointManager", Member = "set_ReusePort", MemberParameters = new object[] { typeof(bool) }, ReturnType = typeof(void))]
319 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.NetworkInformation.NetworkInterface", Member = "get_Description", ReturnType = typeof(string))]
320 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.NetworkInformation.NetworkInterface", Member = "GetIPProperties", ReturnType = "System.Net.NetworkInformation.IPInterfaceProperties")]
321 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.NetworkInformation.NetworkInterface", Member = "get_OperationalStatus", ReturnType = "System.Net.NetworkInformation.OperationalStatus")]
322 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.NetworkInformation.NetworkInterface", Member = "get_NetworkInterfaceType", ReturnType = "System.Net.NetworkInformation.NetworkInterfaceType")]
323 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.NetworkInformation.IPGlobalPropertiesFactoryPal", Member = "Create", ReturnType = "System.Net.NetworkInformation.IPGlobalProperties")]
324 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.NetworkInformation.NetworkInterfaceFactoryPal", Member = "Create", ReturnType = "System.Net.NetworkInformation.NetworkInterfaceFactory")]
325 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.Cache.RequestCacheValidator", Member = "CreateValidator", ReturnType = typeof(object))]
326 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.Cache.RequestCacheProtocol", Member = ".ctor", MemberParameters = new object[]
327 {
328 typeof(object),
329 typeof(object)
330 }, ReturnType = typeof(void))]
331 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.XmlResolver", Member = "GetEntityAsync", MemberParameters = new object[]
332 {
333 "System.Uri",
334 typeof(string),
335 typeof(global::System.Type)
336 }, ReturnType = "System.Threading.Tasks.Task`1<Object>")]
337 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Linq.JObject", Member = "System.Collections.Generic.IDictionary<System.String,Newtonsoft.Json.Linq.JToken>.get_Values", ReturnType = "System.Collections.Generic.ICollection`1<JToken>")]
338 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.Texture", Member = "set_width", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(void))]
339 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.Texture", Member = "set_height", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(void))]
340 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.UI.Collections.IndexedSet`1", Member = "GetEnumerator", ReturnType = "System.Collections.Generic.IEnumerator`1<T>")]
341 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Ionic.Zip.OffsetStream", Member = "Write", MemberParameters = new object[]
342 {
343 "System.Byte[]",
344 typeof(int),
345 typeof(int)
346 }, ReturnType = typeof(void))]
347 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Ionic.Zip.OffsetStream", Member = "SetLength", MemberParameters = new object[] { typeof(long) }, ReturnType = typeof(void))]
348 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Ionic.BZip2.BZip2InputStream", Member = "get_Length", ReturnType = typeof(long))]
349 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Ionic.BZip2.BZip2InputStream", Member = "set_Position", MemberParameters = new object[] { typeof(long) }, ReturnType = typeof(void))]
350 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Ionic.BZip2.BZip2InputStream", Member = "Seek", MemberParameters = new object[]
351 {
352 typeof(long),
353 typeof(global::System.IO.SeekOrigin)
354 }, ReturnType = typeof(long))]
355 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Ionic.BZip2.BZip2InputStream", Member = "SetLength", MemberParameters = new object[] { typeof(long) }, ReturnType = typeof(void))]
356 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Ionic.BZip2.BZip2InputStream", Member = "Write", MemberParameters = new object[]
357 {
358 "System.Byte[]",
359 typeof(int),
360 typeof(int)
361 }, ReturnType = typeof(void))]
362 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Ionic.BZip2.BZip2OutputStream", Member = "get_Length", ReturnType = typeof(long))]
363 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Ionic.BZip2.BZip2OutputStream", Member = "set_Position", MemberParameters = new object[] { typeof(long) }, ReturnType = typeof(void))]
364 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Ionic.BZip2.BZip2OutputStream", Member = "Seek", MemberParameters = new object[]
365 {
366 typeof(long),
367 typeof(global::System.IO.SeekOrigin)
368 }, ReturnType = typeof(long))]
369 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Ionic.BZip2.BZip2OutputStream", Member = "SetLength", MemberParameters = new object[] { typeof(long) }, ReturnType = typeof(void))]
370 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Ionic.BZip2.BZip2OutputStream", Member = "Read", MemberParameters = new object[]
371 {
372 "System.Byte[]",
373 typeof(int),
374 typeof(int)
375 }, ReturnType = typeof(int))]
376 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Ionic.Zlib.DeflateStream", Member = "get_Length", ReturnType = typeof(long))]
377 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Ionic.Zlib.DeflateStream", Member = "set_Position", MemberParameters = new object[] { typeof(long) }, ReturnType = typeof(void))]
378 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Ionic.Zlib.DeflateStream", Member = "Seek", MemberParameters = new object[]
379 {
380 typeof(long),
381 typeof(global::System.IO.SeekOrigin)
382 }, ReturnType = typeof(long))]
383 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Ionic.Zlib.DeflateStream", Member = "SetLength", MemberParameters = new object[] { typeof(long) }, ReturnType = typeof(void))]
384 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Ionic.Zlib.GZipStream", Member = "get_Length", ReturnType = typeof(long))]
385 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Ionic.Zlib.GZipStream", Member = "set_Position", MemberParameters = new object[] { typeof(long) }, ReturnType = typeof(void))]
386 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Ionic.Zlib.GZipStream", Member = "Seek", MemberParameters = new object[]
387 {
388 typeof(long),
389 typeof(global::System.IO.SeekOrigin)
390 }, ReturnType = typeof(long))]
391 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Ionic.Zlib.GZipStream", Member = "SetLength", MemberParameters = new object[] { typeof(long) }, ReturnType = typeof(void))]
392 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Ionic.Zlib.ZlibBaseStream", Member = "Seek", MemberParameters = new object[]
393 {
394 typeof(long),
395 typeof(global::System.IO.SeekOrigin)
396 }, ReturnType = typeof(long))]
397 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Ionic.Zlib.ZlibBaseStream", Member = "get_Position", ReturnType = typeof(long))]
398 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Ionic.Zlib.ZlibBaseStream", Member = "set_Position", MemberParameters = new object[] { typeof(long) }, ReturnType = typeof(void))]
399 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Mono.Security.X509.X501", Member = "ReadValue", MemberParameters = new object[]
400 {
401 typeof(string),
402 typeof(ref int)
403 }, ReturnType = typeof(string))]
404 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Linq.Enumerable.Iterator`1", Member = "System.Collections.IEnumerator.Reset", ReturnType = typeof(void))]
405 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 146)]
406 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.SystemException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
407 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
409 {
410 throw null;
411 }
412
413 [global::Cpp2ILInjected.Token(Token = "0x6000844")]
414 [global::Cpp2ILInjected.Address(RVA = "0x1C37690", Offset = "0x1C37690", Length = "0x24")]
415 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
416 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Mono.Globalization.Unicode.MSCompatUnicodeTable), Member = "BuildTailoringTables", MemberParameters = new object[]
417 {
418 typeof(global::System.Globalization.CultureInfo),
419 typeof(Mono.Globalization.Unicode.TailoringInfo),
420 typeof(ref Mono.Globalization.Unicode.Contraction[]),
421 typeof(ref Mono.Globalization.Unicode.Level2Map[])
422 }, ReturnType = typeof(void))]
423 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Mono.Security.Cryptography.SymmetricTransform), Member = "Transform", MemberParameters = new object[]
424 {
425 typeof(byte[]),
426 typeof(byte[])
427 }, ReturnType = typeof(void))]
428 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.TypedReference), Member = "SetTypedReference", MemberParameters = new object[]
429 {
430 typeof(global::System.TypedReference),
431 typeof(object)
432 }, ReturnType = typeof(void))]
433 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Cryptography.DSA), Member = "DerivedClassMustOverride", ReturnType = typeof(global::System.Exception))]
434 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Cryptography.RC2CryptoServiceProvider), Member = "CreateEncryptor", MemberParameters = new object[]
435 {
436 typeof(byte[]),
437 typeof(byte[])
438 }, ReturnType = typeof(global::System.Security.Cryptography.ICryptoTransform))]
439 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Cryptography.RC2CryptoServiceProvider), Member = "CreateDecryptor", MemberParameters = new object[]
440 {
441 typeof(byte[]),
442 typeof(byte[])
443 }, ReturnType = typeof(global::System.Security.Cryptography.ICryptoTransform))]
444 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Cryptography.RSA), Member = "DerivedClassMustOverride", ReturnType = typeof(global::System.Exception))]
445 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Cryptography.RSACryptoServiceProvider), Member = "InternalHashToHashAlgorithm", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(global::System.Security.Cryptography.HashAlgorithm))]
446 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.Assembly), Member = "CreateNIE", ReturnType = typeof(global::System.Exception))]
447 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Globalization.CultureInfo), Member = "CreateSpecificCultureFromNeutral", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(global::System.Globalization.CultureInfo))]
448 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Globalization.CultureInfo), Member = "get_CalendarType", ReturnType = typeof(int))]
449 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Globalization.CultureInfo), Member = "CreateCalendar", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(global::System.Globalization.Calendar))]
450 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Globalization.RegionInfo), Member = ".ctor", MemberParameters = new object[] { typeof(global::System.Globalization.CultureInfo) }, ReturnType = typeof(void))]
451 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.NotImplemented", Member = "ByDesignWithMessage", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(global::System.Exception))]
452 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.ExceptionHelper", Member = "get_MethodNotImplementedException", ReturnType = typeof(global::System.NotImplementedException))]
453 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.ExceptionHelper", Member = "get_PropertyNotImplementedException", ReturnType = typeof(global::System.NotImplementedException))]
454 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.HttpWebRequest", Member = "Redirect", MemberParameters = new object[] { "System.Net.HttpStatusCode", "System.Net.WebResponse" }, ReturnType = typeof(bool))]
455 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.Sockets.Socket", Member = "SocketOperationToSocketAsyncOperation", MemberParameters = new object[] { "System.Net.Sockets.SocketOperation" }, ReturnType = "System.Net.Sockets.SocketAsyncOperation")]
456 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.IO.Compression.DeflateStream", Member = ".ctor", MemberParameters = new object[]
457 {
458 typeof(global::System.IO.Stream),
459 "System.IO.Compression.CompressionMode",
460 typeof(bool),
461 typeof(bool)
462 }, ReturnType = typeof(void))]
463 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Mono.Security.X509.PKCS12", Member = "Decode", MemberParameters = new object[] { "System.Byte[]" }, ReturnType = typeof(void))]
464 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 20)]
465 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.SystemException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
466 public NotImplementedException(string message)
467 {
468 throw null;
469 }
470
471 [global::Cpp2ILInjected.Token(Token = "0x6000845")]
472 [global::Cpp2ILInjected.Address(RVA = "0x1C376B4", Offset = "0x1C376B4", Length = "0x8")]
473 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
474 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.SystemException), Member = ".ctor", MemberParameters = new object[]
475 {
476 typeof(global::System.Runtime.Serialization.SerializationInfo),
477 typeof(global::System.Runtime.Serialization.StreamingContext)
478 }, ReturnType = typeof(void))]
479 protected NotImplementedException(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context)
480 {
481 throw null;
482 }
483 }
484}
class f__AnonymousType0<< Count > j__TPar
NotImplementedException(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context)