scripts
This commit is contained in:
+206
@@ -0,0 +1,206 @@
|
||||
using System;
|
||||
using System.Collections;
|
||||
using System.Runtime.InteropServices;
|
||||
using System.Text;
|
||||
using Cpp2IlInjected;
|
||||
|
||||
namespace BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections
|
||||
{
|
||||
// Token: 0x02001379 RID: 4985
|
||||
[Token(Token = "0x2001379")]
|
||||
[StructLayout(3)]
|
||||
public abstract class CollectionUtilities
|
||||
{
|
||||
// Token: 0x06007E0F RID: 32271 RVA: 0x001A757C File Offset: 0x001A577C
|
||||
[Token(Token = "0x6007E0F")]
|
||||
[Address(RVA = "0x1C5E7C0", Offset = "0x1C5D1C0", VA = "0x181C5E7C0")]
|
||||
public static void AddRange(IList to, IEnumerable range)
|
||||
{
|
||||
int num;
|
||||
do
|
||||
{
|
||||
num = 0;
|
||||
num += num;
|
||||
num++;
|
||||
uint num2;
|
||||
if (num < (int)num2)
|
||||
{
|
||||
num += num;
|
||||
num++;
|
||||
}
|
||||
num += num;
|
||||
num++;
|
||||
num += 19;
|
||||
num += num;
|
||||
num += 2;
|
||||
num += 19;
|
||||
if (num != 0)
|
||||
{
|
||||
}
|
||||
if (num != -1)
|
||||
{
|
||||
}
|
||||
}
|
||||
while (num != 0);
|
||||
}
|
||||
|
||||
// Token: 0x06007E10 RID: 32272 RVA: 0x001A75D4 File Offset: 0x001A57D4
|
||||
[Token(Token = "0x6007E10")]
|
||||
[Address(RVA = "0x1C5E9E0", Offset = "0x1C5D3E0", VA = "0x181C5E9E0")]
|
||||
public static bool CheckElementsAreOfType(IEnumerable e, Type t)
|
||||
{
|
||||
int num;
|
||||
do
|
||||
{
|
||||
num = 0;
|
||||
bool flag;
|
||||
while (flag)
|
||||
{
|
||||
}
|
||||
if (flag)
|
||||
{
|
||||
}
|
||||
if (num != -1)
|
||||
{
|
||||
if (typeof(IDisposable).TypeHandle == (ulong)58L)
|
||||
{
|
||||
}
|
||||
if (typeof(IDisposable).TypeHandle == (ulong)56L)
|
||||
{
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
while (num != 0);
|
||||
return true;
|
||||
}
|
||||
|
||||
// Token: 0x06007E11 RID: 32273 RVA: 0x001A7620 File Offset: 0x001A5820
|
||||
[Token(Token = "0x6007E11")]
|
||||
[Address(RVA = "0x1C5EB80", Offset = "0x1C5D580", VA = "0x181C5EB80")]
|
||||
public static IDictionary ReadOnly(IDictionary d)
|
||||
{
|
||||
/*
|
||||
An exception occurred when decompiling this method (06007E11)
|
||||
|
||||
ICSharpCode.Decompiler.DecompilerException: Error decompiling System.Collections.IDictionary BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.CollectionUtilities::ReadOnly(System.Collections.IDictionary)
|
||||
|
||||
---> System.Exception: Basic block has to end with unconditional control flow.
|
||||
{
|
||||
Block_0:
|
||||
stfld:IDictionary(UnmodifiableDictionaryProxy::d, ldloc:UnmodifiableDictionaryProxy(var_0), ldloc:IDictionary(d))
|
||||
}
|
||||
|
||||
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
|
||||
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
|
||||
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
|
||||
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
|
||||
--- End of inner exception stack trace ---
|
||||
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
|
||||
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 1663
|
||||
*/;
|
||||
}
|
||||
|
||||
// Token: 0x06007E12 RID: 32274 RVA: 0x001A7634 File Offset: 0x001A5834
|
||||
[Token(Token = "0x6007E12")]
|
||||
[Address(RVA = "0x1C5EC40", Offset = "0x1C5D640", VA = "0x181C5EC40")]
|
||||
public static IList ReadOnly(IList l)
|
||||
{
|
||||
/*
|
||||
An exception occurred when decompiling this method (06007E12)
|
||||
|
||||
ICSharpCode.Decompiler.DecompilerException: Error decompiling System.Collections.IList BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.CollectionUtilities::ReadOnly(System.Collections.IList)
|
||||
|
||||
---> System.Exception: Basic block has to end with unconditional control flow.
|
||||
{
|
||||
Block_0:
|
||||
stfld:IList(UnmodifiableListProxy::l, ldloc:UnmodifiableListProxy(var_0), ldloc:IList(l))
|
||||
}
|
||||
|
||||
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
|
||||
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
|
||||
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
|
||||
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
|
||||
--- End of inner exception stack trace ---
|
||||
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
|
||||
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 1663
|
||||
*/;
|
||||
}
|
||||
|
||||
// Token: 0x06007E13 RID: 32275 RVA: 0x001A7648 File Offset: 0x001A5848
|
||||
[Token(Token = "0x6007E13")]
|
||||
[Address(RVA = "0x1C5EBE0", Offset = "0x1C5D5E0", VA = "0x181C5EBE0")]
|
||||
public static ISet ReadOnly(ISet s)
|
||||
{
|
||||
/*
|
||||
An exception occurred when decompiling this method (06007E13)
|
||||
|
||||
ICSharpCode.Decompiler.DecompilerException: Error decompiling BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.CollectionUtilities::ReadOnly(BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet)
|
||||
|
||||
---> System.Exception: Basic block has to end with unconditional control flow.
|
||||
{
|
||||
Block_0:
|
||||
stfld:ISet(UnmodifiableSetProxy::s, ldloc:UnmodifiableSetProxy(var_0), ldloc:ISet(s))
|
||||
}
|
||||
|
||||
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
|
||||
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
|
||||
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
|
||||
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
|
||||
--- End of inner exception stack trace ---
|
||||
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
|
||||
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 1663
|
||||
*/;
|
||||
}
|
||||
|
||||
// Token: 0x06007E14 RID: 32276 RVA: 0x001A765C File Offset: 0x001A585C
|
||||
[Token(Token = "0x6007E14")]
|
||||
[Address(RVA = "0x1C5ECA0", Offset = "0x1C5D6A0", VA = "0x181C5ECA0")]
|
||||
public static object RequireNext(IEnumerator e)
|
||||
{
|
||||
throw new NullReferenceException();
|
||||
}
|
||||
|
||||
// Token: 0x06007E15 RID: 32277 RVA: 0x001A7674 File Offset: 0x001A5874
|
||||
[Token(Token = "0x6007E15")]
|
||||
[Address(RVA = "0x1C5ED30", Offset = "0x1C5D730", VA = "0x181C5ED30")]
|
||||
public static string ToString(IEnumerable c)
|
||||
{
|
||||
StringBuilder stringBuilder = new StringBuilder("[");
|
||||
if (stringBuilder != 0)
|
||||
{
|
||||
int hashCode = stringBuilder.GetHashCode();
|
||||
int num = 0;
|
||||
int num2 = 0;
|
||||
if (num2 < num)
|
||||
{
|
||||
num2 += num2;
|
||||
num2++;
|
||||
}
|
||||
if (num2 != 0)
|
||||
{
|
||||
int num3 = 0;
|
||||
StringBuilder stringBuilder2 = stringBuilder.Append(", ");
|
||||
if (num2 < num3)
|
||||
{
|
||||
num2 += num2;
|
||||
num2++;
|
||||
}
|
||||
int num4 = num2.GetHashCode();
|
||||
num4 += num4;
|
||||
num4 += num4;
|
||||
}
|
||||
}
|
||||
uint num5;
|
||||
StringBuilder stringBuilder3 = stringBuilder.Append((char)num5);
|
||||
throw new NullReferenceException();
|
||||
}
|
||||
|
||||
// Token: 0x06007E16 RID: 32278 RVA: 0x001A76FC File Offset: 0x001A58FC
|
||||
[Token(Token = "0x6007E16")]
|
||||
[Address(RVA = "0x3C1670", Offset = "0x3C0070", VA = "0x1803C1670")]
|
||||
protected CollectionUtilities()
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
+41
@@ -0,0 +1,41 @@
|
||||
using System;
|
||||
using System.Collections;
|
||||
using System.Runtime.InteropServices;
|
||||
using Cpp2IlInjected;
|
||||
|
||||
namespace BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections
|
||||
{
|
||||
// Token: 0x0200137A RID: 4986
|
||||
[Token(Token = "0x200137A")]
|
||||
[StructLayout(3)]
|
||||
public sealed class EmptyEnumerable : IEnumerable
|
||||
{
|
||||
// Token: 0x06007E17 RID: 32279 RVA: 0x001A7710 File Offset: 0x001A5910
|
||||
[Token(Token = "0x6007E17")]
|
||||
[Address(RVA = "0x3C1670", Offset = "0x3C0070", VA = "0x1803C1670")]
|
||||
private EmptyEnumerable()
|
||||
{
|
||||
}
|
||||
|
||||
// Token: 0x06007E18 RID: 32280 RVA: 0x0000220F File Offset: 0x0000040F
|
||||
[Token(Token = "0x6007E18")]
|
||||
[Address(RVA = "0x1C5F380", Offset = "0x1C5DD80", VA = "0x181C5F380", Slot = "4")]
|
||||
public IEnumerator GetEnumerator()
|
||||
{
|
||||
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
|
||||
}
|
||||
|
||||
// Token: 0x06007E19 RID: 32281 RVA: 0x001A7724 File Offset: 0x001A5924
|
||||
// Note: this type is marked as 'beforefieldinit'.
|
||||
[Token(Token = "0x6007E19")]
|
||||
[Address(RVA = "0x1C5F3E0", Offset = "0x1C5DDE0", VA = "0x181C5F3E0")]
|
||||
static EmptyEnumerable()
|
||||
{
|
||||
EmptyEnumerable emptyEnumerable = new EmptyEnumerable();
|
||||
}
|
||||
|
||||
// Token: 0x04005A4D RID: 23117
|
||||
[Token(Token = "0x4005A4D")]
|
||||
public static readonly IEnumerable Instance;
|
||||
}
|
||||
}
|
||||
+81
@@ -0,0 +1,81 @@
|
||||
using System;
|
||||
using System.Collections;
|
||||
using System.Runtime.InteropServices;
|
||||
using Cpp2IlInjected;
|
||||
|
||||
namespace BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections
|
||||
{
|
||||
// Token: 0x0200137B RID: 4987
|
||||
[Token(Token = "0x200137B")]
|
||||
[StructLayout(3)]
|
||||
public sealed class EmptyEnumerator : IEnumerator
|
||||
{
|
||||
// Token: 0x06007E1A RID: 32282 RVA: 0x001A7738 File Offset: 0x001A5938
|
||||
[Token(Token = "0x6007E1A")]
|
||||
[Address(RVA = "0x3C1670", Offset = "0x3C0070", VA = "0x1803C1670")]
|
||||
private EmptyEnumerator()
|
||||
{
|
||||
this.Reset();
|
||||
}
|
||||
|
||||
// Token: 0x06007E1B RID: 32283 RVA: 0x001A774C File Offset: 0x001A594C
|
||||
[Token(Token = "0x6007E1B")]
|
||||
[Address(RVA = "0x413970", Offset = "0x412370", VA = "0x180413970", Slot = "4")]
|
||||
public bool MoveNext()
|
||||
{
|
||||
}
|
||||
|
||||
// Token: 0x06007E1C RID: 32284 RVA: 0x0000220F File Offset: 0x0000040F
|
||||
[Token(Token = "0x6007E1C")]
|
||||
[Address(RVA = "0x3C9F60", Offset = "0x3C8960", VA = "0x1803C9F60", Slot = "6")]
|
||||
public void Reset()
|
||||
{
|
||||
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
|
||||
}
|
||||
|
||||
// Token: 0x1700147A RID: 5242
|
||||
// (get) Token: 0x06007E1D RID: 32285 RVA: 0x001A775C File Offset: 0x001A595C
|
||||
[Token(Token = "0x1700147A")]
|
||||
public object Current
|
||||
{
|
||||
[Token(Token = "0x6007E1D")]
|
||||
[Address(RVA = "0x1C5F4A0", Offset = "0x1C5DEA0", VA = "0x181C5F4A0", Slot = "5")]
|
||||
get
|
||||
{
|
||||
/*
|
||||
An exception occurred when decompiling this method (06007E1D)
|
||||
|
||||
ICSharpCode.Decompiler.DecompilerException: Error decompiling System.Object BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.EmptyEnumerator::get_Current()
|
||||
|
||||
---> System.Exception: Basic block has to end with unconditional control flow.
|
||||
{
|
||||
Block_0:
|
||||
stloc:InvalidOperationException(var_0_0A, newobj:InvalidOperationException(InvalidOperationException::.ctor, ldstr:string("No elements")))
|
||||
}
|
||||
|
||||
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
|
||||
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
|
||||
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
|
||||
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
|
||||
--- End of inner exception stack trace ---
|
||||
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
|
||||
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 1663
|
||||
*/;
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x06007E1E RID: 32286 RVA: 0x001A7774 File Offset: 0x001A5974
|
||||
// Note: this type is marked as 'beforefieldinit'.
|
||||
[Token(Token = "0x6007E1E")]
|
||||
[Address(RVA = "0x1C5F440", Offset = "0x1C5DE40", VA = "0x181C5F440")]
|
||||
static EmptyEnumerator()
|
||||
{
|
||||
EmptyEnumerator emptyEnumerator;
|
||||
emptyEnumerator.Reset();
|
||||
}
|
||||
|
||||
// Token: 0x04005A4E RID: 23118
|
||||
[Token(Token = "0x4005A4E")]
|
||||
public static readonly IEnumerator Instance;
|
||||
}
|
||||
}
|
||||
+56
@@ -0,0 +1,56 @@
|
||||
using System;
|
||||
using System.Collections;
|
||||
using System.Runtime.InteropServices;
|
||||
using Cpp2IlInjected;
|
||||
|
||||
namespace BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections
|
||||
{
|
||||
// Token: 0x0200137C RID: 4988
|
||||
[Token(Token = "0x200137C")]
|
||||
[StructLayout(3)]
|
||||
public sealed class EnumerableProxy : IEnumerable
|
||||
{
|
||||
// Token: 0x06007E1F RID: 32287 RVA: 0x001A7788 File Offset: 0x001A5988
|
||||
[Token(Token = "0x6007E1F")]
|
||||
[Address(RVA = "0x1C5F550", Offset = "0x1C5DF50", VA = "0x181C5F550")]
|
||||
public EnumerableProxy(IEnumerable inner)
|
||||
{
|
||||
/*
|
||||
An exception occurred when decompiling this method (06007E1F)
|
||||
|
||||
ICSharpCode.Decompiler.DecompilerException: Error decompiling System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.EnumerableProxy::.ctor(System.Collections.IEnumerable)
|
||||
|
||||
---> System.Exception: Basic block has to end with unconditional control flow.
|
||||
{
|
||||
IL_12:
|
||||
stloc:ArgumentNullException(var_0_1C, newobj:ArgumentNullException(ArgumentNullException::.ctor, ldstr:string("inner")))
|
||||
}
|
||||
|
||||
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
|
||||
at ICSharpCode.Decompiler.ILAst.ILAstOptimizer.FlattenBasicBlocks(ILNode node) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 1878
|
||||
at ICSharpCode.Decompiler.ILAst.ILAstOptimizer.FlattenBasicBlocks(ILNode node) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 1878
|
||||
at ICSharpCode.Decompiler.ILAst.ILAstOptimizer.FlattenBasicBlocks(ILNode node) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 1846
|
||||
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
|
||||
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
|
||||
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
|
||||
--- End of inner exception stack trace ---
|
||||
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
|
||||
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 1663
|
||||
*/;
|
||||
}
|
||||
|
||||
// Token: 0x06007E20 RID: 32288 RVA: 0x001A77B4 File Offset: 0x001A59B4
|
||||
[Token(Token = "0x6007E20")]
|
||||
[Address(RVA = "0x1C5F500", Offset = "0x1C5DF00", VA = "0x181C5F500", Slot = "4")]
|
||||
public IEnumerator GetEnumerator()
|
||||
{
|
||||
IEnumerable enumerable = this.inner;
|
||||
throw new NullReferenceException();
|
||||
}
|
||||
|
||||
// Token: 0x04005A4F RID: 23119
|
||||
[global::Cpp2IlInjected.FieldOffset(Offset = "0x10")]
|
||||
[Token(Token = "0x4005A4F")]
|
||||
private readonly IEnumerable inner;
|
||||
}
|
||||
}
|
||||
+244
@@ -0,0 +1,244 @@
|
||||
using System;
|
||||
using System.Collections;
|
||||
using System.Runtime.InteropServices;
|
||||
using Cpp2IlInjected;
|
||||
|
||||
namespace BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections
|
||||
{
|
||||
// Token: 0x0200137D RID: 4989
|
||||
[Token(Token = "0x200137D")]
|
||||
[StructLayout(3)]
|
||||
public class HashSet : ISet, ICollection, IEnumerable
|
||||
{
|
||||
// Token: 0x06007E21 RID: 32289 RVA: 0x001A77D0 File Offset: 0x001A59D0
|
||||
[Token(Token = "0x6007E21")]
|
||||
[Address(RVA = "0x1C5FFA0", Offset = "0x1C5E9A0", VA = "0x181C5FFA0")]
|
||||
public HashSet()
|
||||
{
|
||||
IDictionary dictionary = Platform.CreateHashtable();
|
||||
this.impl = dictionary;
|
||||
base..ctor();
|
||||
}
|
||||
|
||||
// Token: 0x06007E22 RID: 32290 RVA: 0x001A77F4 File Offset: 0x001A59F4
|
||||
[Token(Token = "0x6007E22")]
|
||||
[Address(RVA = "0x1C60000", Offset = "0x1C5EA00", VA = "0x181C60000")]
|
||||
public HashSet(IEnumerable s)
|
||||
{
|
||||
int num;
|
||||
do
|
||||
{
|
||||
num = 0;
|
||||
IDictionary dictionary = Platform.CreateHashtable();
|
||||
this.impl = dictionary;
|
||||
base..ctor();
|
||||
IEnumerator enumerator;
|
||||
if (dictionary != 0)
|
||||
{
|
||||
if (num < dictionary)
|
||||
{
|
||||
num += num;
|
||||
num++;
|
||||
}
|
||||
enumerator = this.GetEnumerator();
|
||||
num += num;
|
||||
}
|
||||
if (enumerator != 0)
|
||||
{
|
||||
}
|
||||
if (num != -1)
|
||||
{
|
||||
}
|
||||
}
|
||||
while (num != 0);
|
||||
}
|
||||
|
||||
// Token: 0x06007E23 RID: 32291 RVA: 0x001A7848 File Offset: 0x001A5A48
|
||||
[Token(Token = "0x6007E23")]
|
||||
[Address(RVA = "0x1C5FB80", Offset = "0x1C5E580", VA = "0x181C5FB80", Slot = "18")]
|
||||
public virtual void Add(object o)
|
||||
{
|
||||
IDictionary dictionary = this.impl;
|
||||
}
|
||||
|
||||
// Token: 0x06007E24 RID: 32292 RVA: 0x001A7864 File Offset: 0x001A5A64
|
||||
[Token(Token = "0x6007E24")]
|
||||
[Address(RVA = "0x1C5F9C0", Offset = "0x1C5E3C0", VA = "0x181C5F9C0", Slot = "19")]
|
||||
public virtual void AddAll(IEnumerable e)
|
||||
{
|
||||
int num;
|
||||
do
|
||||
{
|
||||
num = 0;
|
||||
num += num;
|
||||
num++;
|
||||
IEnumerator enumerator = this.GetEnumerator();
|
||||
num += num;
|
||||
if (enumerator != 0)
|
||||
{
|
||||
}
|
||||
if (num != -1)
|
||||
{
|
||||
}
|
||||
}
|
||||
while (num != 0);
|
||||
}
|
||||
|
||||
// Token: 0x06007E25 RID: 32293 RVA: 0x001A7898 File Offset: 0x001A5A98
|
||||
[Token(Token = "0x6007E25")]
|
||||
[Address(RVA = "0x1C5FBF0", Offset = "0x1C5E5F0", VA = "0x181C5FBF0", Slot = "20")]
|
||||
public virtual void Clear()
|
||||
{
|
||||
IDictionary dictionary = this.impl;
|
||||
throw new NullReferenceException();
|
||||
}
|
||||
|
||||
// Token: 0x06007E26 RID: 32294 RVA: 0x001A78B4 File Offset: 0x001A5AB4
|
||||
[Token(Token = "0x6007E26")]
|
||||
[Address(RVA = "0x1C5FC40", Offset = "0x1C5E640", VA = "0x181C5FC40", Slot = "21")]
|
||||
public virtual bool Contains(object o)
|
||||
{
|
||||
IDictionary dictionary = this.impl;
|
||||
throw new NullReferenceException();
|
||||
}
|
||||
|
||||
// Token: 0x06007E27 RID: 32295 RVA: 0x001A78D0 File Offset: 0x001A5AD0
|
||||
[Token(Token = "0x6007E27")]
|
||||
[Address(RVA = "0x1C5FCA0", Offset = "0x1C5E6A0", VA = "0x181C5FCA0", Slot = "22")]
|
||||
public virtual void CopyTo(Array array, int index)
|
||||
{
|
||||
IDictionary dictionary = this.impl;
|
||||
}
|
||||
|
||||
// Token: 0x1700147B RID: 5243
|
||||
// (get) Token: 0x06007E28 RID: 32296 RVA: 0x001A78EC File Offset: 0x001A5AEC
|
||||
[Token(Token = "0x1700147B")]
|
||||
public virtual int Count
|
||||
{
|
||||
[Token(Token = "0x6007E28")]
|
||||
[Address(RVA = "0x1C601E0", Offset = "0x1C5EBE0", VA = "0x181C601E0", Slot = "23")]
|
||||
get
|
||||
{
|
||||
IDictionary dictionary = this.impl;
|
||||
throw new NullReferenceException();
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x06007E29 RID: 32297 RVA: 0x001A7908 File Offset: 0x001A5B08
|
||||
[Token(Token = "0x6007E29")]
|
||||
[Address(RVA = "0x1C5FD20", Offset = "0x1C5E720", VA = "0x181C5FD20", Slot = "24")]
|
||||
public virtual IEnumerator GetEnumerator()
|
||||
{
|
||||
IDictionary dictionary = this.impl;
|
||||
throw new NullReferenceException();
|
||||
}
|
||||
|
||||
// Token: 0x1700147C RID: 5244
|
||||
// (get) Token: 0x06007E2A RID: 32298 RVA: 0x001A7924 File Offset: 0x001A5B24
|
||||
[Token(Token = "0x1700147C")]
|
||||
public virtual bool IsEmpty
|
||||
{
|
||||
[Token(Token = "0x6007E2A")]
|
||||
[Address(RVA = "0x1C60230", Offset = "0x1C5EC30", VA = "0x181C60230", Slot = "25")]
|
||||
get
|
||||
{
|
||||
IDictionary dictionary = this.impl;
|
||||
bool flag;
|
||||
return flag;
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x1700147D RID: 5245
|
||||
// (get) Token: 0x06007E2B RID: 32299 RVA: 0x001A7940 File Offset: 0x001A5B40
|
||||
[Token(Token = "0x1700147D")]
|
||||
public virtual bool IsFixedSize
|
||||
{
|
||||
[Token(Token = "0x6007E2B")]
|
||||
[Address(RVA = "0x1C60280", Offset = "0x1C5EC80", VA = "0x181C60280", Slot = "26")]
|
||||
get
|
||||
{
|
||||
IDictionary dictionary = this.impl;
|
||||
throw new NullReferenceException();
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x1700147E RID: 5246
|
||||
// (get) Token: 0x06007E2C RID: 32300 RVA: 0x001A795C File Offset: 0x001A5B5C
|
||||
[Token(Token = "0x1700147E")]
|
||||
public virtual bool IsReadOnly
|
||||
{
|
||||
[Token(Token = "0x6007E2C")]
|
||||
[Address(RVA = "0x1C602D0", Offset = "0x1C5ECD0", VA = "0x181C602D0", Slot = "27")]
|
||||
get
|
||||
{
|
||||
IDictionary dictionary = this.impl;
|
||||
throw new NullReferenceException();
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x1700147F RID: 5247
|
||||
// (get) Token: 0x06007E2D RID: 32301 RVA: 0x001A7978 File Offset: 0x001A5B78
|
||||
[Token(Token = "0x1700147F")]
|
||||
public virtual bool IsSynchronized
|
||||
{
|
||||
[Token(Token = "0x6007E2D")]
|
||||
[Address(RVA = "0x1C60320", Offset = "0x1C5ED20", VA = "0x181C60320", Slot = "28")]
|
||||
get
|
||||
{
|
||||
IDictionary dictionary = this.impl;
|
||||
throw new NullReferenceException();
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x06007E2E RID: 32302 RVA: 0x001A7994 File Offset: 0x001A5B94
|
||||
[Token(Token = "0x6007E2E")]
|
||||
[Address(RVA = "0x1C5FF40", Offset = "0x1C5E940", VA = "0x181C5FF40", Slot = "29")]
|
||||
public virtual void Remove(object o)
|
||||
{
|
||||
IDictionary dictionary = this.impl;
|
||||
throw new NullReferenceException();
|
||||
}
|
||||
|
||||
// Token: 0x06007E2F RID: 32303 RVA: 0x001A79B0 File Offset: 0x001A5BB0
|
||||
[Token(Token = "0x6007E2F")]
|
||||
[Address(RVA = "0x1C5FD80", Offset = "0x1C5E780", VA = "0x181C5FD80", Slot = "30")]
|
||||
public virtual void RemoveAll(IEnumerable e)
|
||||
{
|
||||
int num;
|
||||
do
|
||||
{
|
||||
num = 0;
|
||||
num += num;
|
||||
num++;
|
||||
bool isSynchronized = this.IsSynchronized;
|
||||
num += num;
|
||||
if (isSynchronized)
|
||||
{
|
||||
}
|
||||
if (num != -1)
|
||||
{
|
||||
}
|
||||
}
|
||||
while (num != 0);
|
||||
}
|
||||
|
||||
// Token: 0x17001480 RID: 5248
|
||||
// (get) Token: 0x06007E30 RID: 32304 RVA: 0x001A79E4 File Offset: 0x001A5BE4
|
||||
[Token(Token = "0x17001480")]
|
||||
public virtual object SyncRoot
|
||||
{
|
||||
[Token(Token = "0x6007E30")]
|
||||
[Address(RVA = "0x1C60370", Offset = "0x1C5ED70", VA = "0x181C60370", Slot = "31")]
|
||||
get
|
||||
{
|
||||
IDictionary dictionary = this.impl;
|
||||
throw new NullReferenceException();
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x04005A50 RID: 23120
|
||||
[global::Cpp2IlInjected.FieldOffset(Offset = "0x10")]
|
||||
[Token(Token = "0x4005A50")]
|
||||
private readonly IDictionary impl;
|
||||
}
|
||||
}
|
||||
+73
@@ -0,0 +1,73 @@
|
||||
using System;
|
||||
using System.Collections;
|
||||
using System.Runtime.InteropServices;
|
||||
using Cpp2IlInjected;
|
||||
|
||||
namespace BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections
|
||||
{
|
||||
// Token: 0x0200137E RID: 4990
|
||||
[Token(Token = "0x200137E")]
|
||||
[StructLayout(3)]
|
||||
public interface ISet : ICollection, IEnumerable
|
||||
{
|
||||
// Token: 0x06007E31 RID: 32305
|
||||
[Token(Token = "0x6007E31")]
|
||||
[Address(Slot = "0")]
|
||||
void Add(object o);
|
||||
|
||||
// Token: 0x06007E32 RID: 32306
|
||||
[Token(Token = "0x6007E32")]
|
||||
[Address(Slot = "1")]
|
||||
void AddAll(IEnumerable e);
|
||||
|
||||
// Token: 0x06007E33 RID: 32307
|
||||
[Token(Token = "0x6007E33")]
|
||||
[Address(Slot = "2")]
|
||||
void Clear();
|
||||
|
||||
// Token: 0x06007E34 RID: 32308
|
||||
[Token(Token = "0x6007E34")]
|
||||
[Address(Slot = "3")]
|
||||
bool Contains(object o);
|
||||
|
||||
// Token: 0x17001481 RID: 5249
|
||||
// (get) Token: 0x06007E35 RID: 32309
|
||||
[Token(Token = "0x17001481")]
|
||||
bool IsEmpty
|
||||
{
|
||||
[Token(Token = "0x6007E35")]
|
||||
[Address(Slot = "4")]
|
||||
get;
|
||||
}
|
||||
|
||||
// Token: 0x17001482 RID: 5250
|
||||
// (get) Token: 0x06007E36 RID: 32310
|
||||
[Token(Token = "0x17001482")]
|
||||
bool IsFixedSize
|
||||
{
|
||||
[Token(Token = "0x6007E36")]
|
||||
[Address(Slot = "5")]
|
||||
get;
|
||||
}
|
||||
|
||||
// Token: 0x17001483 RID: 5251
|
||||
// (get) Token: 0x06007E37 RID: 32311
|
||||
[Token(Token = "0x17001483")]
|
||||
bool IsReadOnly
|
||||
{
|
||||
[Token(Token = "0x6007E37")]
|
||||
[Address(Slot = "6")]
|
||||
get;
|
||||
}
|
||||
|
||||
// Token: 0x06007E38 RID: 32312
|
||||
[Token(Token = "0x6007E38")]
|
||||
[Address(Slot = "7")]
|
||||
void Remove(object o);
|
||||
|
||||
// Token: 0x06007E39 RID: 32313
|
||||
[Token(Token = "0x6007E39")]
|
||||
[Address(Slot = "8")]
|
||||
void RemoveAll(IEnumerable e);
|
||||
}
|
||||
}
|
||||
+334
@@ -0,0 +1,334 @@
|
||||
using System;
|
||||
using System.Collections;
|
||||
using System.Runtime.InteropServices;
|
||||
using Cpp2IlInjected;
|
||||
|
||||
namespace BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections
|
||||
{
|
||||
// Token: 0x0200137F RID: 4991
|
||||
[Token(Token = "0x200137F")]
|
||||
[StructLayout(3)]
|
||||
public class LinkedDictionary : IDictionary, ICollection, IEnumerable
|
||||
{
|
||||
// Token: 0x06007E3A RID: 32314 RVA: 0x001A7A00 File Offset: 0x001A5C00
|
||||
[Token(Token = "0x6007E3A")]
|
||||
[Address(RVA = "0x1C611E0", Offset = "0x1C5FBE0", VA = "0x181C611E0")]
|
||||
public LinkedDictionary()
|
||||
{
|
||||
IDictionary dictionary = Platform.CreateHashtable();
|
||||
this.hash = dictionary;
|
||||
IList list = Platform.CreateArrayList();
|
||||
this.keys = list;
|
||||
base..ctor();
|
||||
}
|
||||
|
||||
// Token: 0x06007E3B RID: 32315 RVA: 0x001A7A34 File Offset: 0x001A5C34
|
||||
[Token(Token = "0x6007E3B")]
|
||||
[Address(RVA = "0x1C60D30", Offset = "0x1C5F730", VA = "0x181C60D30", Slot = "20")]
|
||||
public virtual void Add(object k, object v)
|
||||
{
|
||||
IDictionary dictionary = this.hash;
|
||||
IList list = this.keys;
|
||||
throw new NullReferenceException();
|
||||
}
|
||||
|
||||
// Token: 0x06007E3C RID: 32316 RVA: 0x001A7A54 File Offset: 0x001A5C54
|
||||
[Token(Token = "0x6007E3C")]
|
||||
[Address(RVA = "0x1C60DC0", Offset = "0x1C5F7C0", VA = "0x181C60DC0", Slot = "21")]
|
||||
public virtual void Clear()
|
||||
{
|
||||
IDictionary dictionary = this.hash;
|
||||
IList list = this.keys;
|
||||
throw new NullReferenceException();
|
||||
}
|
||||
|
||||
// Token: 0x06007E3D RID: 32317 RVA: 0x001A7A74 File Offset: 0x001A5C74
|
||||
[Token(Token = "0x6007E3D")]
|
||||
[Address(RVA = "0x1C60E30", Offset = "0x1C5F830", VA = "0x181C60E30", Slot = "22")]
|
||||
public virtual bool Contains(object k)
|
||||
{
|
||||
IDictionary dictionary = this.hash;
|
||||
throw new NullReferenceException();
|
||||
}
|
||||
|
||||
// Token: 0x06007E3E RID: 32318 RVA: 0x001A7A90 File Offset: 0x001A5C90
|
||||
[Token(Token = "0x6007E3E")]
|
||||
[Address(RVA = "0x1C60E90", Offset = "0x1C5F890", VA = "0x181C60E90", Slot = "23")]
|
||||
public virtual void CopyTo(Array array, int index)
|
||||
{
|
||||
int num;
|
||||
do
|
||||
{
|
||||
num = 0;
|
||||
IList list = this.keys;
|
||||
num += num;
|
||||
num++;
|
||||
IDictionary dictionary = this.hash;
|
||||
uint num2;
|
||||
if (num < (int)num2)
|
||||
{
|
||||
num += num;
|
||||
num++;
|
||||
}
|
||||
array.SetValue(num, index);
|
||||
num += num;
|
||||
num++;
|
||||
num += 19;
|
||||
num += num;
|
||||
num += 19;
|
||||
if (num != 0)
|
||||
{
|
||||
}
|
||||
if (num != -1)
|
||||
{
|
||||
}
|
||||
}
|
||||
while (num != 0);
|
||||
}
|
||||
|
||||
// Token: 0x17001484 RID: 5252
|
||||
// (get) Token: 0x06007E3F RID: 32319 RVA: 0x001A7B00 File Offset: 0x001A5D00
|
||||
[Token(Token = "0x17001484")]
|
||||
public virtual int Count
|
||||
{
|
||||
[Token(Token = "0x6007E3F")]
|
||||
[Address(RVA = "0x1C61250", Offset = "0x1C5FC50", VA = "0x181C61250", Slot = "24")]
|
||||
get
|
||||
{
|
||||
IDictionary dictionary = this.hash;
|
||||
throw new NullReferenceException();
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x06007E40 RID: 32320 RVA: 0x001A7B1C File Offset: 0x001A5D1C
|
||||
[Token(Token = "0x6007E40")]
|
||||
[Address(RVA = "0x82C510", Offset = "0x82AF10", VA = "0x18082C510", Slot = "19")]
|
||||
IEnumerator IEnumerable.GetEnumerator()
|
||||
{
|
||||
/*
|
||||
An exception occurred when decompiling this method (06007E40)
|
||||
|
||||
ICSharpCode.Decompiler.DecompilerException: Error decompiling System.Collections.IEnumerator BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.LinkedDictionary::System.Collections.IEnumerable.GetEnumerator()
|
||||
|
||||
---> System.Exception: Basic block has to end with unconditional control flow.
|
||||
{
|
||||
Block_0:
|
||||
stloc:IEnumerator`1(var_0_06, call:IEnumerator`1(IEnumerable`1::GetEnumerator, ldloc:LinkedDictionary[exp:IEnumerable`1](this)))
|
||||
}
|
||||
|
||||
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
|
||||
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
|
||||
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
|
||||
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
|
||||
--- End of inner exception stack trace ---
|
||||
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
|
||||
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 1663
|
||||
*/;
|
||||
}
|
||||
|
||||
// Token: 0x06007E41 RID: 32321 RVA: 0x001A7B30 File Offset: 0x001A5D30
|
||||
[Token(Token = "0x6007E41")]
|
||||
[Address(RVA = "0x1C61100", Offset = "0x1C5FB00", VA = "0x181C61100", Slot = "25")]
|
||||
public virtual IDictionaryEnumerator GetEnumerator()
|
||||
{
|
||||
/*
|
||||
An exception occurred when decompiling this method (06007E41)
|
||||
|
||||
ICSharpCode.Decompiler.DecompilerException: Error decompiling System.Collections.IDictionaryEnumerator BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.LinkedDictionary::GetEnumerator()
|
||||
|
||||
---> System.Exception: Basic block has to end with unconditional control flow.
|
||||
{
|
||||
Block_0:
|
||||
stfld:int32(LinkedDictionaryEnumerator::pos, ldloc:LinkedDictionaryEnumerator(var_0), conv.u8:uint64[exp:int32](ldc.i8:int64[exp:uint64](4294967295)))
|
||||
stfld:LinkedDictionary(LinkedDictionaryEnumerator::parent, ldloc:LinkedDictionaryEnumerator(var_0), ldloc:LinkedDictionary(this))
|
||||
}
|
||||
|
||||
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
|
||||
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
|
||||
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
|
||||
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
|
||||
--- End of inner exception stack trace ---
|
||||
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
|
||||
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 1663
|
||||
*/;
|
||||
}
|
||||
|
||||
// Token: 0x06007E42 RID: 32322 RVA: 0x001A7B54 File Offset: 0x001A5D54
|
||||
[Token(Token = "0x6007E42")]
|
||||
[Address(RVA = "0x1C61160", Offset = "0x1C5FB60", VA = "0x181C61160", Slot = "26")]
|
||||
public virtual void Remove(object k)
|
||||
{
|
||||
IDictionary dictionary = this.hash;
|
||||
IList list = this.keys;
|
||||
throw new NullReferenceException();
|
||||
}
|
||||
|
||||
// Token: 0x17001485 RID: 5253
|
||||
// (get) Token: 0x06007E43 RID: 32323 RVA: 0x001A7B74 File Offset: 0x001A5D74
|
||||
[Token(Token = "0x17001485")]
|
||||
public virtual bool IsFixedSize
|
||||
{
|
||||
[Token(Token = "0x6007E43")]
|
||||
[Address(RVA = "0x413970", Offset = "0x412370", VA = "0x180413970", Slot = "27")]
|
||||
get
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x17001486 RID: 5254
|
||||
// (get) Token: 0x06007E44 RID: 32324 RVA: 0x001A7B84 File Offset: 0x001A5D84
|
||||
[Token(Token = "0x17001486")]
|
||||
public virtual bool IsReadOnly
|
||||
{
|
||||
[Token(Token = "0x6007E44")]
|
||||
[Address(RVA = "0x413970", Offset = "0x412370", VA = "0x180413970", Slot = "28")]
|
||||
get
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x17001487 RID: 5255
|
||||
// (get) Token: 0x06007E45 RID: 32325 RVA: 0x001A7B94 File Offset: 0x001A5D94
|
||||
[Token(Token = "0x17001487")]
|
||||
public virtual bool IsSynchronized
|
||||
{
|
||||
[Token(Token = "0x6007E45")]
|
||||
[Address(RVA = "0x413970", Offset = "0x412370", VA = "0x180413970", Slot = "29")]
|
||||
get
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x17001488 RID: 5256
|
||||
// (get) Token: 0x06007E46 RID: 32326 RVA: 0x0000220F File Offset: 0x0000040F
|
||||
[Token(Token = "0x17001488")]
|
||||
public virtual object SyncRoot
|
||||
{
|
||||
[Token(Token = "0x6007E46")]
|
||||
[Address(RVA = "0x1C61360", Offset = "0x1C5FD60", VA = "0x181C61360", Slot = "30")]
|
||||
get
|
||||
{
|
||||
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x17001489 RID: 5257
|
||||
// (get) Token: 0x06007E47 RID: 32327 RVA: 0x001A7BA4 File Offset: 0x001A5DA4
|
||||
[Token(Token = "0x17001489")]
|
||||
public virtual ICollection Keys
|
||||
{
|
||||
[Token(Token = "0x6007E47")]
|
||||
[Address(RVA = "0x1C61300", Offset = "0x1C5FD00", VA = "0x181C61300", Slot = "31")]
|
||||
get
|
||||
{
|
||||
/*
|
||||
An exception occurred when decompiling this method (06007E47)
|
||||
|
||||
ICSharpCode.Decompiler.DecompilerException: Error decompiling System.Collections.ICollection BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.LinkedDictionary::get_Keys()
|
||||
|
||||
---> System.Exception: Basic block has to end with unconditional control flow.
|
||||
{
|
||||
Block_0:
|
||||
stloc:IList(var_0_0B, call:IList(Platform::CreateArrayList, ldfld:IList[exp:ICollection](LinkedDictionary::keys, ldloc:LinkedDictionary(this))))
|
||||
}
|
||||
|
||||
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
|
||||
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
|
||||
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
|
||||
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
|
||||
--- End of inner exception stack trace ---
|
||||
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
|
||||
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 1663
|
||||
*/;
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x1700148A RID: 5258
|
||||
// (get) Token: 0x06007E48 RID: 32328 RVA: 0x001A7BBC File Offset: 0x001A5DBC
|
||||
[Token(Token = "0x1700148A")]
|
||||
public virtual ICollection Values
|
||||
{
|
||||
[Token(Token = "0x6007E48")]
|
||||
[Address(RVA = "0x1C613A0", Offset = "0x1C5FDA0", VA = "0x181C613A0", Slot = "32")]
|
||||
get
|
||||
{
|
||||
int num;
|
||||
do
|
||||
{
|
||||
num = 0;
|
||||
IList list = this.keys;
|
||||
IList list2 = this.keys;
|
||||
IList list3;
|
||||
if (list3 != 0)
|
||||
{
|
||||
if (num < list3)
|
||||
{
|
||||
num += num;
|
||||
num++;
|
||||
}
|
||||
IDictionary dictionary = this.hash;
|
||||
uint num2;
|
||||
if (num < (int)num2)
|
||||
{
|
||||
num += num;
|
||||
num++;
|
||||
}
|
||||
int num3 = 0;
|
||||
if (num < num3)
|
||||
{
|
||||
num += num;
|
||||
num++;
|
||||
}
|
||||
num += num;
|
||||
num++;
|
||||
num += 19;
|
||||
num += num;
|
||||
num += 19;
|
||||
num += num;
|
||||
num += 2;
|
||||
num += 19;
|
||||
}
|
||||
if (num != 0)
|
||||
{
|
||||
}
|
||||
if (num != -1)
|
||||
{
|
||||
}
|
||||
}
|
||||
while (num != 0);
|
||||
throw new NullReferenceException();
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x1700148B RID: 5259
|
||||
[Token(Token = "0x1700148B")]
|
||||
public virtual object this[object k]
|
||||
{
|
||||
[Token(Token = "0x6007E49")]
|
||||
[Address(RVA = "0x1C612A0", Offset = "0x1C5FCA0", VA = "0x181C612A0", Slot = "33")]
|
||||
get
|
||||
{
|
||||
IDictionary dictionary = this.hash;
|
||||
throw new NullReferenceException();
|
||||
}
|
||||
[Token(Token = "0x6007E4A")]
|
||||
[Address(RVA = "0x1C616C0", Offset = "0x1C600C0", VA = "0x181C616C0", Slot = "34")]
|
||||
set
|
||||
{
|
||||
IDictionary dictionary = this.hash;
|
||||
IList list = this.keys;
|
||||
IDictionary dictionary2 = this.hash;
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x04005A51 RID: 23121
|
||||
[global::Cpp2IlInjected.FieldOffset(Offset = "0x10")]
|
||||
[Token(Token = "0x4005A51")]
|
||||
internal readonly IDictionary hash;
|
||||
|
||||
// Token: 0x04005A52 RID: 23122
|
||||
[global::Cpp2IlInjected.FieldOffset(Offset = "0x18")]
|
||||
[Token(Token = "0x4005A52")]
|
||||
internal readonly IList keys;
|
||||
}
|
||||
}
|
||||
+145
@@ -0,0 +1,145 @@
|
||||
using System;
|
||||
using System.Collections;
|
||||
using System.Runtime.InteropServices;
|
||||
using Cpp2IlInjected;
|
||||
|
||||
namespace BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections
|
||||
{
|
||||
// Token: 0x02001380 RID: 4992
|
||||
[Token(Token = "0x2001380")]
|
||||
[StructLayout(3)]
|
||||
internal class LinkedDictionaryEnumerator : IDictionaryEnumerator, IEnumerator
|
||||
{
|
||||
// Token: 0x06007E4B RID: 32331 RVA: 0x001A7C98 File Offset: 0x001A5E98
|
||||
[Token(Token = "0x6007E4B")]
|
||||
[Address(RVA = "0x9905F0", Offset = "0x98EFF0", VA = "0x1809905F0")]
|
||||
internal LinkedDictionaryEnumerator(LinkedDictionary parent)
|
||||
{
|
||||
this.parent = parent;
|
||||
}
|
||||
|
||||
// Token: 0x1700148C RID: 5260
|
||||
// (get) Token: 0x06007E4C RID: 32332 RVA: 0x001A7CC4 File Offset: 0x001A5EC4
|
||||
[Token(Token = "0x1700148C")]
|
||||
public virtual object Current
|
||||
{
|
||||
[Token(Token = "0x6007E4C")]
|
||||
[Address(RVA = "0x1C60BB0", Offset = "0x1C5F5B0", VA = "0x181C60BB0", Slot = "10")]
|
||||
get
|
||||
{
|
||||
object obj;
|
||||
return obj;
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x1700148D RID: 5261
|
||||
// (get) Token: 0x06007E4D RID: 32333 RVA: 0x001A7CD4 File Offset: 0x001A5ED4
|
||||
[Token(Token = "0x1700148D")]
|
||||
public virtual DictionaryEntry Entry
|
||||
{
|
||||
[Token(Token = "0x6007E4D")]
|
||||
[Address(RVA = "0x1C60C10", Offset = "0x1C5F610", VA = "0x181C60C10", Slot = "11")]
|
||||
get
|
||||
{
|
||||
throw new NullReferenceException();
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x1700148E RID: 5262
|
||||
// (get) Token: 0x06007E4E RID: 32334 RVA: 0x001A7CEC File Offset: 0x001A5EEC
|
||||
[Token(Token = "0x1700148E")]
|
||||
public virtual object Key
|
||||
{
|
||||
[Token(Token = "0x6007E4E")]
|
||||
[Address(RVA = "0x1C60CB0", Offset = "0x1C5F6B0", VA = "0x181C60CB0", Slot = "12")]
|
||||
get
|
||||
{
|
||||
return this.CurrentKey;
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x06007E4F RID: 32335 RVA: 0x001A7D00 File Offset: 0x001A5F00
|
||||
[Token(Token = "0x6007E4F")]
|
||||
[Address(RVA = "0x1C60A50", Offset = "0x1C5F450", VA = "0x181C60A50", Slot = "13")]
|
||||
public virtual bool MoveNext()
|
||||
{
|
||||
LinkedDictionary linkedDictionary = this.parent;
|
||||
int num = this.pos;
|
||||
IList keys = linkedDictionary.keys;
|
||||
if (num < linkedDictionary)
|
||||
{
|
||||
int num2 = this.pos;
|
||||
LinkedDictionary linkedDictionary2 = this.parent;
|
||||
num2++;
|
||||
this.pos = num2;
|
||||
IList keys2 = linkedDictionary2.keys;
|
||||
return num2 < linkedDictionary2;
|
||||
}
|
||||
throw new NullReferenceException();
|
||||
}
|
||||
|
||||
// Token: 0x06007E50 RID: 32336 RVA: 0x001A7D58 File Offset: 0x001A5F58
|
||||
[Token(Token = "0x6007E50")]
|
||||
[Address(RVA = "0x9905E0", Offset = "0x98EFE0", VA = "0x1809905E0", Slot = "14")]
|
||||
public virtual void Reset()
|
||||
{
|
||||
this.pos = (int)((ulong)4294967295L);
|
||||
}
|
||||
|
||||
// Token: 0x1700148F RID: 5263
|
||||
// (get) Token: 0x06007E51 RID: 32337 RVA: 0x001A7D78 File Offset: 0x001A5F78
|
||||
[Token(Token = "0x1700148F")]
|
||||
public virtual object Value
|
||||
{
|
||||
[Token(Token = "0x6007E51")]
|
||||
[Address(RVA = "0x1C60CC0", Offset = "0x1C5F6C0", VA = "0x181C60CC0", Slot = "15")]
|
||||
get
|
||||
{
|
||||
IDictionary hash = this.parent.hash;
|
||||
object currentKey = this.CurrentKey;
|
||||
throw new NullReferenceException();
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x17001490 RID: 5264
|
||||
// (get) Token: 0x06007E52 RID: 32338 RVA: 0x001A7DA0 File Offset: 0x001A5FA0
|
||||
[Token(Token = "0x17001490")]
|
||||
private object CurrentKey
|
||||
{
|
||||
[Token(Token = "0x6007E52")]
|
||||
[Address(RVA = "0x1C60AF0", Offset = "0x1C5F4F0", VA = "0x181C60AF0")]
|
||||
get
|
||||
{
|
||||
/*
|
||||
An exception occurred when decompiling this method (06007E52)
|
||||
|
||||
ICSharpCode.Decompiler.DecompilerException: Error decompiling System.Object BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.LinkedDictionaryEnumerator::get_CurrentKey()
|
||||
|
||||
---> System.Exception: Basic block has to end with unconditional control flow.
|
||||
{
|
||||
IL_25:
|
||||
stloc:InvalidOperationException(var_4_2A, newobj:InvalidOperationException(InvalidOperationException::.ctor))
|
||||
}
|
||||
|
||||
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
|
||||
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
|
||||
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
|
||||
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
|
||||
--- End of inner exception stack trace ---
|
||||
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
|
||||
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 1663
|
||||
*/;
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x04005A53 RID: 23123
|
||||
[global::Cpp2IlInjected.FieldOffset(Offset = "0x10")]
|
||||
[Token(Token = "0x4005A53")]
|
||||
private readonly LinkedDictionary parent;
|
||||
|
||||
// Token: 0x04005A54 RID: 23124
|
||||
[global::Cpp2IlInjected.FieldOffset(Offset = "0x18")]
|
||||
[Token(Token = "0x4005A54")]
|
||||
private int pos = (int)((ulong)4294967295L);
|
||||
}
|
||||
}
|
||||
+271
@@ -0,0 +1,271 @@
|
||||
using System;
|
||||
using System.Collections;
|
||||
using System.Runtime.InteropServices;
|
||||
using Cpp2IlInjected;
|
||||
|
||||
namespace BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections
|
||||
{
|
||||
// Token: 0x02001381 RID: 4993
|
||||
[Token(Token = "0x2001381")]
|
||||
[StructLayout(3)]
|
||||
public abstract class UnmodifiableDictionary : IDictionary, ICollection, IEnumerable
|
||||
{
|
||||
// Token: 0x06007E53 RID: 32339 RVA: 0x001A7DD8 File Offset: 0x001A5FD8
|
||||
[Token(Token = "0x6007E53")]
|
||||
[Address(RVA = "0x3C1670", Offset = "0x3C0070", VA = "0x1803C1670")]
|
||||
protected UnmodifiableDictionary()
|
||||
{
|
||||
}
|
||||
|
||||
// Token: 0x06007E54 RID: 32340 RVA: 0x001A7DEC File Offset: 0x001A5FEC
|
||||
[Token(Token = "0x6007E54")]
|
||||
[Address(RVA = "0x1C6FD10", Offset = "0x1C6E710", VA = "0x181C6FD10", Slot = "20")]
|
||||
public virtual void Add(object k, object v)
|
||||
{
|
||||
/*
|
||||
An exception occurred when decompiling this method (06007E54)
|
||||
|
||||
ICSharpCode.Decompiler.DecompilerException: Error decompiling System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.UnmodifiableDictionary::Add(System.Object,System.Object)
|
||||
|
||||
---> System.Exception: Basic block has to end with unconditional control flow.
|
||||
{
|
||||
Block_0:
|
||||
stloc:NotSupportedException(var_0_05, newobj:NotSupportedException(NotSupportedException::.ctor))
|
||||
}
|
||||
|
||||
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
|
||||
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
|
||||
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
|
||||
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
|
||||
--- End of inner exception stack trace ---
|
||||
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
|
||||
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 1663
|
||||
*/;
|
||||
}
|
||||
|
||||
// Token: 0x06007E55 RID: 32341 RVA: 0x001A7E00 File Offset: 0x001A6000
|
||||
[Token(Token = "0x6007E55")]
|
||||
[Address(RVA = "0x1C6FD60", Offset = "0x1C6E760", VA = "0x181C6FD60", Slot = "21")]
|
||||
public virtual void Clear()
|
||||
{
|
||||
/*
|
||||
An exception occurred when decompiling this method (06007E55)
|
||||
|
||||
ICSharpCode.Decompiler.DecompilerException: Error decompiling System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.UnmodifiableDictionary::Clear()
|
||||
|
||||
---> System.Exception: Basic block has to end with unconditional control flow.
|
||||
{
|
||||
Block_0:
|
||||
stloc:NotSupportedException(var_0_05, newobj:NotSupportedException(NotSupportedException::.ctor))
|
||||
}
|
||||
|
||||
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
|
||||
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
|
||||
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
|
||||
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
|
||||
--- End of inner exception stack trace ---
|
||||
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
|
||||
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 1663
|
||||
*/;
|
||||
}
|
||||
|
||||
// Token: 0x06007E56 RID: 32342
|
||||
[Token(Token = "0x6007E56")]
|
||||
[Address(Slot = "22")]
|
||||
public abstract bool Contains(object k);
|
||||
|
||||
// Token: 0x06007E57 RID: 32343
|
||||
[Token(Token = "0x6007E57")]
|
||||
[Address(Slot = "23")]
|
||||
public abstract void CopyTo(Array array, int index);
|
||||
|
||||
// Token: 0x17001491 RID: 5265
|
||||
// (get) Token: 0x06007E58 RID: 32344
|
||||
[Token(Token = "0x17001491")]
|
||||
public abstract int Count
|
||||
{
|
||||
[Token(Token = "0x6007E58")]
|
||||
[Address(Slot = "24")]
|
||||
get;
|
||||
}
|
||||
|
||||
// Token: 0x06007E59 RID: 32345 RVA: 0x001A7E14 File Offset: 0x001A6014
|
||||
[Token(Token = "0x6007E59")]
|
||||
[Address(RVA = "0x82C510", Offset = "0x82AF10", VA = "0x18082C510", Slot = "19")]
|
||||
IEnumerator IEnumerable.GetEnumerator()
|
||||
{
|
||||
/*
|
||||
An exception occurred when decompiling this method (06007E59)
|
||||
|
||||
ICSharpCode.Decompiler.DecompilerException: Error decompiling System.Collections.IEnumerator BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.UnmodifiableDictionary::System.Collections.IEnumerable.GetEnumerator()
|
||||
|
||||
---> System.Exception: Basic block has to end with unconditional control flow.
|
||||
{
|
||||
Block_0:
|
||||
stloc:int32(var_0_06, callgetter:int32(UnmodifiableDictionary::get_Count, ldloc:UnmodifiableDictionary(this)))
|
||||
}
|
||||
|
||||
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
|
||||
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
|
||||
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
|
||||
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
|
||||
--- End of inner exception stack trace ---
|
||||
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
|
||||
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 1663
|
||||
*/;
|
||||
}
|
||||
|
||||
// Token: 0x06007E5A RID: 32346
|
||||
[Token(Token = "0x6007E5A")]
|
||||
[Address(Slot = "25")]
|
||||
public abstract IDictionaryEnumerator GetEnumerator();
|
||||
|
||||
// Token: 0x06007E5B RID: 32347 RVA: 0x001A7E28 File Offset: 0x001A6028
|
||||
[Token(Token = "0x6007E5B")]
|
||||
[Address(RVA = "0x1C6FDB0", Offset = "0x1C6E7B0", VA = "0x181C6FDB0", Slot = "26")]
|
||||
public virtual void Remove(object k)
|
||||
{
|
||||
/*
|
||||
An exception occurred when decompiling this method (06007E5B)
|
||||
|
||||
ICSharpCode.Decompiler.DecompilerException: Error decompiling System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.UnmodifiableDictionary::Remove(System.Object)
|
||||
|
||||
---> System.Exception: Basic block has to end with unconditional control flow.
|
||||
{
|
||||
Block_0:
|
||||
stloc:NotSupportedException(var_0_05, newobj:NotSupportedException(NotSupportedException::.ctor))
|
||||
}
|
||||
|
||||
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
|
||||
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
|
||||
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
|
||||
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
|
||||
--- End of inner exception stack trace ---
|
||||
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
|
||||
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 1663
|
||||
*/;
|
||||
}
|
||||
|
||||
// Token: 0x17001492 RID: 5266
|
||||
// (get) Token: 0x06007E5C RID: 32348
|
||||
[Token(Token = "0x17001492")]
|
||||
public abstract bool IsFixedSize
|
||||
{
|
||||
[Token(Token = "0x6007E5C")]
|
||||
[Address(Slot = "27")]
|
||||
get;
|
||||
}
|
||||
|
||||
// Token: 0x17001493 RID: 5267
|
||||
// (get) Token: 0x06007E5D RID: 32349 RVA: 0x001A7E3C File Offset: 0x001A603C
|
||||
[Token(Token = "0x17001493")]
|
||||
public virtual bool IsReadOnly
|
||||
{
|
||||
[Token(Token = "0x6007E5D")]
|
||||
[Address(RVA = "0x4405A0", Offset = "0x43EFA0", VA = "0x1804405A0", Slot = "28")]
|
||||
get
|
||||
{
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x17001494 RID: 5268
|
||||
// (get) Token: 0x06007E5E RID: 32350
|
||||
[Token(Token = "0x17001494")]
|
||||
public abstract bool IsSynchronized
|
||||
{
|
||||
[Token(Token = "0x6007E5E")]
|
||||
[Address(Slot = "29")]
|
||||
get;
|
||||
}
|
||||
|
||||
// Token: 0x17001495 RID: 5269
|
||||
// (get) Token: 0x06007E5F RID: 32351
|
||||
[Token(Token = "0x17001495")]
|
||||
public abstract object SyncRoot
|
||||
{
|
||||
[Token(Token = "0x6007E5F")]
|
||||
[Address(Slot = "30")]
|
||||
get;
|
||||
}
|
||||
|
||||
// Token: 0x17001496 RID: 5270
|
||||
// (get) Token: 0x06007E60 RID: 32352
|
||||
[Token(Token = "0x17001496")]
|
||||
public abstract ICollection Keys
|
||||
{
|
||||
[Token(Token = "0x6007E60")]
|
||||
[Address(Slot = "31")]
|
||||
get;
|
||||
}
|
||||
|
||||
// Token: 0x17001497 RID: 5271
|
||||
// (get) Token: 0x06007E61 RID: 32353
|
||||
[Token(Token = "0x17001497")]
|
||||
public abstract ICollection Values
|
||||
{
|
||||
[Token(Token = "0x6007E61")]
|
||||
[Address(Slot = "32")]
|
||||
get;
|
||||
}
|
||||
|
||||
// Token: 0x17001498 RID: 5272
|
||||
[Token(Token = "0x17001498")]
|
||||
public virtual object this[object k]
|
||||
{
|
||||
[Token(Token = "0x6007E62")]
|
||||
[Address(RVA = "0x1C6FE00", Offset = "0x1C6E800", VA = "0x181C6FE00", Slot = "33")]
|
||||
get
|
||||
{
|
||||
/*
|
||||
An exception occurred when decompiling this method (06007E62)
|
||||
|
||||
ICSharpCode.Decompiler.DecompilerException: Error decompiling System.Object BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.UnmodifiableDictionary::get_Item(System.Object)
|
||||
|
||||
---> System.Exception: Basic block has to end with unconditional control flow.
|
||||
{
|
||||
Block_0:
|
||||
stloc:bool(var_0_07, call:bool(UnmodifiableDictionary::Contains, ldloc:UnmodifiableDictionary(this), ldloc:object(k)))
|
||||
}
|
||||
|
||||
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
|
||||
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
|
||||
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
|
||||
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
|
||||
--- End of inner exception stack trace ---
|
||||
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
|
||||
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 1663
|
||||
*/;
|
||||
}
|
||||
[Token(Token = "0x6007E63")]
|
||||
[Address(RVA = "0x1C6FE20", Offset = "0x1C6E820", VA = "0x181C6FE20", Slot = "34")]
|
||||
set
|
||||
{
|
||||
/*
|
||||
An exception occurred when decompiling this method (06007E63)
|
||||
|
||||
ICSharpCode.Decompiler.DecompilerException: Error decompiling System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.UnmodifiableDictionary::set_Item(System.Object,System.Object)
|
||||
|
||||
---> System.Exception: Basic block has to end with unconditional control flow.
|
||||
{
|
||||
Block_0:
|
||||
stloc:NotSupportedException(var_0_05, newobj:NotSupportedException(NotSupportedException::.ctor))
|
||||
}
|
||||
|
||||
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
|
||||
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
|
||||
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
|
||||
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
|
||||
--- End of inner exception stack trace ---
|
||||
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
|
||||
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 1663
|
||||
*/;
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x06007E64 RID: 32356
|
||||
[Token(Token = "0x6007E64")]
|
||||
[Address(Slot = "35")]
|
||||
protected abstract object GetValue(object k);
|
||||
}
|
||||
}
|
||||
+145
@@ -0,0 +1,145 @@
|
||||
using System;
|
||||
using System.Collections;
|
||||
using System.Runtime.InteropServices;
|
||||
using Cpp2IlInjected;
|
||||
|
||||
namespace BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections
|
||||
{
|
||||
// Token: 0x02001382 RID: 4994
|
||||
[Token(Token = "0x2001382")]
|
||||
[StructLayout(3)]
|
||||
public class UnmodifiableDictionaryProxy : UnmodifiableDictionary
|
||||
{
|
||||
// Token: 0x06007E65 RID: 32357 RVA: 0x001A7E74 File Offset: 0x001A6074
|
||||
[Token(Token = "0x6007E65")]
|
||||
[Address(RVA = "0x3C3A30", Offset = "0x3C2430", VA = "0x1803C3A30")]
|
||||
public UnmodifiableDictionaryProxy(IDictionary d)
|
||||
{
|
||||
this.d = d;
|
||||
}
|
||||
|
||||
// Token: 0x06007E66 RID: 32358 RVA: 0x001A7E90 File Offset: 0x001A6090
|
||||
[Token(Token = "0x6007E66")]
|
||||
[Address(RVA = "0x1C6F9B0", Offset = "0x1C6E3B0", VA = "0x181C6F9B0", Slot = "22")]
|
||||
public override bool Contains(object k)
|
||||
{
|
||||
IDictionary dictionary = this.d;
|
||||
throw new NullReferenceException();
|
||||
}
|
||||
|
||||
// Token: 0x06007E67 RID: 32359 RVA: 0x001A7EAC File Offset: 0x001A60AC
|
||||
[Token(Token = "0x6007E67")]
|
||||
[Address(RVA = "0x1C6FA10", Offset = "0x1C6E410", VA = "0x181C6FA10", Slot = "23")]
|
||||
public override void CopyTo(Array array, int index)
|
||||
{
|
||||
IDictionary dictionary = this.d;
|
||||
}
|
||||
|
||||
// Token: 0x17001499 RID: 5273
|
||||
// (get) Token: 0x06007E68 RID: 32360 RVA: 0x001A7EC8 File Offset: 0x001A60C8
|
||||
[Token(Token = "0x17001499")]
|
||||
public override int Count
|
||||
{
|
||||
[Token(Token = "0x6007E68")]
|
||||
[Address(RVA = "0x1C6FB30", Offset = "0x1C6E530", VA = "0x181C6FB30", Slot = "24")]
|
||||
get
|
||||
{
|
||||
IDictionary dictionary = this.d;
|
||||
throw new NullReferenceException();
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x06007E69 RID: 32361 RVA: 0x001A7EE4 File Offset: 0x001A60E4
|
||||
[Token(Token = "0x6007E69")]
|
||||
[Address(RVA = "0x1C6FA80", Offset = "0x1C6E480", VA = "0x181C6FA80", Slot = "25")]
|
||||
public override IDictionaryEnumerator GetEnumerator()
|
||||
{
|
||||
IDictionary dictionary = this.d;
|
||||
throw new NullReferenceException();
|
||||
}
|
||||
|
||||
// Token: 0x1700149A RID: 5274
|
||||
// (get) Token: 0x06007E6A RID: 32362 RVA: 0x001A7F00 File Offset: 0x001A6100
|
||||
[Token(Token = "0x1700149A")]
|
||||
public override bool IsFixedSize
|
||||
{
|
||||
[Token(Token = "0x6007E6A")]
|
||||
[Address(RVA = "0x1C6FB80", Offset = "0x1C6E580", VA = "0x181C6FB80", Slot = "27")]
|
||||
get
|
||||
{
|
||||
IDictionary dictionary = this.d;
|
||||
throw new NullReferenceException();
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x1700149B RID: 5275
|
||||
// (get) Token: 0x06007E6B RID: 32363 RVA: 0x001A7F1C File Offset: 0x001A611C
|
||||
[Token(Token = "0x1700149B")]
|
||||
public override bool IsSynchronized
|
||||
{
|
||||
[Token(Token = "0x6007E6B")]
|
||||
[Address(RVA = "0x1C6FBD0", Offset = "0x1C6E5D0", VA = "0x181C6FBD0", Slot = "29")]
|
||||
get
|
||||
{
|
||||
IDictionary dictionary = this.d;
|
||||
throw new NullReferenceException();
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x1700149C RID: 5276
|
||||
// (get) Token: 0x06007E6C RID: 32364 RVA: 0x001A7F38 File Offset: 0x001A6138
|
||||
[Token(Token = "0x1700149C")]
|
||||
public override object SyncRoot
|
||||
{
|
||||
[Token(Token = "0x6007E6C")]
|
||||
[Address(RVA = "0x1C6FC70", Offset = "0x1C6E670", VA = "0x181C6FC70", Slot = "30")]
|
||||
get
|
||||
{
|
||||
IDictionary dictionary = this.d;
|
||||
throw new NullReferenceException();
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x1700149D RID: 5277
|
||||
// (get) Token: 0x06007E6D RID: 32365 RVA: 0x001A7F54 File Offset: 0x001A6154
|
||||
[Token(Token = "0x1700149D")]
|
||||
public override ICollection Keys
|
||||
{
|
||||
[Token(Token = "0x6007E6D")]
|
||||
[Address(RVA = "0x1C6FC20", Offset = "0x1C6E620", VA = "0x181C6FC20", Slot = "31")]
|
||||
get
|
||||
{
|
||||
IDictionary dictionary = this.d;
|
||||
throw new NullReferenceException();
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x1700149E RID: 5278
|
||||
// (get) Token: 0x06007E6E RID: 32366 RVA: 0x001A7F70 File Offset: 0x001A6170
|
||||
[Token(Token = "0x1700149E")]
|
||||
public override ICollection Values
|
||||
{
|
||||
[Token(Token = "0x6007E6E")]
|
||||
[Address(RVA = "0x1C6FCC0", Offset = "0x1C6E6C0", VA = "0x181C6FCC0", Slot = "32")]
|
||||
get
|
||||
{
|
||||
IDictionary dictionary = this.d;
|
||||
throw new NullReferenceException();
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x06007E6F RID: 32367 RVA: 0x001A7F8C File Offset: 0x001A618C
|
||||
[Token(Token = "0x6007E6F")]
|
||||
[Address(RVA = "0x1C6FAD0", Offset = "0x1C6E4D0", VA = "0x181C6FAD0", Slot = "35")]
|
||||
protected override object GetValue(object k)
|
||||
{
|
||||
IDictionary dictionary = this.d;
|
||||
throw new NullReferenceException();
|
||||
}
|
||||
|
||||
// Token: 0x04005A55 RID: 23125
|
||||
[global::Cpp2IlInjected.FieldOffset(Offset = "0x10")]
|
||||
[Token(Token = "0x4005A55")]
|
||||
private readonly IDictionary d;
|
||||
}
|
||||
}
|
||||
+282
@@ -0,0 +1,282 @@
|
||||
using System;
|
||||
using System.Collections;
|
||||
using System.Runtime.InteropServices;
|
||||
using Cpp2IlInjected;
|
||||
|
||||
namespace BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections
|
||||
{
|
||||
// Token: 0x02001383 RID: 4995
|
||||
[Token(Token = "0x2001383")]
|
||||
[StructLayout(3)]
|
||||
public abstract class UnmodifiableList : IList, ICollection, IEnumerable
|
||||
{
|
||||
// Token: 0x06007E70 RID: 32368 RVA: 0x001A7FA8 File Offset: 0x001A61A8
|
||||
[Token(Token = "0x6007E70")]
|
||||
[Address(RVA = "0x3C1670", Offset = "0x3C0070", VA = "0x1803C1670")]
|
||||
protected UnmodifiableList()
|
||||
{
|
||||
}
|
||||
|
||||
// Token: 0x06007E71 RID: 32369 RVA: 0x001A7FBC File Offset: 0x001A61BC
|
||||
[Token(Token = "0x6007E71")]
|
||||
[Address(RVA = "0x1C70190", Offset = "0x1C6EB90", VA = "0x181C70190", Slot = "20")]
|
||||
public virtual int Add(object o)
|
||||
{
|
||||
/*
|
||||
An exception occurred when decompiling this method (06007E71)
|
||||
|
||||
ICSharpCode.Decompiler.DecompilerException: Error decompiling System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.UnmodifiableList::Add(System.Object)
|
||||
|
||||
---> System.Exception: Basic block has to end with unconditional control flow.
|
||||
{
|
||||
Block_0:
|
||||
stloc:NotSupportedException(var_0_05, newobj:NotSupportedException(NotSupportedException::.ctor))
|
||||
}
|
||||
|
||||
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
|
||||
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
|
||||
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
|
||||
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
|
||||
--- End of inner exception stack trace ---
|
||||
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
|
||||
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 1663
|
||||
*/;
|
||||
}
|
||||
|
||||
// Token: 0x06007E72 RID: 32370 RVA: 0x001A7FD0 File Offset: 0x001A61D0
|
||||
[Token(Token = "0x6007E72")]
|
||||
[Address(RVA = "0x1C701E0", Offset = "0x1C6EBE0", VA = "0x181C701E0", Slot = "21")]
|
||||
public virtual void Clear()
|
||||
{
|
||||
/*
|
||||
An exception occurred when decompiling this method (06007E72)
|
||||
|
||||
ICSharpCode.Decompiler.DecompilerException: Error decompiling System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.UnmodifiableList::Clear()
|
||||
|
||||
---> System.Exception: Basic block has to end with unconditional control flow.
|
||||
{
|
||||
Block_0:
|
||||
stloc:NotSupportedException(var_0_05, newobj:NotSupportedException(NotSupportedException::.ctor))
|
||||
}
|
||||
|
||||
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
|
||||
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
|
||||
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
|
||||
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
|
||||
--- End of inner exception stack trace ---
|
||||
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
|
||||
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 1663
|
||||
*/;
|
||||
}
|
||||
|
||||
// Token: 0x06007E73 RID: 32371
|
||||
[Token(Token = "0x6007E73")]
|
||||
[Address(Slot = "22")]
|
||||
public abstract bool Contains(object o);
|
||||
|
||||
// Token: 0x06007E74 RID: 32372
|
||||
[Token(Token = "0x6007E74")]
|
||||
[Address(Slot = "23")]
|
||||
public abstract void CopyTo(Array array, int index);
|
||||
|
||||
// Token: 0x1700149F RID: 5279
|
||||
// (get) Token: 0x06007E75 RID: 32373
|
||||
[Token(Token = "0x1700149F")]
|
||||
public abstract int Count
|
||||
{
|
||||
[Token(Token = "0x6007E75")]
|
||||
[Address(Slot = "24")]
|
||||
get;
|
||||
}
|
||||
|
||||
// Token: 0x06007E76 RID: 32374
|
||||
[Token(Token = "0x6007E76")]
|
||||
[Address(Slot = "25")]
|
||||
public abstract IEnumerator GetEnumerator();
|
||||
|
||||
// Token: 0x06007E77 RID: 32375
|
||||
[Token(Token = "0x6007E77")]
|
||||
[Address(Slot = "26")]
|
||||
public abstract int IndexOf(object o);
|
||||
|
||||
// Token: 0x06007E78 RID: 32376 RVA: 0x001A7FE4 File Offset: 0x001A61E4
|
||||
[Token(Token = "0x6007E78")]
|
||||
[Address(RVA = "0x1C70230", Offset = "0x1C6EC30", VA = "0x181C70230", Slot = "27")]
|
||||
public virtual void Insert(int i, object o)
|
||||
{
|
||||
/*
|
||||
An exception occurred when decompiling this method (06007E78)
|
||||
|
||||
ICSharpCode.Decompiler.DecompilerException: Error decompiling System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.UnmodifiableList::Insert(System.Int32,System.Object)
|
||||
|
||||
---> System.Exception: Basic block has to end with unconditional control flow.
|
||||
{
|
||||
Block_0:
|
||||
stloc:NotSupportedException(var_0_05, newobj:NotSupportedException(NotSupportedException::.ctor))
|
||||
}
|
||||
|
||||
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
|
||||
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
|
||||
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
|
||||
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
|
||||
--- End of inner exception stack trace ---
|
||||
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
|
||||
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 1663
|
||||
*/;
|
||||
}
|
||||
|
||||
// Token: 0x170014A0 RID: 5280
|
||||
// (get) Token: 0x06007E79 RID: 32377
|
||||
[Token(Token = "0x170014A0")]
|
||||
public abstract bool IsFixedSize
|
||||
{
|
||||
[Token(Token = "0x6007E79")]
|
||||
[Address(Slot = "28")]
|
||||
get;
|
||||
}
|
||||
|
||||
// Token: 0x170014A1 RID: 5281
|
||||
// (get) Token: 0x06007E7A RID: 32378 RVA: 0x001A7FF8 File Offset: 0x001A61F8
|
||||
[Token(Token = "0x170014A1")]
|
||||
public virtual bool IsReadOnly
|
||||
{
|
||||
[Token(Token = "0x6007E7A")]
|
||||
[Address(RVA = "0x4405A0", Offset = "0x43EFA0", VA = "0x1804405A0", Slot = "29")]
|
||||
get
|
||||
{
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x170014A2 RID: 5282
|
||||
// (get) Token: 0x06007E7B RID: 32379
|
||||
[Token(Token = "0x170014A2")]
|
||||
public abstract bool IsSynchronized
|
||||
{
|
||||
[Token(Token = "0x6007E7B")]
|
||||
[Address(Slot = "30")]
|
||||
get;
|
||||
}
|
||||
|
||||
// Token: 0x06007E7C RID: 32380 RVA: 0x001A8008 File Offset: 0x001A6208
|
||||
[Token(Token = "0x6007E7C")]
|
||||
[Address(RVA = "0x1C702D0", Offset = "0x1C6ECD0", VA = "0x181C702D0", Slot = "31")]
|
||||
public virtual void Remove(object o)
|
||||
{
|
||||
/*
|
||||
An exception occurred when decompiling this method (06007E7C)
|
||||
|
||||
ICSharpCode.Decompiler.DecompilerException: Error decompiling System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.UnmodifiableList::Remove(System.Object)
|
||||
|
||||
---> System.Exception: Basic block has to end with unconditional control flow.
|
||||
{
|
||||
Block_0:
|
||||
stloc:NotSupportedException(var_0_05, newobj:NotSupportedException(NotSupportedException::.ctor))
|
||||
}
|
||||
|
||||
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
|
||||
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
|
||||
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
|
||||
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
|
||||
--- End of inner exception stack trace ---
|
||||
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
|
||||
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 1663
|
||||
*/;
|
||||
}
|
||||
|
||||
// Token: 0x06007E7D RID: 32381 RVA: 0x001A801C File Offset: 0x001A621C
|
||||
[Token(Token = "0x6007E7D")]
|
||||
[Address(RVA = "0x1C70280", Offset = "0x1C6EC80", VA = "0x181C70280", Slot = "32")]
|
||||
public virtual void RemoveAt(int i)
|
||||
{
|
||||
/*
|
||||
An exception occurred when decompiling this method (06007E7D)
|
||||
|
||||
ICSharpCode.Decompiler.DecompilerException: Error decompiling System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.UnmodifiableList::RemoveAt(System.Int32)
|
||||
|
||||
---> System.Exception: Basic block has to end with unconditional control flow.
|
||||
{
|
||||
Block_0:
|
||||
stloc:NotSupportedException(var_0_05, newobj:NotSupportedException(NotSupportedException::.ctor))
|
||||
}
|
||||
|
||||
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
|
||||
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
|
||||
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
|
||||
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
|
||||
--- End of inner exception stack trace ---
|
||||
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
|
||||
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 1663
|
||||
*/;
|
||||
}
|
||||
|
||||
// Token: 0x170014A3 RID: 5283
|
||||
// (get) Token: 0x06007E7E RID: 32382
|
||||
[Token(Token = "0x170014A3")]
|
||||
public abstract object SyncRoot
|
||||
{
|
||||
[Token(Token = "0x6007E7E")]
|
||||
[Address(Slot = "33")]
|
||||
get;
|
||||
}
|
||||
|
||||
// Token: 0x170014A4 RID: 5284
|
||||
[Token(Token = "0x170014A4")]
|
||||
public virtual object this[int i]
|
||||
{
|
||||
[Token(Token = "0x6007E7F")]
|
||||
[Address(RVA = "0x1C70320", Offset = "0x1C6ED20", VA = "0x181C70320", Slot = "34")]
|
||||
get
|
||||
{
|
||||
/*
|
||||
An exception occurred when decompiling this method (06007E7F)
|
||||
|
||||
ICSharpCode.Decompiler.DecompilerException: Error decompiling System.Object BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.UnmodifiableList::get_Item(System.Int32)
|
||||
|
||||
---> System.Exception: Basic block has to end with unconditional control flow.
|
||||
{
|
||||
Block_0:
|
||||
stloc:bool(var_0_07, call:bool(UnmodifiableList::Contains, ldloc:UnmodifiableList(this), ldloc:int32[exp:object](i)))
|
||||
}
|
||||
|
||||
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
|
||||
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
|
||||
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
|
||||
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
|
||||
--- End of inner exception stack trace ---
|
||||
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
|
||||
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 1663
|
||||
*/;
|
||||
}
|
||||
[Token(Token = "0x6007E80")]
|
||||
[Address(RVA = "0x1C70340", Offset = "0x1C6ED40", VA = "0x181C70340", Slot = "35")]
|
||||
set
|
||||
{
|
||||
/*
|
||||
An exception occurred when decompiling this method (06007E80)
|
||||
|
||||
ICSharpCode.Decompiler.DecompilerException: Error decompiling System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.UnmodifiableList::set_Item(System.Int32,System.Object)
|
||||
|
||||
---> System.Exception: Basic block has to end with unconditional control flow.
|
||||
{
|
||||
Block_0:
|
||||
stloc:NotSupportedException(var_0_05, newobj:NotSupportedException(NotSupportedException::.ctor))
|
||||
}
|
||||
|
||||
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
|
||||
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
|
||||
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
|
||||
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
|
||||
--- End of inner exception stack trace ---
|
||||
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
|
||||
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 1663
|
||||
*/;
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x06007E81 RID: 32385
|
||||
[Token(Token = "0x6007E81")]
|
||||
[Address(Slot = "36")]
|
||||
protected abstract object GetValue(int i);
|
||||
}
|
||||
}
|
||||
+126
@@ -0,0 +1,126 @@
|
||||
using System;
|
||||
using System.Collections;
|
||||
using System.Runtime.InteropServices;
|
||||
using Cpp2IlInjected;
|
||||
|
||||
namespace BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections
|
||||
{
|
||||
// Token: 0x02001384 RID: 4996
|
||||
[Token(Token = "0x2001384")]
|
||||
[StructLayout(3)]
|
||||
public class UnmodifiableListProxy : UnmodifiableList
|
||||
{
|
||||
// Token: 0x06007E82 RID: 32386 RVA: 0x001A8058 File Offset: 0x001A6258
|
||||
[Token(Token = "0x6007E82")]
|
||||
[Address(RVA = "0x3C3A30", Offset = "0x3C2430", VA = "0x1803C3A30")]
|
||||
public UnmodifiableListProxy(IList l)
|
||||
{
|
||||
this.l = l;
|
||||
}
|
||||
|
||||
// Token: 0x06007E83 RID: 32387 RVA: 0x001A8074 File Offset: 0x001A6274
|
||||
[Token(Token = "0x6007E83")]
|
||||
[Address(RVA = "0x1C6FE70", Offset = "0x1C6E870", VA = "0x181C6FE70", Slot = "22")]
|
||||
public override bool Contains(object o)
|
||||
{
|
||||
IList list = this.l;
|
||||
throw new NullReferenceException();
|
||||
}
|
||||
|
||||
// Token: 0x06007E84 RID: 32388 RVA: 0x001A8090 File Offset: 0x001A6290
|
||||
[Token(Token = "0x6007E84")]
|
||||
[Address(RVA = "0x1C6FED0", Offset = "0x1C6E8D0", VA = "0x181C6FED0", Slot = "23")]
|
||||
public override void CopyTo(Array array, int index)
|
||||
{
|
||||
IList list = this.l;
|
||||
}
|
||||
|
||||
// Token: 0x170014A5 RID: 5285
|
||||
// (get) Token: 0x06007E85 RID: 32389 RVA: 0x001A80AC File Offset: 0x001A62AC
|
||||
[Token(Token = "0x170014A5")]
|
||||
public override int Count
|
||||
{
|
||||
[Token(Token = "0x6007E85")]
|
||||
[Address(RVA = "0x1C70050", Offset = "0x1C6EA50", VA = "0x181C70050", Slot = "24")]
|
||||
get
|
||||
{
|
||||
IList list = this.l;
|
||||
throw new NullReferenceException();
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x06007E86 RID: 32390 RVA: 0x001A80C8 File Offset: 0x001A62C8
|
||||
[Token(Token = "0x6007E86")]
|
||||
[Address(RVA = "0x1C6FF40", Offset = "0x1C6E940", VA = "0x181C6FF40", Slot = "25")]
|
||||
public override IEnumerator GetEnumerator()
|
||||
{
|
||||
IList list = this.l;
|
||||
throw new NullReferenceException();
|
||||
}
|
||||
|
||||
// Token: 0x06007E87 RID: 32391 RVA: 0x001A80E4 File Offset: 0x001A62E4
|
||||
[Token(Token = "0x6007E87")]
|
||||
[Address(RVA = "0x1C6FFF0", Offset = "0x1C6E9F0", VA = "0x181C6FFF0", Slot = "26")]
|
||||
public override int IndexOf(object o)
|
||||
{
|
||||
IList list = this.l;
|
||||
throw new NullReferenceException();
|
||||
}
|
||||
|
||||
// Token: 0x170014A6 RID: 5286
|
||||
// (get) Token: 0x06007E88 RID: 32392 RVA: 0x001A8100 File Offset: 0x001A6300
|
||||
[Token(Token = "0x170014A6")]
|
||||
public override bool IsFixedSize
|
||||
{
|
||||
[Token(Token = "0x6007E88")]
|
||||
[Address(RVA = "0x1C700A0", Offset = "0x1C6EAA0", VA = "0x181C700A0", Slot = "28")]
|
||||
get
|
||||
{
|
||||
IList list = this.l;
|
||||
throw new NullReferenceException();
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x170014A7 RID: 5287
|
||||
// (get) Token: 0x06007E89 RID: 32393 RVA: 0x001A811C File Offset: 0x001A631C
|
||||
[Token(Token = "0x170014A7")]
|
||||
public override bool IsSynchronized
|
||||
{
|
||||
[Token(Token = "0x6007E89")]
|
||||
[Address(RVA = "0x1C700F0", Offset = "0x1C6EAF0", VA = "0x181C700F0", Slot = "30")]
|
||||
get
|
||||
{
|
||||
IList list = this.l;
|
||||
throw new NullReferenceException();
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x170014A8 RID: 5288
|
||||
// (get) Token: 0x06007E8A RID: 32394 RVA: 0x001A8138 File Offset: 0x001A6338
|
||||
[Token(Token = "0x170014A8")]
|
||||
public override object SyncRoot
|
||||
{
|
||||
[Token(Token = "0x6007E8A")]
|
||||
[Address(RVA = "0x1C70140", Offset = "0x1C6EB40", VA = "0x181C70140", Slot = "33")]
|
||||
get
|
||||
{
|
||||
IList list = this.l;
|
||||
throw new NullReferenceException();
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x06007E8B RID: 32395 RVA: 0x001A8154 File Offset: 0x001A6354
|
||||
[Token(Token = "0x6007E8B")]
|
||||
[Address(RVA = "0x1C6FF90", Offset = "0x1C6E990", VA = "0x181C6FF90", Slot = "36")]
|
||||
protected override object GetValue(int i)
|
||||
{
|
||||
IList list = this.l;
|
||||
throw new NullReferenceException();
|
||||
}
|
||||
|
||||
// Token: 0x04005A56 RID: 23126
|
||||
[global::Cpp2IlInjected.FieldOffset(Offset = "0x10")]
|
||||
[Token(Token = "0x4005A56")]
|
||||
private readonly IList l;
|
||||
}
|
||||
}
|
||||
+228
@@ -0,0 +1,228 @@
|
||||
using System;
|
||||
using System.Collections;
|
||||
using System.Runtime.InteropServices;
|
||||
using Cpp2IlInjected;
|
||||
|
||||
namespace BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections
|
||||
{
|
||||
// Token: 0x02001385 RID: 4997
|
||||
[Token(Token = "0x2001385")]
|
||||
[StructLayout(3)]
|
||||
public abstract class UnmodifiableSet : ISet, ICollection, IEnumerable
|
||||
{
|
||||
// Token: 0x06007E8C RID: 32396 RVA: 0x001A8170 File Offset: 0x001A6370
|
||||
[Token(Token = "0x6007E8C")]
|
||||
[Address(RVA = "0x3C1670", Offset = "0x3C0070", VA = "0x1803C1670")]
|
||||
protected UnmodifiableSet()
|
||||
{
|
||||
}
|
||||
|
||||
// Token: 0x06007E8D RID: 32397 RVA: 0x001A8184 File Offset: 0x001A6384
|
||||
[Token(Token = "0x6007E8D")]
|
||||
[Address(RVA = "0x1C70690", Offset = "0x1C6F090", VA = "0x181C70690", Slot = "18")]
|
||||
public virtual void Add(object o)
|
||||
{
|
||||
/*
|
||||
An exception occurred when decompiling this method (06007E8D)
|
||||
|
||||
ICSharpCode.Decompiler.DecompilerException: Error decompiling System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.UnmodifiableSet::Add(System.Object)
|
||||
|
||||
---> System.Exception: Basic block has to end with unconditional control flow.
|
||||
{
|
||||
Block_0:
|
||||
stloc:NotSupportedException(var_0_05, newobj:NotSupportedException(NotSupportedException::.ctor))
|
||||
}
|
||||
|
||||
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
|
||||
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
|
||||
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
|
||||
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
|
||||
--- End of inner exception stack trace ---
|
||||
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
|
||||
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 1663
|
||||
*/;
|
||||
}
|
||||
|
||||
// Token: 0x06007E8E RID: 32398 RVA: 0x001A8198 File Offset: 0x001A6398
|
||||
[Token(Token = "0x6007E8E")]
|
||||
[Address(RVA = "0x1C70640", Offset = "0x1C6F040", VA = "0x181C70640", Slot = "19")]
|
||||
public virtual void AddAll(IEnumerable e)
|
||||
{
|
||||
/*
|
||||
An exception occurred when decompiling this method (06007E8E)
|
||||
|
||||
ICSharpCode.Decompiler.DecompilerException: Error decompiling System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.UnmodifiableSet::AddAll(System.Collections.IEnumerable)
|
||||
|
||||
---> System.Exception: Basic block has to end with unconditional control flow.
|
||||
{
|
||||
Block_0:
|
||||
stloc:NotSupportedException(var_0_05, newobj:NotSupportedException(NotSupportedException::.ctor))
|
||||
}
|
||||
|
||||
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
|
||||
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
|
||||
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
|
||||
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
|
||||
--- End of inner exception stack trace ---
|
||||
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
|
||||
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 1663
|
||||
*/;
|
||||
}
|
||||
|
||||
// Token: 0x06007E8F RID: 32399 RVA: 0x001A81AC File Offset: 0x001A63AC
|
||||
[Token(Token = "0x6007E8F")]
|
||||
[Address(RVA = "0x1C706E0", Offset = "0x1C6F0E0", VA = "0x181C706E0", Slot = "20")]
|
||||
public virtual void Clear()
|
||||
{
|
||||
/*
|
||||
An exception occurred when decompiling this method (06007E8F)
|
||||
|
||||
ICSharpCode.Decompiler.DecompilerException: Error decompiling System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.UnmodifiableSet::Clear()
|
||||
|
||||
---> System.Exception: Basic block has to end with unconditional control flow.
|
||||
{
|
||||
Block_0:
|
||||
stloc:NotSupportedException(var_0_05, newobj:NotSupportedException(NotSupportedException::.ctor))
|
||||
}
|
||||
|
||||
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
|
||||
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
|
||||
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
|
||||
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
|
||||
--- End of inner exception stack trace ---
|
||||
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
|
||||
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 1663
|
||||
*/;
|
||||
}
|
||||
|
||||
// Token: 0x06007E90 RID: 32400
|
||||
[Token(Token = "0x6007E90")]
|
||||
[Address(Slot = "21")]
|
||||
public abstract bool Contains(object o);
|
||||
|
||||
// Token: 0x06007E91 RID: 32401
|
||||
[Token(Token = "0x6007E91")]
|
||||
[Address(Slot = "22")]
|
||||
public abstract void CopyTo(Array array, int index);
|
||||
|
||||
// Token: 0x170014A9 RID: 5289
|
||||
// (get) Token: 0x06007E92 RID: 32402
|
||||
[Token(Token = "0x170014A9")]
|
||||
public abstract int Count
|
||||
{
|
||||
[Token(Token = "0x6007E92")]
|
||||
[Address(Slot = "23")]
|
||||
get;
|
||||
}
|
||||
|
||||
// Token: 0x06007E93 RID: 32403
|
||||
[Token(Token = "0x6007E93")]
|
||||
[Address(Slot = "24")]
|
||||
public abstract IEnumerator GetEnumerator();
|
||||
|
||||
// Token: 0x170014AA RID: 5290
|
||||
// (get) Token: 0x06007E94 RID: 32404
|
||||
[Token(Token = "0x170014AA")]
|
||||
public abstract bool IsEmpty
|
||||
{
|
||||
[Token(Token = "0x6007E94")]
|
||||
[Address(Slot = "25")]
|
||||
get;
|
||||
}
|
||||
|
||||
// Token: 0x170014AB RID: 5291
|
||||
// (get) Token: 0x06007E95 RID: 32405
|
||||
[Token(Token = "0x170014AB")]
|
||||
public abstract bool IsFixedSize
|
||||
{
|
||||
[Token(Token = "0x6007E95")]
|
||||
[Address(Slot = "26")]
|
||||
get;
|
||||
}
|
||||
|
||||
// Token: 0x170014AC RID: 5292
|
||||
// (get) Token: 0x06007E96 RID: 32406 RVA: 0x001A81C0 File Offset: 0x001A63C0
|
||||
[Token(Token = "0x170014AC")]
|
||||
public virtual bool IsReadOnly
|
||||
{
|
||||
[Token(Token = "0x6007E96")]
|
||||
[Address(RVA = "0x4405A0", Offset = "0x43EFA0", VA = "0x1804405A0", Slot = "27")]
|
||||
get
|
||||
{
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x170014AD RID: 5293
|
||||
// (get) Token: 0x06007E97 RID: 32407
|
||||
[Token(Token = "0x170014AD")]
|
||||
public abstract bool IsSynchronized
|
||||
{
|
||||
[Token(Token = "0x6007E97")]
|
||||
[Address(Slot = "28")]
|
||||
get;
|
||||
}
|
||||
|
||||
// Token: 0x170014AE RID: 5294
|
||||
// (get) Token: 0x06007E98 RID: 32408
|
||||
[Token(Token = "0x170014AE")]
|
||||
public abstract object SyncRoot
|
||||
{
|
||||
[Token(Token = "0x6007E98")]
|
||||
[Address(Slot = "29")]
|
||||
get;
|
||||
}
|
||||
|
||||
// Token: 0x06007E99 RID: 32409 RVA: 0x001A81D0 File Offset: 0x001A63D0
|
||||
[Token(Token = "0x6007E99")]
|
||||
[Address(RVA = "0x1C70780", Offset = "0x1C6F180", VA = "0x181C70780", Slot = "30")]
|
||||
public virtual void Remove(object o)
|
||||
{
|
||||
/*
|
||||
An exception occurred when decompiling this method (06007E99)
|
||||
|
||||
ICSharpCode.Decompiler.DecompilerException: Error decompiling System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.UnmodifiableSet::Remove(System.Object)
|
||||
|
||||
---> System.Exception: Basic block has to end with unconditional control flow.
|
||||
{
|
||||
Block_0:
|
||||
stloc:NotSupportedException(var_0_05, newobj:NotSupportedException(NotSupportedException::.ctor))
|
||||
}
|
||||
|
||||
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
|
||||
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
|
||||
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
|
||||
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
|
||||
--- End of inner exception stack trace ---
|
||||
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
|
||||
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 1663
|
||||
*/;
|
||||
}
|
||||
|
||||
// Token: 0x06007E9A RID: 32410 RVA: 0x001A81E4 File Offset: 0x001A63E4
|
||||
[Token(Token = "0x6007E9A")]
|
||||
[Address(RVA = "0x1C70730", Offset = "0x1C6F130", VA = "0x181C70730", Slot = "31")]
|
||||
public virtual void RemoveAll(IEnumerable e)
|
||||
{
|
||||
/*
|
||||
An exception occurred when decompiling this method (06007E9A)
|
||||
|
||||
ICSharpCode.Decompiler.DecompilerException: Error decompiling System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.UnmodifiableSet::RemoveAll(System.Collections.IEnumerable)
|
||||
|
||||
---> System.Exception: Basic block has to end with unconditional control flow.
|
||||
{
|
||||
Block_0:
|
||||
stloc:NotSupportedException(var_0_05, newobj:NotSupportedException(NotSupportedException::.ctor))
|
||||
}
|
||||
|
||||
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
|
||||
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
|
||||
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
|
||||
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
|
||||
--- End of inner exception stack trace ---
|
||||
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
|
||||
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 1663
|
||||
*/;
|
||||
}
|
||||
}
|
||||
}
|
||||
+122
@@ -0,0 +1,122 @@
|
||||
using System;
|
||||
using System.Collections;
|
||||
using System.Runtime.InteropServices;
|
||||
using Cpp2IlInjected;
|
||||
|
||||
namespace BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections
|
||||
{
|
||||
// Token: 0x02001386 RID: 4998
|
||||
[Token(Token = "0x2001386")]
|
||||
[StructLayout(3)]
|
||||
public class UnmodifiableSetProxy : UnmodifiableSet
|
||||
{
|
||||
// Token: 0x06007E9B RID: 32411 RVA: 0x001A81F8 File Offset: 0x001A63F8
|
||||
[Token(Token = "0x6007E9B")]
|
||||
[Address(RVA = "0x3C3A30", Offset = "0x3C2430", VA = "0x1803C3A30")]
|
||||
public UnmodifiableSetProxy(ISet s)
|
||||
{
|
||||
this.s = s;
|
||||
}
|
||||
|
||||
// Token: 0x06007E9C RID: 32412 RVA: 0x001A8214 File Offset: 0x001A6414
|
||||
[Token(Token = "0x6007E9C")]
|
||||
[Address(RVA = "0x1C70390", Offset = "0x1C6ED90", VA = "0x181C70390", Slot = "21")]
|
||||
public override bool Contains(object o)
|
||||
{
|
||||
ISet set = this.s;
|
||||
throw new NullReferenceException();
|
||||
}
|
||||
|
||||
// Token: 0x06007E9D RID: 32413 RVA: 0x001A8230 File Offset: 0x001A6430
|
||||
[Token(Token = "0x6007E9D")]
|
||||
[Address(RVA = "0x1C703F0", Offset = "0x1C6EDF0", VA = "0x181C703F0", Slot = "22")]
|
||||
public override void CopyTo(Array array, int index)
|
||||
{
|
||||
ISet set = this.s;
|
||||
}
|
||||
|
||||
// Token: 0x170014AF RID: 5295
|
||||
// (get) Token: 0x06007E9E RID: 32414 RVA: 0x001A824C File Offset: 0x001A644C
|
||||
[Token(Token = "0x170014AF")]
|
||||
public override int Count
|
||||
{
|
||||
[Token(Token = "0x6007E9E")]
|
||||
[Address(RVA = "0x1C704B0", Offset = "0x1C6EEB0", VA = "0x181C704B0", Slot = "23")]
|
||||
get
|
||||
{
|
||||
ISet set = this.s;
|
||||
throw new NullReferenceException();
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x06007E9F RID: 32415 RVA: 0x001A8268 File Offset: 0x001A6468
|
||||
[Token(Token = "0x6007E9F")]
|
||||
[Address(RVA = "0x1C70460", Offset = "0x1C6EE60", VA = "0x181C70460", Slot = "24")]
|
||||
public override IEnumerator GetEnumerator()
|
||||
{
|
||||
ISet set = this.s;
|
||||
throw new NullReferenceException();
|
||||
}
|
||||
|
||||
// Token: 0x170014B0 RID: 5296
|
||||
// (get) Token: 0x06007EA0 RID: 32416 RVA: 0x001A8284 File Offset: 0x001A6484
|
||||
[Token(Token = "0x170014B0")]
|
||||
public override bool IsEmpty
|
||||
{
|
||||
[Token(Token = "0x6007EA0")]
|
||||
[Address(RVA = "0x1C70500", Offset = "0x1C6EF00", VA = "0x181C70500", Slot = "25")]
|
||||
get
|
||||
{
|
||||
ISet set = this.s;
|
||||
throw new NullReferenceException();
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x170014B1 RID: 5297
|
||||
// (get) Token: 0x06007EA1 RID: 32417 RVA: 0x001A82A0 File Offset: 0x001A64A0
|
||||
[Token(Token = "0x170014B1")]
|
||||
public override bool IsFixedSize
|
||||
{
|
||||
[Token(Token = "0x6007EA1")]
|
||||
[Address(RVA = "0x1C70550", Offset = "0x1C6EF50", VA = "0x181C70550", Slot = "26")]
|
||||
get
|
||||
{
|
||||
ISet set = this.s;
|
||||
throw new NullReferenceException();
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x170014B2 RID: 5298
|
||||
// (get) Token: 0x06007EA2 RID: 32418 RVA: 0x001A82BC File Offset: 0x001A64BC
|
||||
[Token(Token = "0x170014B2")]
|
||||
public override bool IsSynchronized
|
||||
{
|
||||
[Token(Token = "0x6007EA2")]
|
||||
[Address(RVA = "0x1C705A0", Offset = "0x1C6EFA0", VA = "0x181C705A0", Slot = "28")]
|
||||
get
|
||||
{
|
||||
ISet set = this.s;
|
||||
throw new NullReferenceException();
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x170014B3 RID: 5299
|
||||
// (get) Token: 0x06007EA3 RID: 32419 RVA: 0x001A82D8 File Offset: 0x001A64D8
|
||||
[Token(Token = "0x170014B3")]
|
||||
public override object SyncRoot
|
||||
{
|
||||
[Token(Token = "0x6007EA3")]
|
||||
[Address(RVA = "0x1C705F0", Offset = "0x1C6EFF0", VA = "0x181C705F0", Slot = "29")]
|
||||
get
|
||||
{
|
||||
ISet set = this.s;
|
||||
throw new NullReferenceException();
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x04005A57 RID: 23127
|
||||
[global::Cpp2IlInjected.FieldOffset(Offset = "0x10")]
|
||||
[Token(Token = "0x4005A57")]
|
||||
private readonly ISet s;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user