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
PlatformNotSupportedException.cs
Go to the documentation of this file.
1using System;
3using System.IO;
11using Mono;
12using Unity;
13
14namespace System
15{
16 [global::Cpp2ILInjected.Token(Token = "0x20000EF")]
17 [global::System.Serializable]
19 {
20 [global::Cpp2ILInjected.Token(Token = "0x60008E2")]
21 [global::Cpp2ILInjected.Address(RVA = "0x1C45290", Offset = "0x1C45290", Length = "0x5C")]
22 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
23 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeParse), Member = "Lex", MemberParameters = new object[]
24 {
25 typeof(global::System.DateTimeParse.DS),
26 typeof(ref global::System.__DTString),
27 typeof(ref global::System.DateTimeToken),
28 typeof(ref global::System.DateTimeRawInfo),
29 typeof(ref global::System.DateTimeResult),
30 typeof(ref global::System.Globalization.DateTimeFormatInfo),
31 typeof(global::System.Globalization.DateTimeStyles)
32 }, ReturnType = typeof(bool))]
33 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeParse), Member = "GetJapaneseCalendarDefaultInstance", ReturnType = typeof(global::System.Globalization.Calendar))]
34 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeParse), Member = "GetTaiwanCalendarDefaultInstance", ReturnType = typeof(global::System.Globalization.Calendar))]
35 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.OperatingSystem), Member = "GetObjectData", MemberParameters = new object[]
36 {
37 typeof(global::System.Runtime.Serialization.SerializationInfo),
38 typeof(global::System.Runtime.Serialization.StreamingContext)
39 }, ReturnType = typeof(void))]
40 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.RuntimeType), Member = "MakeGenericType", MemberParameters = new object[] { typeof(global::System.Type[]) }, ReturnType = typeof(global::System.Type))]
41 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Cryptography.Rfc2898DeriveBytes), Member = "CryptDeriveKey", MemberParameters = new object[]
42 {
43 typeof(string),
44 typeof(string),
45 typeof(int),
46 typeof(byte[])
47 }, ReturnType = typeof(byte[]))]
48 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Cryptography.AsymmetricAlgorithm), Member = "ExportEncryptedPkcs8PrivateKey", MemberParameters = new object[]
49 {
50 typeof(global::System.ReadOnlySpan<byte>),
51 typeof(global::System.Security.Cryptography.PbeParameters)
52 }, ReturnType = typeof(byte[]))]
53 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Cryptography.AsymmetricAlgorithm), Member = "ExportEncryptedPkcs8PrivateKey", MemberParameters = new object[]
54 {
55 typeof(global::System.ReadOnlySpan<char>),
56 typeof(global::System.Security.Cryptography.PbeParameters)
57 }, ReturnType = typeof(byte[]))]
58 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Cryptography.AsymmetricAlgorithm), Member = "ExportPkcs8PrivateKey", ReturnType = typeof(byte[]))]
59 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Cryptography.AsymmetricAlgorithm), Member = "ExportSubjectPublicKeyInfo", ReturnType = typeof(byte[]))]
60 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Cryptography.AsymmetricAlgorithm), Member = "ImportEncryptedPkcs8PrivateKey", MemberParameters = new object[]
61 {
62 typeof(global::System.ReadOnlySpan<byte>),
63 typeof(global::System.ReadOnlySpan<byte>),
64 typeof(ref int)
65 }, ReturnType = typeof(void))]
66 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Cryptography.AsymmetricAlgorithm), Member = "ImportEncryptedPkcs8PrivateKey", MemberParameters = new object[]
67 {
68 typeof(global::System.ReadOnlySpan<char>),
69 typeof(global::System.ReadOnlySpan<byte>),
70 typeof(ref int)
71 }, ReturnType = typeof(void))]
72 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Cryptography.AsymmetricAlgorithm), Member = "ImportPkcs8PrivateKey", MemberParameters = new object[]
73 {
74 typeof(global::System.ReadOnlySpan<byte>),
75 typeof(ref int)
76 }, ReturnType = typeof(void))]
77 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Cryptography.AsymmetricAlgorithm), Member = "ImportSubjectPublicKeyInfo", MemberParameters = new object[]
78 {
79 typeof(global::System.ReadOnlySpan<byte>),
80 typeof(ref int)
81 }, ReturnType = typeof(void))]
82 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Cryptography.AsymmetricAlgorithm), Member = "TryExportEncryptedPkcs8PrivateKey", MemberParameters = new object[]
83 {
84 typeof(global::System.ReadOnlySpan<byte>),
85 typeof(global::System.Security.Cryptography.PbeParameters),
86 typeof(global::System.Span<byte>),
87 typeof(ref int)
88 }, ReturnType = typeof(bool))]
89 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Cryptography.AsymmetricAlgorithm), Member = "TryExportEncryptedPkcs8PrivateKey", MemberParameters = new object[]
90 {
91 typeof(global::System.ReadOnlySpan<char>),
92 typeof(global::System.Security.Cryptography.PbeParameters),
93 typeof(global::System.Span<byte>),
94 typeof(ref int)
95 }, ReturnType = typeof(bool))]
96 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Cryptography.AsymmetricAlgorithm), Member = "TryExportPkcs8PrivateKey", MemberParameters = new object[]
97 {
98 typeof(global::System.Span<byte>),
99 typeof(ref int)
100 }, ReturnType = typeof(bool))]
101 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Cryptography.AsymmetricAlgorithm), Member = "TryExportSubjectPublicKeyInfo", MemberParameters = new object[]
102 {
103 typeof(global::System.Span<byte>),
104 typeof(ref int)
105 }, ReturnType = typeof(bool))]
106 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Cryptography.RSA), Member = "ExportRSAPrivateKey", ReturnType = typeof(byte[]))]
107 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Cryptography.RSA), Member = "ExportRSAPublicKey", ReturnType = typeof(byte[]))]
108 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Cryptography.RSA), Member = "ImportRSAPrivateKey", MemberParameters = new object[]
109 {
110 typeof(global::System.ReadOnlySpan<byte>),
111 typeof(ref int)
112 }, ReturnType = typeof(void))]
113 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Cryptography.RSA), Member = "ImportRSAPublicKey", MemberParameters = new object[]
114 {
115 typeof(global::System.ReadOnlySpan<byte>),
116 typeof(ref int)
117 }, ReturnType = typeof(void))]
118 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Cryptography.RSA), Member = "TryExportRSAPrivateKey", MemberParameters = new object[]
119 {
120 typeof(global::System.Span<byte>),
121 typeof(ref int)
122 }, ReturnType = typeof(bool))]
123 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Cryptography.RSA), Member = "TryExportRSAPublicKey", MemberParameters = new object[]
124 {
125 typeof(global::System.Span<byte>),
126 typeof(ref int)
127 }, ReturnType = typeof(bool))]
128 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Cryptography.CryptoConfig), Member = "AddOID", MemberParameters = new object[]
129 {
130 typeof(string),
131 typeof(string[])
132 }, ReturnType = typeof(void))]
133 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Cryptography.AesCcm), Member = ".ctor", MemberParameters = new object[] { typeof(byte[]) }, ReturnType = typeof(void))]
134 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Cryptography.AesCcm), Member = ".ctor", MemberParameters = new object[] { typeof(global::System.ReadOnlySpan<byte>) }, ReturnType = typeof(void))]
135 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Cryptography.AesCcm), Member = "get_NonceByteSizes", ReturnType = typeof(global::System.Security.Cryptography.KeySizes))]
136 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Cryptography.AesCcm), Member = "get_TagByteSizes", ReturnType = typeof(global::System.Security.Cryptography.KeySizes))]
137 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Cryptography.AesCcm), Member = "Decrypt", MemberParameters = new object[]
138 {
139 typeof(byte[]),
140 typeof(byte[]),
141 typeof(byte[]),
142 typeof(byte[]),
143 typeof(byte[])
144 }, ReturnType = typeof(void))]
145 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Cryptography.AesCcm), Member = "Decrypt", MemberParameters = new object[]
146 {
147 typeof(global::System.ReadOnlySpan<byte>),
148 typeof(global::System.ReadOnlySpan<byte>),
149 typeof(global::System.ReadOnlySpan<byte>),
150 typeof(global::System.Span<byte>),
151 typeof(global::System.ReadOnlySpan<byte>)
152 }, ReturnType = typeof(void))]
153 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Cryptography.AesCcm), Member = "Encrypt", MemberParameters = new object[]
154 {
155 typeof(byte[]),
156 typeof(byte[]),
157 typeof(byte[]),
158 typeof(byte[]),
159 typeof(byte[])
160 }, ReturnType = typeof(void))]
161 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Cryptography.AesCcm), Member = "Encrypt", MemberParameters = new object[]
162 {
163 typeof(global::System.ReadOnlySpan<byte>),
164 typeof(global::System.ReadOnlySpan<byte>),
165 typeof(global::System.Span<byte>),
166 typeof(global::System.Span<byte>),
167 typeof(global::System.ReadOnlySpan<byte>)
168 }, ReturnType = typeof(void))]
169 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Cryptography.AesGcm), Member = ".ctor", MemberParameters = new object[] { typeof(byte[]) }, ReturnType = typeof(void))]
170 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Cryptography.AesGcm), Member = ".ctor", MemberParameters = new object[] { typeof(global::System.ReadOnlySpan<byte>) }, ReturnType = typeof(void))]
171 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Cryptography.AesGcm), Member = "get_NonceByteSizes", ReturnType = typeof(global::System.Security.Cryptography.KeySizes))]
172 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Cryptography.AesGcm), Member = "get_TagByteSizes", ReturnType = typeof(global::System.Security.Cryptography.KeySizes))]
173 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Cryptography.AesGcm), Member = "Decrypt", MemberParameters = new object[]
174 {
175 typeof(byte[]),
176 typeof(byte[]),
177 typeof(byte[]),
178 typeof(byte[]),
179 typeof(byte[])
180 }, ReturnType = typeof(void))]
181 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Cryptography.AesGcm), Member = "Decrypt", MemberParameters = new object[]
182 {
183 typeof(global::System.ReadOnlySpan<byte>),
184 typeof(global::System.ReadOnlySpan<byte>),
185 typeof(global::System.ReadOnlySpan<byte>),
186 typeof(global::System.Span<byte>),
187 typeof(global::System.ReadOnlySpan<byte>)
188 }, ReturnType = typeof(void))]
189 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Cryptography.AesGcm), Member = "Encrypt", MemberParameters = new object[]
190 {
191 typeof(byte[]),
192 typeof(byte[]),
193 typeof(byte[]),
194 typeof(byte[]),
195 typeof(byte[])
196 }, ReturnType = typeof(void))]
197 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Cryptography.AesGcm), Member = "Encrypt", MemberParameters = new object[]
198 {
199 typeof(global::System.ReadOnlySpan<byte>),
200 typeof(global::System.ReadOnlySpan<byte>),
201 typeof(global::System.Span<byte>),
202 typeof(global::System.Span<byte>),
203 typeof(global::System.ReadOnlySpan<byte>)
204 }, ReturnType = typeof(void))]
205 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Cryptography.X509Certificates.X509Certificate), Member = ".ctor", MemberParameters = new object[]
206 {
207 typeof(global::System.Runtime.Serialization.SerializationInfo),
208 typeof(global::System.Runtime.Serialization.StreamingContext)
209 }, ReturnType = typeof(void))]
210 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Cryptography.X509Certificates.X509Certificate), Member = "System.Runtime.Serialization.ISerializable.GetObjectData", MemberParameters = new object[]
211 {
212 typeof(global::System.Runtime.Serialization.SerializationInfo),
213 typeof(global::System.Runtime.Serialization.StreamingContext)
214 }, ReturnType = typeof(void))]
215 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Cryptography.X509Certificates.X509Certificate), Member = "System.Runtime.Serialization.IDeserializationCallback.OnDeserialization", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(void))]
216 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.Missing), Member = "System.Runtime.Serialization.ISerializable.GetObjectData", MemberParameters = new object[]
217 {
218 typeof(global::System.Runtime.Serialization.SerializationInfo),
219 typeof(global::System.Runtime.Serialization.StreamingContext)
220 }, ReturnType = typeof(void))]
221 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.Pointer), Member = "System.Runtime.Serialization.ISerializable.GetObjectData", MemberParameters = new object[]
222 {
223 typeof(global::System.Runtime.Serialization.SerializationInfo),
224 typeof(global::System.Runtime.Serialization.StreamingContext)
225 }, ReturnType = typeof(void))]
226 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.Emit.ConstructorBuilder), Member = "get_Attributes", ReturnType = typeof(global::System.Reflection.MethodAttributes))]
227 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.Emit.ConstructorBuilder), Member = "get_DeclaringType", ReturnType = typeof(global::System.Type))]
228 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.Emit.ConstructorBuilder), Member = "get_Name", ReturnType = typeof(string))]
229 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.Emit.ConstructorBuilder), Member = "GetParameters", ReturnType = typeof(global::System.Reflection.ParameterInfo[]))]
230 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.Emit.ConstructorBuilder), Member = "GetMethodImplementationFlags", ReturnType = typeof(global::System.Reflection.MethodImplAttributes))]
231 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.Emit.ConstructorBuilder), Member = "get_MethodHandle", ReturnType = typeof(global::System.RuntimeMethodHandle))]
232 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.Emit.ConstructorBuilder), Member = "Invoke", MemberParameters = new object[]
233 {
234 typeof(global::System.Reflection.BindingFlags),
235 typeof(global::System.Reflection.Binder),
236 typeof(object[]),
237 typeof(global::System.Globalization.CultureInfo)
238 }, ReturnType = typeof(object))]
239 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.Emit.ConstructorBuilder), Member = "IsDefined", MemberParameters = new object[]
240 {
241 typeof(global::System.Type),
242 typeof(bool)
243 }, ReturnType = typeof(bool))]
244 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.Emit.ConstructorBuilder), Member = "GetCustomAttributes", MemberParameters = new object[] { typeof(bool) }, ReturnType = typeof(object[]))]
245 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.Emit.ConstructorBuilder), Member = "GetCustomAttributes", MemberParameters = new object[]
246 {
247 typeof(global::System.Type),
248 typeof(bool)
249 }, ReturnType = typeof(object[]))]
250 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.Emit.ConstructorBuilder), Member = "get_ReflectedType", ReturnType = typeof(global::System.Type))]
251 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.Emit.ConstructorBuilder), Member = "Invoke", MemberParameters = new object[]
252 {
253 typeof(object),
254 typeof(global::System.Reflection.BindingFlags),
255 typeof(global::System.Reflection.Binder),
256 typeof(object[]),
257 typeof(global::System.Globalization.CultureInfo)
258 }, ReturnType = typeof(object))]
259 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.Emit.DynamicMethod), Member = "get_Attributes", ReturnType = typeof(global::System.Reflection.MethodAttributes))]
260 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.Emit.DynamicMethod), Member = "get_DeclaringType", ReturnType = typeof(global::System.Type))]
261 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.Emit.DynamicMethod), Member = "get_Name", ReturnType = typeof(string))]
262 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.Emit.DynamicMethod), Member = "GetParameters", ReturnType = typeof(global::System.Reflection.ParameterInfo[]))]
263 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.Emit.DynamicMethod), Member = "get_MethodHandle", ReturnType = typeof(global::System.RuntimeMethodHandle))]
264 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.Emit.DynamicMethod), Member = "get_ReflectedType", ReturnType = typeof(global::System.Type))]
265 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.Emit.DynamicMethod), Member = "GetCustomAttributes", MemberParameters = new object[] { typeof(bool) }, ReturnType = typeof(object[]))]
266 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.Emit.DynamicMethod), Member = "GetCustomAttributes", MemberParameters = new object[]
267 {
268 typeof(global::System.Type),
269 typeof(bool)
270 }, ReturnType = typeof(object[]))]
271 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.Emit.DynamicMethod), Member = "GetMethodImplementationFlags", ReturnType = typeof(global::System.Reflection.MethodImplAttributes))]
272 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.Emit.DynamicMethod), Member = "GetBaseDefinition", ReturnType = typeof(global::System.Reflection.MethodInfo))]
273 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.Emit.DynamicMethod), Member = "Invoke", MemberParameters = new object[]
274 {
275 typeof(object),
276 typeof(global::System.Reflection.BindingFlags),
277 typeof(global::System.Reflection.Binder),
278 typeof(object[]),
279 typeof(global::System.Globalization.CultureInfo)
280 }, ReturnType = typeof(object))]
281 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.Emit.DynamicMethod), Member = "IsDefined", MemberParameters = new object[]
282 {
283 typeof(global::System.Type),
284 typeof(bool)
285 }, ReturnType = typeof(bool))]
286 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.Emit.EnumBuilder), Member = "get_Assembly", ReturnType = typeof(global::System.Reflection.Assembly))]
287 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.Emit.EnumBuilder), Member = "get_AssemblyQualifiedName", ReturnType = typeof(string))]
288 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.Emit.EnumBuilder), Member = "get_BaseType", ReturnType = typeof(global::System.Type))]
289 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.Emit.EnumBuilder), Member = "get_FullName", ReturnType = typeof(string))]
290 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.Emit.EnumBuilder), Member = "get_Module", ReturnType = typeof(global::System.Reflection.Module))]
291 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.Emit.EnumBuilder), Member = "get_Name", ReturnType = typeof(string))]
292 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.Emit.EnumBuilder), Member = "get_Namespace", ReturnType = typeof(string))]
293 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.Emit.EnumBuilder), Member = "get_UnderlyingSystemType", ReturnType = typeof(global::System.Type))]
294 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.Emit.EnumBuilder), Member = "GetAttributeFlagsImpl", ReturnType = typeof(global::System.Reflection.TypeAttributes))]
295 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.Emit.EnumBuilder), Member = "GetConstructorImpl", MemberParameters = new object[]
296 {
297 typeof(global::System.Reflection.BindingFlags),
298 typeof(global::System.Reflection.Binder),
299 typeof(global::System.Reflection.CallingConventions),
300 typeof(global::System.Type[]),
301 typeof(global::System.Reflection.ParameterModifier[])
302 }, ReturnType = typeof(global::System.Reflection.ConstructorInfo))]
303 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.Emit.EnumBuilder), Member = "GetConstructors", MemberParameters = new object[] { typeof(global::System.Reflection.BindingFlags) }, ReturnType = typeof(global::System.Reflection.ConstructorInfo[]))]
304 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.Emit.EnumBuilder), Member = "GetCustomAttributes", MemberParameters = new object[] { typeof(bool) }, ReturnType = typeof(object[]))]
305 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.Emit.EnumBuilder), Member = "GetCustomAttributes", MemberParameters = new object[]
306 {
307 typeof(global::System.Type),
308 typeof(bool)
309 }, ReturnType = typeof(object[]))]
310 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.Emit.EnumBuilder), Member = "GetElementType", ReturnType = typeof(global::System.Type))]
311 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.Emit.EnumBuilder), Member = "GetEvent", MemberParameters = new object[]
312 {
313 typeof(string),
314 typeof(global::System.Reflection.BindingFlags)
315 }, ReturnType = typeof(global::System.Reflection.EventInfo))]
316 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.Emit.EnumBuilder), Member = "GetEvents", MemberParameters = new object[] { typeof(global::System.Reflection.BindingFlags) }, ReturnType = typeof(global::System.Reflection.EventInfo[]))]
317 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.Emit.EnumBuilder), Member = "GetField", MemberParameters = new object[]
318 {
319 typeof(string),
320 typeof(global::System.Reflection.BindingFlags)
321 }, ReturnType = typeof(global::System.Reflection.FieldInfo))]
322 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.Emit.EnumBuilder), Member = "GetFields", MemberParameters = new object[] { typeof(global::System.Reflection.BindingFlags) }, ReturnType = typeof(global::System.Reflection.FieldInfo[]))]
323 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.Emit.EnumBuilder), Member = "GetInterfaces", ReturnType = typeof(global::System.Type[]))]
324 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.Emit.EnumBuilder), Member = "GetMethodImpl", MemberParameters = new object[]
325 {
326 typeof(string),
327 typeof(global::System.Reflection.BindingFlags),
328 typeof(global::System.Reflection.Binder),
329 typeof(global::System.Reflection.CallingConventions),
330 typeof(global::System.Type[]),
331 typeof(global::System.Reflection.ParameterModifier[])
332 }, ReturnType = typeof(global::System.Reflection.MethodInfo))]
333 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.Emit.EnumBuilder), Member = "GetMethods", MemberParameters = new object[] { typeof(global::System.Reflection.BindingFlags) }, ReturnType = typeof(global::System.Reflection.MethodInfo[]))]
334 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.Emit.EnumBuilder), Member = "GetNestedType", MemberParameters = new object[]
335 {
336 typeof(string),
337 typeof(global::System.Reflection.BindingFlags)
338 }, ReturnType = typeof(global::System.Type))]
339 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.Emit.EnumBuilder), Member = "GetProperties", MemberParameters = new object[] { typeof(global::System.Reflection.BindingFlags) }, ReturnType = typeof(global::System.Reflection.PropertyInfo[]))]
340 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.Emit.EnumBuilder), Member = "GetPropertyImpl", MemberParameters = new object[]
341 {
342 typeof(string),
343 typeof(global::System.Reflection.BindingFlags),
344 typeof(global::System.Reflection.Binder),
345 typeof(global::System.Type),
346 typeof(global::System.Type[]),
347 typeof(global::System.Reflection.ParameterModifier[])
348 }, ReturnType = typeof(global::System.Reflection.PropertyInfo))]
349 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.Emit.EnumBuilder), Member = "HasElementTypeImpl", ReturnType = typeof(bool))]
350 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.Emit.EnumBuilder), Member = "InvokeMember", MemberParameters = new object[]
351 {
352 typeof(string),
353 typeof(global::System.Reflection.BindingFlags),
354 typeof(global::System.Reflection.Binder),
355 typeof(object),
356 typeof(object[]),
357 typeof(global::System.Reflection.ParameterModifier[]),
358 typeof(global::System.Globalization.CultureInfo),
359 typeof(string[])
360 }, ReturnType = typeof(object))]
361 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.Emit.EnumBuilder), Member = "IsArrayImpl", ReturnType = typeof(bool))]
362 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.Emit.EnumBuilder), Member = "IsByRefImpl", ReturnType = typeof(bool))]
363 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.Emit.EnumBuilder), Member = "IsCOMObjectImpl", ReturnType = typeof(bool))]
364 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.Emit.EnumBuilder), Member = "IsDefined", MemberParameters = new object[]
365 {
366 typeof(global::System.Type),
367 typeof(bool)
368 }, ReturnType = typeof(bool))]
369 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.Emit.EnumBuilder), Member = "IsPointerImpl", ReturnType = typeof(bool))]
370 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.Emit.EnumBuilder), Member = "IsPrimitiveImpl", ReturnType = typeof(bool))]
371 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.Emit.FieldBuilder), Member = "SetValue", MemberParameters = new object[]
372 {
373 typeof(object),
374 typeof(object),
375 typeof(global::System.Reflection.BindingFlags),
376 typeof(global::System.Reflection.Binder),
377 typeof(global::System.Globalization.CultureInfo)
378 }, ReturnType = typeof(void))]
379 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.Emit.GenericTypeParameterBuilder), Member = "get_Assembly", ReturnType = typeof(global::System.Reflection.Assembly))]
380 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.Emit.GenericTypeParameterBuilder), Member = "get_AssemblyQualifiedName", ReturnType = typeof(string))]
381 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.Emit.GenericTypeParameterBuilder), Member = "get_BaseType", ReturnType = typeof(global::System.Type))]
382 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.Emit.GenericTypeParameterBuilder), Member = "get_FullName", ReturnType = typeof(string))]
383 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.Emit.GenericTypeParameterBuilder), Member = "get_Module", ReturnType = typeof(global::System.Reflection.Module))]
384 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.Emit.GenericTypeParameterBuilder), Member = "get_Name", ReturnType = typeof(string))]
385 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.Emit.GenericTypeParameterBuilder), Member = "get_Namespace", ReturnType = typeof(string))]
386 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.Emit.GenericTypeParameterBuilder), Member = "get_UnderlyingSystemType", ReturnType = typeof(global::System.Type))]
387 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.Emit.GenericTypeParameterBuilder), Member = "GetAttributeFlagsImpl", ReturnType = typeof(global::System.Reflection.TypeAttributes))]
388 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.Emit.GenericTypeParameterBuilder), Member = "GetConstructorImpl", MemberParameters = new object[]
389 {
390 typeof(global::System.Reflection.BindingFlags),
391 typeof(global::System.Reflection.Binder),
392 typeof(global::System.Reflection.CallingConventions),
393 typeof(global::System.Type[]),
394 typeof(global::System.Reflection.ParameterModifier[])
395 }, ReturnType = typeof(global::System.Reflection.ConstructorInfo))]
396 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.Emit.GenericTypeParameterBuilder), Member = "GetConstructors", MemberParameters = new object[] { typeof(global::System.Reflection.BindingFlags) }, ReturnType = typeof(global::System.Reflection.ConstructorInfo[]))]
397 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.Emit.GenericTypeParameterBuilder), Member = "GetCustomAttributes", MemberParameters = new object[] { typeof(bool) }, ReturnType = typeof(object[]))]
398 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.Emit.GenericTypeParameterBuilder), Member = "GetCustomAttributes", MemberParameters = new object[]
399 {
400 typeof(global::System.Type),
401 typeof(bool)
402 }, ReturnType = typeof(object[]))]
403 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.Emit.GenericTypeParameterBuilder), Member = "GetElementType", ReturnType = typeof(global::System.Type))]
404 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.Emit.GenericTypeParameterBuilder), Member = "GetEvent", MemberParameters = new object[]
405 {
406 typeof(string),
407 typeof(global::System.Reflection.BindingFlags)
408 }, ReturnType = typeof(global::System.Reflection.EventInfo))]
409 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.Emit.GenericTypeParameterBuilder), Member = "GetEvents", MemberParameters = new object[] { typeof(global::System.Reflection.BindingFlags) }, ReturnType = typeof(global::System.Reflection.EventInfo[]))]
410 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.Emit.GenericTypeParameterBuilder), Member = "GetField", MemberParameters = new object[]
411 {
412 typeof(string),
413 typeof(global::System.Reflection.BindingFlags)
414 }, ReturnType = typeof(global::System.Reflection.FieldInfo))]
415 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.Emit.GenericTypeParameterBuilder), Member = "GetFields", MemberParameters = new object[] { typeof(global::System.Reflection.BindingFlags) }, ReturnType = typeof(global::System.Reflection.FieldInfo[]))]
416 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.Emit.GenericTypeParameterBuilder), Member = "GetInterfaces", ReturnType = typeof(global::System.Type[]))]
417 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.Emit.GenericTypeParameterBuilder), Member = "GetMethodImpl", MemberParameters = new object[]
418 {
419 typeof(string),
420 typeof(global::System.Reflection.BindingFlags),
421 typeof(global::System.Reflection.Binder),
422 typeof(global::System.Reflection.CallingConventions),
423 typeof(global::System.Type[]),
424 typeof(global::System.Reflection.ParameterModifier[])
425 }, ReturnType = typeof(global::System.Reflection.MethodInfo))]
426 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.Emit.GenericTypeParameterBuilder), Member = "GetMethods", MemberParameters = new object[] { typeof(global::System.Reflection.BindingFlags) }, ReturnType = typeof(global::System.Reflection.MethodInfo[]))]
427 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.Emit.GenericTypeParameterBuilder), Member = "GetNestedType", MemberParameters = new object[]
428 {
429 typeof(string),
430 typeof(global::System.Reflection.BindingFlags)
431 }, ReturnType = typeof(global::System.Type))]
432 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.Emit.GenericTypeParameterBuilder), Member = "GetProperties", MemberParameters = new object[] { typeof(global::System.Reflection.BindingFlags) }, ReturnType = typeof(global::System.Reflection.PropertyInfo[]))]
433 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.Emit.GenericTypeParameterBuilder), Member = "GetPropertyImpl", MemberParameters = new object[]
434 {
435 typeof(string),
436 typeof(global::System.Reflection.BindingFlags),
437 typeof(global::System.Reflection.Binder),
438 typeof(global::System.Type),
439 typeof(global::System.Type[]),
440 typeof(global::System.Reflection.ParameterModifier[])
441 }, ReturnType = typeof(global::System.Reflection.PropertyInfo))]
442 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.Emit.GenericTypeParameterBuilder), Member = "HasElementTypeImpl", ReturnType = typeof(bool))]
443 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.Emit.GenericTypeParameterBuilder), Member = "InvokeMember", MemberParameters = new object[]
444 {
445 typeof(string),
446 typeof(global::System.Reflection.BindingFlags),
447 typeof(global::System.Reflection.Binder),
448 typeof(object),
449 typeof(object[]),
450 typeof(global::System.Reflection.ParameterModifier[]),
451 typeof(global::System.Globalization.CultureInfo),
452 typeof(string[])
453 }, ReturnType = typeof(object))]
454 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.Emit.GenericTypeParameterBuilder), Member = "IsArrayImpl", ReturnType = typeof(bool))]
455 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.Emit.GenericTypeParameterBuilder), Member = "IsByRefImpl", ReturnType = typeof(bool))]
456 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.Emit.GenericTypeParameterBuilder), Member = "IsCOMObjectImpl", ReturnType = typeof(bool))]
457 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.Emit.GenericTypeParameterBuilder), Member = "IsDefined", MemberParameters = new object[]
458 {
459 typeof(global::System.Type),
460 typeof(bool)
461 }, ReturnType = typeof(bool))]
462 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.Emit.GenericTypeParameterBuilder), Member = "IsPointerImpl", ReturnType = typeof(bool))]
463 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.Emit.GenericTypeParameterBuilder), Member = "IsPrimitiveImpl", ReturnType = typeof(bool))]
464 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.Emit.MethodBuilder), Member = "get_Attributes", ReturnType = typeof(global::System.Reflection.MethodAttributes))]
465 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.Emit.MethodBuilder), Member = "get_DeclaringType", ReturnType = typeof(global::System.Type))]
466 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.Emit.MethodBuilder), Member = "get_MethodHandle", ReturnType = typeof(global::System.RuntimeMethodHandle))]
467 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.Emit.MethodBuilder), Member = "get_Name", ReturnType = typeof(string))]
468 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.Emit.MethodBuilder), Member = "get_ReflectedType", ReturnType = typeof(global::System.Type))]
469 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.Emit.MethodBuilder), Member = "GetBaseDefinition", ReturnType = typeof(global::System.Reflection.MethodInfo))]
470 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.Emit.MethodBuilder), Member = "GetCustomAttributes", MemberParameters = new object[] { typeof(bool) }, ReturnType = typeof(object[]))]
471 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.Emit.MethodBuilder), Member = "GetCustomAttributes", MemberParameters = new object[]
472 {
473 typeof(global::System.Type),
474 typeof(bool)
475 }, ReturnType = typeof(object[]))]
476 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.Emit.MethodBuilder), Member = "GetMethodImplementationFlags", ReturnType = typeof(global::System.Reflection.MethodImplAttributes))]
477 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.Emit.MethodBuilder), Member = "GetParameters", ReturnType = typeof(global::System.Reflection.ParameterInfo[]))]
478 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.Emit.MethodBuilder), Member = "Invoke", MemberParameters = new object[]
479 {
480 typeof(object),
481 typeof(global::System.Reflection.BindingFlags),
482 typeof(global::System.Reflection.Binder),
483 typeof(object[]),
484 typeof(global::System.Globalization.CultureInfo)
485 }, ReturnType = typeof(object))]
486 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.Emit.MethodBuilder), Member = "IsDefined", MemberParameters = new object[]
487 {
488 typeof(global::System.Type),
489 typeof(bool)
490 }, ReturnType = typeof(bool))]
491 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.Emit.PropertyBuilder), Member = "get_CanRead", ReturnType = typeof(bool))]
492 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.Emit.PropertyBuilder), Member = "get_CanWrite", ReturnType = typeof(bool))]
493 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.Emit.PropertyBuilder), Member = "get_DeclaringType", ReturnType = typeof(global::System.Type))]
494 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.Emit.PropertyBuilder), Member = "get_Name", ReturnType = typeof(string))]
495 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.Emit.PropertyBuilder), Member = "get_PropertyType", ReturnType = typeof(global::System.Type))]
496 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.Emit.PropertyBuilder), Member = "get_ReflectedType", ReturnType = typeof(global::System.Type))]
497 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.Emit.PropertyBuilder), Member = "GetCustomAttributes", MemberParameters = new object[] { typeof(bool) }, ReturnType = typeof(object[]))]
498 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.Emit.PropertyBuilder), Member = "GetCustomAttributes", MemberParameters = new object[]
499 {
500 typeof(global::System.Type),
501 typeof(bool)
502 }, ReturnType = typeof(object[]))]
503 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.Emit.PropertyBuilder), Member = "GetGetMethod", MemberParameters = new object[] { typeof(bool) }, ReturnType = typeof(global::System.Reflection.MethodInfo))]
504 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.Emit.PropertyBuilder), Member = "GetIndexParameters", ReturnType = typeof(global::System.Reflection.ParameterInfo[]))]
505 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.Emit.PropertyBuilder), Member = "GetSetMethod", MemberParameters = new object[] { typeof(bool) }, ReturnType = typeof(global::System.Reflection.MethodInfo))]
506 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.Emit.PropertyBuilder), Member = "GetValue", MemberParameters = new object[]
507 {
508 typeof(object),
509 typeof(global::System.Reflection.BindingFlags),
510 typeof(global::System.Reflection.Binder),
511 typeof(object[]),
512 typeof(global::System.Globalization.CultureInfo)
513 }, ReturnType = typeof(object))]
514 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.Emit.PropertyBuilder), Member = "IsDefined", MemberParameters = new object[]
515 {
516 typeof(global::System.Type),
517 typeof(bool)
518 }, ReturnType = typeof(bool))]
519 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.Emit.PropertyBuilder), Member = "SetValue", MemberParameters = new object[]
520 {
521 typeof(object),
522 typeof(object),
523 typeof(global::System.Reflection.BindingFlags),
524 typeof(global::System.Reflection.Binder),
525 typeof(object[]),
526 typeof(global::System.Globalization.CultureInfo)
527 }, ReturnType = typeof(void))]
528 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.Emit.TypeBuilder), Member = "get_Assembly", ReturnType = typeof(global::System.Reflection.Assembly))]
529 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.Emit.TypeBuilder), Member = "get_AssemblyQualifiedName", ReturnType = typeof(string))]
530 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.Emit.TypeBuilder), Member = "get_BaseType", ReturnType = typeof(global::System.Type))]
531 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.Emit.TypeBuilder), Member = "get_FullName", ReturnType = typeof(string))]
532 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.Emit.TypeBuilder), Member = "get_Module", ReturnType = typeof(global::System.Reflection.Module))]
533 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.Emit.TypeBuilder), Member = "get_Name", ReturnType = typeof(string))]
534 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.Emit.TypeBuilder), Member = "get_Namespace", ReturnType = typeof(string))]
535 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.Emit.TypeBuilder), Member = "get_UnderlyingSystemType", ReturnType = typeof(global::System.Type))]
536 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.Emit.TypeBuilder), Member = "GetAttributeFlagsImpl", ReturnType = typeof(global::System.Reflection.TypeAttributes))]
537 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.Emit.TypeBuilder), Member = "GetConstructorImpl", MemberParameters = new object[]
538 {
539 typeof(global::System.Reflection.BindingFlags),
540 typeof(global::System.Reflection.Binder),
541 typeof(global::System.Reflection.CallingConventions),
542 typeof(global::System.Type[]),
543 typeof(global::System.Reflection.ParameterModifier[])
544 }, ReturnType = typeof(global::System.Reflection.ConstructorInfo))]
545 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.Emit.TypeBuilder), Member = "GetConstructors", MemberParameters = new object[] { typeof(global::System.Reflection.BindingFlags) }, ReturnType = typeof(global::System.Reflection.ConstructorInfo[]))]
546 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.Emit.TypeBuilder), Member = "GetCustomAttributes", MemberParameters = new object[] { typeof(bool) }, ReturnType = typeof(object[]))]
547 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.Emit.TypeBuilder), Member = "GetCustomAttributes", MemberParameters = new object[]
548 {
549 typeof(global::System.Type),
550 typeof(bool)
551 }, ReturnType = typeof(object[]))]
552 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.Emit.TypeBuilder), Member = "GetElementType", ReturnType = typeof(global::System.Type))]
553 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.Emit.TypeBuilder), Member = "GetEvent", MemberParameters = new object[]
554 {
555 typeof(string),
556 typeof(global::System.Reflection.BindingFlags)
557 }, ReturnType = typeof(global::System.Reflection.EventInfo))]
558 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.Emit.TypeBuilder), Member = "GetEvents", MemberParameters = new object[] { typeof(global::System.Reflection.BindingFlags) }, ReturnType = typeof(global::System.Reflection.EventInfo[]))]
559 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.Emit.TypeBuilder), Member = "GetField", MemberParameters = new object[]
560 {
561 typeof(string),
562 typeof(global::System.Reflection.BindingFlags)
563 }, ReturnType = typeof(global::System.Reflection.FieldInfo))]
564 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.Emit.TypeBuilder), Member = "GetFields", MemberParameters = new object[] { typeof(global::System.Reflection.BindingFlags) }, ReturnType = typeof(global::System.Reflection.FieldInfo[]))]
565 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.Emit.TypeBuilder), Member = "GetInterfaces", ReturnType = typeof(global::System.Type[]))]
566 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.Emit.TypeBuilder), Member = "GetMethodImpl", MemberParameters = new object[]
567 {
568 typeof(string),
569 typeof(global::System.Reflection.BindingFlags),
570 typeof(global::System.Reflection.Binder),
571 typeof(global::System.Reflection.CallingConventions),
572 typeof(global::System.Type[]),
573 typeof(global::System.Reflection.ParameterModifier[])
574 }, ReturnType = typeof(global::System.Reflection.MethodInfo))]
575 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.Emit.TypeBuilder), Member = "GetMethods", MemberParameters = new object[] { typeof(global::System.Reflection.BindingFlags) }, ReturnType = typeof(global::System.Reflection.MethodInfo[]))]
576 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.Emit.TypeBuilder), Member = "GetNestedType", MemberParameters = new object[]
577 {
578 typeof(string),
579 typeof(global::System.Reflection.BindingFlags)
580 }, ReturnType = typeof(global::System.Type))]
581 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.Emit.TypeBuilder), Member = "GetProperties", MemberParameters = new object[] { typeof(global::System.Reflection.BindingFlags) }, ReturnType = typeof(global::System.Reflection.PropertyInfo[]))]
582 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.Emit.TypeBuilder), Member = "GetPropertyImpl", MemberParameters = new object[]
583 {
584 typeof(string),
585 typeof(global::System.Reflection.BindingFlags),
586 typeof(global::System.Reflection.Binder),
587 typeof(global::System.Type),
588 typeof(global::System.Type[]),
589 typeof(global::System.Reflection.ParameterModifier[])
590 }, ReturnType = typeof(global::System.Reflection.PropertyInfo))]
591 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.Emit.TypeBuilder), Member = "HasElementTypeImpl", ReturnType = typeof(bool))]
592 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.Emit.TypeBuilder), Member = "InvokeMember", MemberParameters = new object[]
593 {
594 typeof(string),
595 typeof(global::System.Reflection.BindingFlags),
596 typeof(global::System.Reflection.Binder),
597 typeof(object),
598 typeof(object[]),
599 typeof(global::System.Reflection.ParameterModifier[]),
600 typeof(global::System.Globalization.CultureInfo),
601 typeof(string[])
602 }, ReturnType = typeof(object))]
603 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.Emit.TypeBuilder), Member = "IsArrayImpl", ReturnType = typeof(bool))]
604 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.Emit.TypeBuilder), Member = "IsByRefImpl", ReturnType = typeof(bool))]
605 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.Emit.TypeBuilder), Member = "IsCOMObjectImpl", ReturnType = typeof(bool))]
606 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.Emit.TypeBuilder), Member = "IsDefined", MemberParameters = new object[]
607 {
608 typeof(global::System.Type),
609 typeof(bool)
610 }, ReturnType = typeof(bool))]
611 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.Emit.TypeBuilder), Member = "IsPointerImpl", ReturnType = typeof(bool))]
612 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.Emit.TypeBuilder), Member = "IsPrimitiveImpl", ReturnType = typeof(bool))]
613 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Globalization.DateTimeFormatInfo), Member = "set_Calendar", MemberParameters = new object[] { typeof(global::System.Globalization.Calendar) }, ReturnType = typeof(void))]
614 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Globalization.DateTimeFormatInfo), Member = "IsJapaneseCalendar", MemberParameters = new object[] { typeof(global::System.Globalization.Calendar) }, ReturnType = typeof(bool))]
615 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Globalization.CalendarData), Member = "GetJapaneseEraNames", ReturnType = typeof(string[]))]
616 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Globalization.CalendarData), Member = "GetJapaneseEnglishEraNames", ReturnType = typeof(string[]))]
617 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Globalization.CalendarData), Member = "InitializeAbbreviatedEraNames", MemberParameters = new object[]
618 {
619 typeof(string),
620 typeof(int)
621 }, ReturnType = typeof(void))]
622 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Collections.Hashtable.SyncHashtable", Member = ".ctor", MemberParameters = new object[]
623 {
624 typeof(global::System.Runtime.Serialization.SerializationInfo),
625 typeof(global::System.Runtime.Serialization.StreamingContext)
626 }, ReturnType = typeof(void))]
627 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Collections.Hashtable.SyncHashtable", Member = "GetObjectData", MemberParameters = new object[]
628 {
629 typeof(global::System.Runtime.Serialization.SerializationInfo),
630 typeof(global::System.Runtime.Serialization.StreamingContext)
631 }, ReturnType = typeof(void))]
632 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::Unity.ThrowStub), Member = "ThrowNotSupportedException", ReturnType = typeof(void))]
633 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Interop.NetSecurityNative", Member = "ReleaseGssBuffer", MemberParameters = new object[]
634 {
635 typeof(global::System.IntPtr),
637 }, ReturnType = typeof(void))]
638 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Interop.NetSecurityNative", Member = "DisplayMinorStatus", MemberParameters = new object[] { "Status&", "Interop.NetSecurityNative.Status", "GssBuffer&" }, ReturnType = "Interop.NetSecurityNative.Status")]
639 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Interop.NetSecurityNative", Member = "DisplayMajorStatus", MemberParameters = new object[] { "Status&", "Interop.NetSecurityNative.Status", "GssBuffer&" }, ReturnType = "Interop.NetSecurityNative.Status")]
640 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Interop.NetSecurityNative", Member = "ImportUserName", MemberParameters = new object[]
641 {
642 "Status&",
643 typeof(string),
644 typeof(int),
645 "Microsoft.Win32.SafeHandles.SafeGssNameHandle&"
646 }, ReturnType = "Interop.NetSecurityNative.Status")]
647 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Interop.NetSecurityNative", Member = "ImportPrincipalName", MemberParameters = new object[]
648 {
649 "Status&",
650 typeof(string),
651 typeof(int),
652 "Microsoft.Win32.SafeHandles.SafeGssNameHandle&"
653 }, ReturnType = "Interop.NetSecurityNative.Status")]
654 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Interop.NetSecurityNative", Member = "ReleaseName", MemberParameters = new object[]
655 {
656 "Status&",
657 typeof(ref global::System.IntPtr)
658 }, ReturnType = "Interop.NetSecurityNative.Status")]
659 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Interop.NetSecurityNative", Member = "InitiateCredSpNego", MemberParameters = new object[] { "Status&", "Microsoft.Win32.SafeHandles.SafeGssNameHandle", "Microsoft.Win32.SafeHandles.SafeGssCredHandle&" }, ReturnType = "Interop.NetSecurityNative.Status")]
660 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Interop.NetSecurityNative", Member = "InitiateCredWithPassword", MemberParameters = new object[]
661 {
662 "Status&",
663 typeof(bool),
664 "Microsoft.Win32.SafeHandles.SafeGssNameHandle",
665 typeof(string),
666 typeof(int),
667 "Microsoft.Win32.SafeHandles.SafeGssCredHandle&"
668 }, ReturnType = "Interop.NetSecurityNative.Status")]
669 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Interop.NetSecurityNative", Member = "ReleaseCred", MemberParameters = new object[]
670 {
671 "Status&",
672 typeof(ref global::System.IntPtr)
673 }, ReturnType = "Interop.NetSecurityNative.Status")]
674 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Interop.NetSecurityNative", Member = "InitSecContext", MemberParameters = new object[]
675 {
676 "Status&",
677 "Microsoft.Win32.SafeHandles.SafeGssCredHandle",
678 "Microsoft.Win32.SafeHandles.SafeGssContextHandle&",
679 typeof(bool),
680 "Microsoft.Win32.SafeHandles.SafeGssNameHandle",
681 typeof(uint),
682 "System.Byte[]",
683 typeof(int),
684 "GssBuffer&",
685 typeof(ref uint),
686 typeof(ref int)
687 }, ReturnType = "Interop.NetSecurityNative.Status")]
688 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Interop.NetSecurityNative", Member = "DeleteSecContext", MemberParameters = new object[]
689 {
690 "Status&",
691 typeof(ref global::System.IntPtr)
692 }, ReturnType = "Interop.NetSecurityNative.Status")]
693 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Interop.NetSecurityNative", Member = "Wrap", MemberParameters = new object[]
694 {
695 "Status&",
696 "Microsoft.Win32.SafeHandles.SafeGssContextHandle",
697 typeof(bool),
698 "System.Byte[]",
699 typeof(int),
700 typeof(int),
701 "GssBuffer&"
702 }, ReturnType = "Interop.NetSecurityNative.Status")]
703 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Interop.NetSecurityNative", Member = "Unwrap", MemberParameters = new object[]
704 {
705 "Status&",
706 "Microsoft.Win32.SafeHandles.SafeGssContextHandle",
707 "System.Byte[]",
708 typeof(int),
709 typeof(int),
710 "GssBuffer&"
711 }, ReturnType = "Interop.NetSecurityNative.Status")]
712 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Text.RegularExpressions.Regex", Member = "System.Runtime.Serialization.ISerializable.GetObjectData", MemberParameters = new object[]
713 {
714 typeof(global::System.Runtime.Serialization.SerializationInfo),
715 typeof(global::System.Runtime.Serialization.StreamingContext)
716 }, ReturnType = typeof(void))]
717 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Security.Cryptography.X509Certificates.X509Certificate2", Member = ".ctor", MemberParameters = new object[]
718 {
719 typeof(global::System.Runtime.Serialization.SerializationInfo),
720 typeof(global::System.Runtime.Serialization.StreamingContext)
721 }, ReturnType = typeof(void))]
722 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Security.Cryptography.X509Certificates.X509Helper2", Member = "GetSubjectNameHash", MemberParameters = new object[] { typeof(global::System.Security.Cryptography.X509Certificates.X509Certificate) }, ReturnType = typeof(long))]
723 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Security.Cryptography.X509Certificates.X509Helper2", Member = "ExportAsPEM", MemberParameters = new object[]
724 {
725 typeof(global::System.Security.Cryptography.X509Certificates.X509Certificate),
726 typeof(global::System.IO.Stream),
727 typeof(bool)
728 }, ReturnType = typeof(void))]
729 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.Sockets.Socket", Member = "Disconnect", MemberParameters = new object[] { typeof(bool) }, ReturnType = typeof(void))]
730 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Collections.Generic.LinkedList`1.Enumerator", Member = ".ctor", MemberParameters = new object[]
731 {
732 typeof(global::System.Runtime.Serialization.SerializationInfo),
733 typeof(global::System.Runtime.Serialization.StreamingContext)
734 }, ReturnType = typeof(void))]
735 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Collections.Generic.LinkedList`1.Enumerator", Member = "System.Runtime.Serialization.ISerializable.GetObjectData", MemberParameters = new object[]
736 {
737 typeof(global::System.Runtime.Serialization.SerializationInfo),
738 typeof(global::System.Runtime.Serialization.StreamingContext)
739 }, ReturnType = typeof(void))]
740 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Collections.Generic.LinkedList`1.Enumerator", Member = "System.Runtime.Serialization.IDeserializationCallback.OnDeserialization", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(void))]
741 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Unity.ThrowStub", Member = "ThrowNotSupportedException", ReturnType = typeof(void))]
742 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Linq.XName", Member = "System.Runtime.Serialization.ISerializable.GetObjectData", MemberParameters = new object[]
743 {
744 typeof(global::System.Runtime.Serialization.SerializationInfo),
745 typeof(global::System.Runtime.Serialization.StreamingContext)
746 }, ReturnType = typeof(void))]
747 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Unity.ThrowStub", Member = "ThrowNotSupportedException", ReturnType = typeof(void))]
748 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Unity.ThrowStub", Member = "ThrowNotSupportedException", ReturnType = typeof(void))]
749 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 226)]
750 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.NotSupportedException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
751 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
753 {
754 throw null;
755 }
756
757 [global::Cpp2ILInjected.Token(Token = "0x60008E3")]
758 [global::Cpp2ILInjected.Address(RVA = "0x1C452EC", Offset = "0x1C452EC", Length = "0x24")]
759 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
760 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::Mono.DependencyInjector), Member = "get_SystemProvider", ReturnType = typeof(global::Mono.ISystemDependencyProvider))]
761 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.HttpListener", Member = "set_ExtendedProtectionSelectorDelegate", MemberParameters = new object[] { "System.Net.HttpListener.ExtendedProtectionSelector" }, ReturnType = typeof(void))]
762 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.HttpListener", Member = "set_ExtendedProtectionPolicy", MemberParameters = new object[] { "System.Security.Authentication.ExtendedProtection.ExtendedProtectionPolicy" }, ReturnType = typeof(void))]
763 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.Security.NegotiateStreamPal", Member = "QueryContextClientSpecifiedSpn", MemberParameters = new object[] { "System.Net.Security.SafeDeleteContext" }, ReturnType = typeof(string))]
764 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.Security.NegotiateStreamPal", Member = "InitializeSecurityContext", MemberParameters = new object[]
765 {
766 "System.Net.Security.SafeFreeCredentials",
767 "System.Net.Security.SafeDeleteContext&",
768 typeof(string),
769 "System.Net.ContextFlagsPal",
770 "System.Net.Security.SecurityBuffer[]",
771 "System.Net.Security.SecurityBuffer",
772 "System.Net.ContextFlagsPal&"
773 }, ReturnType = "System.Net.SecurityStatusPal")]
774 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.Security.NegotiateStreamPal", Member = "AcceptSecurityContext", MemberParameters = new object[] { "System.Net.Security.SafeFreeCredentials", "System.Net.Security.SafeDeleteContext&", "System.Net.ContextFlagsPal", "System.Net.Security.SecurityBuffer[]", "System.Net.Security.SecurityBuffer", "System.Net.ContextFlagsPal&" }, ReturnType = "System.Net.SecurityStatusPal")]
775 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.Security.NegotiateStreamPal", Member = "AcquireCredentialsHandle", MemberParameters = new object[]
776 {
777 typeof(string),
778 typeof(bool),
779 "System.Net.NetworkCredential"
780 }, ReturnType = "System.Net.Security.SafeFreeCredentials")]
781 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 7)]
782 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.NotSupportedException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
783 public PlatformNotSupportedException(string message)
784 {
785 throw null;
786 }
787
788 [global::Cpp2ILInjected.Token(Token = "0x60008E4")]
789 [global::Cpp2ILInjected.Address(RVA = "0x1C45310", Offset = "0x1C45310", Length = "0x8")]
790 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
791 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.NotSupportedException), Member = ".ctor", MemberParameters = new object[]
792 {
793 typeof(global::System.Runtime.Serialization.SerializationInfo),
794 typeof(global::System.Runtime.Serialization.StreamingContext)
795 }, ReturnType = typeof(void))]
796 protected PlatformNotSupportedException(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context)
797 {
798 throw null;
799 }
800 }
801}
class f__AnonymousType0<< Count > j__TPar
static Runtime()
Definition Runtime.cs:16
PlatformNotSupportedException(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context)