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
CollectionBase.cs
Go to the documentation of this file.
1using System;
5
6namespace System.Collections
7{
8 [global::Cpp2ILInjected.Token(Token = "0x20005F5")]
9 [global::System.Serializable]
10 public abstract class CollectionBase : IList, ICollection, IEnumerable
11 {
12 [global::Cpp2ILInjected.Token(Token = "0x6002DFB")]
13 [global::Cpp2ILInjected.Address(RVA = "0x1C08AE0", Offset = "0x1C08AE0", Length = "0x60")]
14 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Security.Cryptography.X509Certificates.X509Certificate2Collection", Member = ".ctor", ReturnType = typeof(void))]
15 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Security.Cryptography.X509Certificates.X509Certificate2Collection", Member = ".ctor", MemberParameters = new object[] { "System.Security.Cryptography.X509Certificates.X509Certificate2Collection" }, ReturnType = typeof(void))]
16 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Security.Cryptography.X509Certificates.X509Certificate2Collection", Member = "Find", MemberParameters = new object[]
17 {
18 "System.Security.Cryptography.X509Certificates.X509FindType",
19 typeof(object),
20 typeof(bool)
21 }, ReturnType = "System.Security.Cryptography.X509Certificates.X509Certificate2Collection")]
22 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Security.Cryptography.X509Certificates.X509CertificateCollection", Member = ".ctor", ReturnType = typeof(void))]
23 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Security.Cryptography.X509Certificates.X509CertificateCollection", Member = ".ctor", MemberParameters = new object[] { "System.Security.Cryptography.X509Certificates.X509CertificateCollection" }, ReturnType = typeof(void))]
24 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Security.Cryptography.X509Certificates.X509ChainImplMono", Member = "get_Roots", ReturnType = "System.Security.Cryptography.X509Certificates.X509Certificate2Collection")]
25 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Security.Cryptography.X509Certificates.X509ChainImplMono", Member = "get_CertificateAuthorities", ReturnType = "System.Security.Cryptography.X509Certificates.X509Certificate2Collection")]
26 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Security.Cryptography.X509Certificates.X509ChainImplMono", Member = "get_CertificateCollection", ReturnType = "System.Security.Cryptography.X509Certificates.X509Certificate2Collection")]
27 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Security.Cryptography.X509Certificates.X509ChainPolicy", Member = "get_ExtraStore", ReturnType = "System.Security.Cryptography.X509Certificates.X509Certificate2Collection")]
28 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XmlSchemaObjectCollection", Member = ".ctor", ReturnType = typeof(void))]
29 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XmlSchemaSequence", Member = ".ctor", ReturnType = typeof(void))]
30 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XmlSchemaSimpleTypeRestriction", Member = ".ctor", ReturnType = typeof(void))]
31 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Mono.Security.X509.X509CertificateBuilder", Member = ".ctor", MemberParameters = new object[] { typeof(byte) }, ReturnType = typeof(void))]
32 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Mono.Security.X509.X509CertificateCollection", Member = ".ctor", ReturnType = typeof(void))]
33 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Mono.Security.X509.X509CertificateCollection", Member = ".ctor", MemberParameters = new object[] { "Mono.Security.X509.X509Certificate[]" }, ReturnType = typeof(void))]
34 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Mono.Security.X509.X509CertificateCollection", Member = ".ctor", MemberParameters = new object[] { "Mono.Security.X509.X509CertificateCollection" }, ReturnType = typeof(void))]
35 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Mono.Security.X509.X509Chain", Member = ".ctor", ReturnType = typeof(void))]
36 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Mono.Security.X509.X509Chain", Member = ".ctor", MemberParameters = new object[] { "Mono.Security.X509.X509CertificateCollection" }, ReturnType = typeof(void))]
37 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Mono.Security.X509.X509Chain", Member = "get_TrustAnchors", ReturnType = "Mono.Security.X509.X509CertificateCollection")]
38 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Mono.Security.X509.X509Chain", Member = "Build", MemberParameters = new object[] { "Mono.Security.X509.X509Certificate" }, ReturnType = typeof(bool))]
39 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Mono.Security.X509.X509ExtensionCollection", Member = ".ctor", ReturnType = typeof(void))]
40 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Mono.Security.X509.X509ExtensionCollection", Member = ".ctor", MemberParameters = new object[] { "Mono.Security.ASN1" }, ReturnType = typeof(void))]
41 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Mono.Security.X509.X509Store", Member = "BuildCertificatesCollection", MemberParameters = new object[] { typeof(string) }, ReturnType = "Mono.Security.X509.X509CertificateCollection")]
42 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Mono.Security.X509.X509StoreManager", Member = "get_IntermediateCACertificates", ReturnType = "Mono.Security.X509.X509CertificateCollection")]
43 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Mono.Security.X509.X509StoreManager", Member = "get_TrustedRootCertificates", ReturnType = "Mono.Security.X509.X509CertificateCollection")]
44 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Mono.Security.X509.X509StoreManager", Member = "get_UntrustedCertificates", ReturnType = "Mono.Security.X509.X509CertificateCollection")]
45 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 26)]
46 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
47 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ArrayList), Member = ".ctor", ReturnType = typeof(void))]
48 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
49 protected CollectionBase()
50 {
51 throw null;
52 }
53
54 [global::Cpp2ILInjected.Token(Token = "0x17000719")]
55 protected ArrayList InnerList
56 {
57 [global::Cpp2ILInjected.Token(Token = "0x6002DFC")]
58 [global::Cpp2ILInjected.Address(RVA = "0x1C08BD0", Offset = "0x1C08BD0", Length = "0x8")]
59 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
60 get
61 {
62 throw null;
63 }
64 }
65
66 [global::Cpp2ILInjected.Token(Token = "0x1700071A")]
67 protected IList List
68 {
69 [global::Cpp2ILInjected.Token(Token = "0x6002DFD")]
70 [global::Cpp2ILInjected.Address(RVA = "0x1C08BD8", Offset = "0x1C08BD8", Length = "0x4")]
71 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XmlSchemaObjectCollection", Member = "Add", MemberParameters = new object[] { "System.Xml.Schema.XmlSchemaObject" }, ReturnType = typeof(int))]
72 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
73 get
74 {
75 throw null;
76 }
77 }
78
79 [global::Cpp2ILInjected.Token(Token = "0x1700071B")]
80 public int Count
81 {
82 [global::Cpp2ILInjected.Token(Token = "0x6002DFE")]
83 [global::Cpp2ILInjected.Address(RVA = "0x1C08BDC", Offset = "0x1C08BDC", Length = "0x14")]
84 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Mono.Unity.UnityTlsProvider", Member = "ValidateCertificate", MemberParameters = new object[]
85 {
86 "Mono.Net.Security.ChainValidationHelper",
87 typeof(string),
88 typeof(bool),
89 "System.Security.Cryptography.X509Certificates.X509CertificateCollection",
90 typeof(bool),
91 "System.Security.Cryptography.X509Certificates.X509Chain&",
92 "System.Net.Security.SslPolicyErrors&",
93 typeof(ref int)
94 }, ReturnType = typeof(bool))]
95 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Mono.Net.Security.ChainValidationHelper", Member = "DefaultSelectionCallback", MemberParameters = new object[]
96 {
97 typeof(string),
98 "System.Security.Cryptography.X509Certificates.X509CertificateCollection",
99 typeof(global::System.Security.Cryptography.X509Certificates.X509Certificate),
100 "System.String[]"
101 }, ReturnType = typeof(global::System.Security.Cryptography.X509Certificates.X509Certificate))]
102 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Mono.Net.Security.MobileTlsContext", Member = "SelectClientCertificate", MemberParameters = new object[] { "System.String[]" }, ReturnType = typeof(global::System.Security.Cryptography.X509Certificates.X509Certificate))]
103 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Security.Cryptography.X509Certificates.X509Certificate2ImplMono", Member = "ImportPkcs12", MemberParameters = new object[]
104 {
105 "System.Byte[]",
106 typeof(string)
107 }, ReturnType = "Mono.Security.X509.X509Certificate")]
108 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Security.Cryptography.X509Certificates.X509ChainImplMono", Member = "SelectBestFromCollection", MemberParameters = new object[] { "System.Security.Cryptography.X509Certificates.X509Certificate2", "System.Security.Cryptography.X509Certificates.X509Certificate2Collection" }, ReturnType = "System.Security.Cryptography.X509Certificates.X509Certificate2")]
109 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Mono.Security.X509.X509Crl.X509CrlEntry", Member = "GetBytes", ReturnType = "System.Byte[]")]
110 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Mono.Security.X509.X509CertificateBuilder", Member = "ToBeSigned", MemberParameters = new object[] { typeof(string) }, ReturnType = "Mono.Security.ASN1")]
111 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Mono.Security.X509.X509Chain", Member = "Build", MemberParameters = new object[] { "Mono.Security.X509.X509Certificate" }, ReturnType = typeof(bool))]
112 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 12)]
113 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
114 get
115 {
116 throw null;
117 }
118 }
119
120 [global::Cpp2ILInjected.Token(Token = "0x6002DFF")]
121 [global::Cpp2ILInjected.Address(RVA = "0x1C08BF0", Offset = "0x1C08BF0", Length = "0x44")]
122 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
123 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Security.Cryptography.X509Certificates.X509Store", Member = "get_Certificates", ReturnType = "System.Security.Cryptography.X509Certificates.X509Certificate2Collection")]
124 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Security.Cryptography.X509Certificates.X509Store", Member = "Close", ReturnType = typeof(void))]
125 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Security.Cryptography.X509Certificates.X509Store", Member = "Dispose", ReturnType = typeof(void))]
126 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Mono.Security.X509.PKCS12", Member = "get_Certificates", ReturnType = "Mono.Security.X509.X509CertificateCollection")]
127 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Mono.Security.X509.X509Chain", Member = "Reset", ReturnType = typeof(void))]
128 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Mono.Security.X509.X509Store", Member = "Clear", ReturnType = typeof(void))]
129 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Mono.Security.X509.X509Store", Member = "ClearCertificates", ReturnType = typeof(void))]
130 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Mono.Security.X509.X509Store", Member = "Import", MemberParameters = new object[] { "Mono.Security.X509.X509Certificate" }, ReturnType = typeof(void))]
131 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Mono.Security.X509.X509Store", Member = "Remove", MemberParameters = new object[] { "Mono.Security.X509.X509Certificate" }, ReturnType = typeof(void))]
132 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Mono.Security.X509.X509Store", Member = "ImportNewFormat", MemberParameters = new object[] { "Mono.Security.X509.X509Certificate" }, ReturnType = typeof(void))]
133 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Mono.Security.X509.X509Store", Member = "RemoveNewFormat", MemberParameters = new object[] { "Mono.Security.X509.X509Certificate" }, ReturnType = typeof(void))]
134 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 12)]
135 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
136 public void Clear()
137 {
138 throw null;
139 }
140
141 [global::Cpp2ILInjected.Token(Token = "0x6002E00")]
142 [global::Cpp2ILInjected.Address(RVA = "0x1C08C34", Offset = "0x1C08C34", Length = "0x1B8")]
143 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
144 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
145 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentOutOfRangeException), Member = ".ctor", MemberParameters = new object[]
146 {
147 typeof(string),
148 typeof(string)
149 }, ReturnType = typeof(void))]
150 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 16)]
151 public void RemoveAt(int index)
152 {
153 throw null;
154 }
155
156 [global::Cpp2ILInjected.Token(Token = "0x1700071C")]
158 {
159 [global::Cpp2ILInjected.Token(Token = "0x6002E01")]
160 [global::Cpp2ILInjected.Address(RVA = "0x1C08DEC", Offset = "0x1C08DEC", Length = "0x14")]
161 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
162 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
163 get
164 {
165 throw null;
166 }
167 }
168
169 [global::Cpp2ILInjected.Token(Token = "0x1700071D")]
171 {
172 [global::Cpp2ILInjected.Token(Token = "0x6002E02")]
173 [global::Cpp2ILInjected.Address(RVA = "0x1C08E00", Offset = "0x1C08E00", Length = "0x14")]
174 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
175 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
176 get
177 {
178 throw null;
179 }
180 }
181
182 [global::Cpp2ILInjected.Token(Token = "0x1700071E")]
184 {
185 [global::Cpp2ILInjected.Token(Token = "0x6002E03")]
186 [global::Cpp2ILInjected.Address(RVA = "0x1C08E14", Offset = "0x1C08E14", Length = "0x14")]
187 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
188 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
189 get
190 {
191 throw null;
192 }
193 }
194
195 [global::Cpp2ILInjected.Token(Token = "0x1700071F")]
197 {
198 [global::Cpp2ILInjected.Token(Token = "0x6002E04")]
199 [global::Cpp2ILInjected.Address(RVA = "0x1C08E28", Offset = "0x1C08E28", Length = "0x14")]
200 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
201 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
202 get
203 {
204 throw null;
205 }
206 }
207
208 [global::Cpp2ILInjected.Token(Token = "0x6002E05")]
209 [global::Cpp2ILInjected.Address(RVA = "0x1C08E3C", Offset = "0x1C08E3C", Length = "0x14")]
210 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
211 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
212 private void System.Collections.ICollection.CopyTo(global::System.Array array, int index)
213 {
214 throw null;
215 }
216
217 [global::Cpp2ILInjected.Token(Token = "0x17000720")]
219 {
220 [global::Cpp2ILInjected.Token(Token = "0x6002E06")]
221 [global::Cpp2ILInjected.Address(RVA = "0x1C08E50", Offset = "0x1C08E50", Length = "0xAC")]
222 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
223 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
224 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentOutOfRangeException), Member = ".ctor", MemberParameters = new object[]
225 {
226 typeof(string),
227 typeof(string)
228 }, ReturnType = typeof(void))]
229 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 7)]
230 get
231 {
232 throw null;
233 }
234 [global::Cpp2ILInjected.Token(Token = "0x6002E07")]
235 [global::Cpp2ILInjected.Address(RVA = "0x1C08EFC", Offset = "0x1C08EFC", Length = "0x1C8")]
236 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
237 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
238 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentOutOfRangeException), Member = ".ctor", MemberParameters = new object[]
239 {
240 typeof(string),
241 typeof(string)
242 }, ReturnType = typeof(void))]
243 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 16)]
244 set
245 {
246 throw null;
247 }
248 }
249
250 [global::Cpp2ILInjected.Token(Token = "0x6002E08")]
251 [global::Cpp2ILInjected.Address(RVA = "0x1C090C4", Offset = "0x1C090C4", Length = "0x14")]
252 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
253 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
254 private bool System.Collections.IList.Contains(object value)
255 {
256 throw null;
257 }
258
259 [global::Cpp2ILInjected.Token(Token = "0x6002E09")]
260 [global::Cpp2ILInjected.Address(RVA = "0x1C090D8", Offset = "0x1C090D8", Length = "0x128")]
261 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
262 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
263 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 10)]
264 private int System.Collections.IList.Add(object value)
265 {
266 throw null;
267 }
268
269 [global::Cpp2ILInjected.Token(Token = "0x6002E0A")]
270 [global::Cpp2ILInjected.Address(RVA = "0x1C09200", Offset = "0x1C09200", Length = "0x180")]
271 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
272 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
273 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
274 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 15)]
275 private void System.Collections.IList.Remove(object value)
276 {
277 throw null;
278 }
279
280 [global::Cpp2ILInjected.Token(Token = "0x6002E0B")]
281 [global::Cpp2ILInjected.Address(RVA = "0x1C09380", Offset = "0x1C09380", Length = "0x14")]
282 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
283 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
285 {
286 throw null;
287 }
288
289 [global::Cpp2ILInjected.Token(Token = "0x6002E0C")]
290 [global::Cpp2ILInjected.Address(RVA = "0x1C09394", Offset = "0x1C09394", Length = "0x198")]
291 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
292 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
293 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentOutOfRangeException), Member = ".ctor", MemberParameters = new object[]
294 {
295 typeof(string),
296 typeof(string)
297 }, ReturnType = typeof(void))]
298 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 16)]
299 private void System.Collections.IList.Insert(int index, object value)
300 {
301 throw null;
302 }
303
304 [global::Cpp2ILInjected.Token(Token = "0x6002E0D")]
305 [global::Cpp2ILInjected.Address(RVA = "0x1C0952C", Offset = "0x1C0952C", Length = "0x14")]
306 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Security.Cryptography.X509Certificates.X509ChainImplMono", Member = "ProcessCrlExtensions", MemberParameters = new object[] { "Mono.Security.X509.X509Crl" }, ReturnType = typeof(bool))]
307 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Security.Cryptography.X509Certificates.X509ChainImplMono", Member = "ProcessCrlEntryExtensions", MemberParameters = new object[] { "Mono.Security.X509.X509Crl.X509CrlEntry" }, ReturnType = typeof(bool))]
308 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
309 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
311 {
312 throw null;
313 }
314
315 [global::Cpp2ILInjected.Token(Token = "0x6002E0E")]
316 [global::Cpp2ILInjected.Address(RVA = "0x1C09540", Offset = "0x1C09540", Length = "0x4")]
317 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
318 protected virtual void OnSet(int index, object oldValue, object newValue)
319 {
320 throw null;
321 }
322
323 [global::Cpp2ILInjected.Token(Token = "0x6002E0F")]
324 [global::Cpp2ILInjected.Address(RVA = "0x1C09544", Offset = "0x1C09544", Length = "0x4")]
325 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
326 protected virtual void OnInsert(int index, object value)
327 {
328 throw null;
329 }
330
331 [global::Cpp2ILInjected.Token(Token = "0x6002E10")]
332 [global::Cpp2ILInjected.Address(RVA = "0x1C09548", Offset = "0x1C09548", Length = "0x4")]
333 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
334 protected virtual void OnClear()
335 {
336 throw null;
337 }
338
339 [global::Cpp2ILInjected.Token(Token = "0x6002E11")]
340 [global::Cpp2ILInjected.Address(RVA = "0x1C0954C", Offset = "0x1C0954C", Length = "0x4")]
341 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
342 protected virtual void OnRemove(int index, object value)
343 {
344 throw null;
345 }
346
347 [global::Cpp2ILInjected.Token(Token = "0x6002E12")]
348 [global::Cpp2ILInjected.Address(RVA = "0x1C09550", Offset = "0x1C09550", Length = "0x54")]
349 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
350 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentNullException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
351 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 5)]
352 protected virtual void OnValidate(object value)
353 {
354 throw null;
355 }
356
357 [global::Cpp2ILInjected.Token(Token = "0x6002E13")]
358 [global::Cpp2ILInjected.Address(RVA = "0x1C095A4", Offset = "0x1C095A4", Length = "0x4")]
359 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
360 protected virtual void OnSetComplete(int index, object oldValue, object newValue)
361 {
362 throw null;
363 }
364
365 [global::Cpp2ILInjected.Token(Token = "0x6002E14")]
366 [global::Cpp2ILInjected.Address(RVA = "0x1C095A8", Offset = "0x1C095A8", Length = "0x4")]
367 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
368 protected virtual void OnInsertComplete(int index, object value)
369 {
370 throw null;
371 }
372
373 [global::Cpp2ILInjected.Token(Token = "0x6002E15")]
374 [global::Cpp2ILInjected.Address(RVA = "0x1C095AC", Offset = "0x1C095AC", Length = "0x4")]
375 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
376 protected virtual void OnClearComplete()
377 {
378 throw null;
379 }
380
381 [global::Cpp2ILInjected.Token(Token = "0x6002E16")]
382 [global::Cpp2ILInjected.Address(RVA = "0x1C095B0", Offset = "0x1C095B0", Length = "0x4")]
383 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
384 protected virtual void OnRemoveComplete(int index, object value)
385 {
386 throw null;
387 }
388
389 [global::Cpp2ILInjected.Token(Token = "0x40019B9")]
390 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
392 }
393}
class f__AnonymousType0<< Count > j__TPar
virtual void OnRemoveComplete(int index, object value)
virtual void OnValidate(object value)
virtual void OnInsert(int index, object value)
virtual void OnInsertComplete(int index, object value)
virtual void OnSetComplete(int index, object oldValue, object newValue)
virtual void OnRemove(int index, object value)
virtual void OnSet(int index, object oldValue, object newValue)
void CopyTo(global::System.Array array, int index)
int Add(object value)
void Remove(object value)
int IndexOf(object value)
bool Contains(object value)
void Insert(int index, object value)