terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
X509CertificateImplCollection.cs
Go to the documentation of this file.
1using System;
4
6{
7 // Token: 0x0200010D RID: 269
9 {
10 // Token: 0x06000620 RID: 1568 RVA: 0x00017238 File Offset: 0x00015438
14
15 // Token: 0x06000621 RID: 1569 RVA: 0x00002050 File Offset: 0x00000250
17 {
18 throw new global::Cpp2IlInjected.AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
19 }
20
21 // Token: 0x1700014A RID: 330
22 // (get) Token: 0x06000622 RID: 1570 RVA: 0x0001724C File Offset: 0x0001544C
23 public int Count
24 {
25 get
26 {
27 return this.list._size;
28 }
29 }
30
31 // Token: 0x1700014B RID: 331
32 public X509CertificateImpl this[int index]
33 {
34 get
35 {
36 /*
37An exception occurred when decompiling this method (06000623)
38
39ICSharpCode.Decompiler.DecompilerException: Error decompiling System.Security.Cryptography.X509Certificates.X509CertificateImpl System.Security.Cryptography.X509Certificates.X509CertificateImplCollection::get_Item(System.Int32)
40
41 ---> System.Exception: Basic block has to end with unconditional control flow.
42{
43 Block_0:
44 stloc:class [mscorlib]System.Collections.Generic.List`1<class [mscorlib]System.Security.Cryptography.X509Certificates.X509CertificateImpl>(var_0_06, ldfld:class [mscorlib]System.Collections.Generic.List`1<class [mscorlib]System.Security.Cryptography.X509Certificates.X509CertificateImpl>(X509CertificateImplCollection::list, ldloc:X509CertificateImplCollection(this)))
45}
46
47 at ICSharpCode.Decompiler.ILAst.ILAstOptimizer.FlattenBasicBlocks(ILNode node) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 1852
48 at ICSharpCode.Decompiler.ILAst.ILAstOptimizer.Optimize(DecompilerContext context, ILBlock method, AutoPropertyProvider autoPropertyProvider, StateMachineKind& stateMachineKind, MethodDef& inlinedMethod, AsyncMethodDebugInfo& asyncInfo, ILAstOptimizationStep abortBeforeStep) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 355
49 at ICSharpCode.Decompiler.Ast.AstMethodBodyBuilder.CreateMethodBody(IEnumerable`1 parameters, MethodDebugInfoBuilder& builder) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstMethodBodyBuilder.cs:line 123
50 at ICSharpCode.Decompiler.Ast.AstMethodBodyBuilder.CreateMethodBody(MethodDef methodDef, DecompilerContext context, AutoPropertyProvider autoPropertyProvider, IEnumerable`1 parameters, Boolean valueParameterIsKeyword, StringBuilder sb, MethodDebugInfoBuilder& stmtsBuilder) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstMethodBodyBuilder.cs:line 88
51 --- End of inner exception stack trace ---
52 at ICSharpCode.Decompiler.Ast.AstMethodBodyBuilder.CreateMethodBody(MethodDef methodDef, DecompilerContext context, AutoPropertyProvider autoPropertyProvider, IEnumerable`1 parameters, Boolean valueParameterIsKeyword, StringBuilder sb, MethodDebugInfoBuilder& stmtsBuilder) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstMethodBodyBuilder.cs:line 92
53 at ICSharpCode.Decompiler.Ast.AstBuilder.AddMethodBody(EntityDeclaration methodNode, EntityDeclaration& updatedNode, MethodDef method, IEnumerable`1 parameters, Boolean valueParameterIsKeyword, MethodKind methodKind) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstBuilder.cs:line 1683
54*/;
55 }
56 }
57
58 // Token: 0x06000624 RID: 1572 RVA: 0x00002050 File Offset: 0x00000250
59 public void Add(X509CertificateImpl impl, bool takeOwnership)
60 {
61 throw new global::Cpp2IlInjected.AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
62 }
63
64 // Token: 0x06000625 RID: 1573 RVA: 0x00002050 File Offset: 0x00000250
66 {
67 throw new global::Cpp2IlInjected.AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
68 }
69
70 // Token: 0x06000626 RID: 1574 RVA: 0x00017278 File Offset: 0x00015478
71 public void Dispose()
72 {
73 GC.SuppressFinalize(this);
74 }
75
76 // Token: 0x06000627 RID: 1575 RVA: 0x00002050 File Offset: 0x00000250
77 protected virtual void Dispose(bool disposing)
78 {
79 throw new global::Cpp2IlInjected.AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
80 }
81
82 // Token: 0x06000628 RID: 1576 RVA: 0x0001728C File Offset: 0x0001548C
83 protected override void Finalize()
84 {
85 base.Finalize();
86 }
87
88 // Token: 0x04000506 RID: 1286
90 }
91}
class f__AnonymousType0<< Count > j__TPar
static void SuppressFinalize(object obj)
Definition GC.cs:116