terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ Remove()

bool System.Collections.Generic.HashSet< T >.Remove ( T item)
inline

Implements System.Collections.Generic.ICollection< T >.

Definition at line 96 of file HashSet.cs.

97 {
98 /*
99An exception occurred when decompiling this method (06000137)
100
101ICSharpCode.Decompiler.DecompilerException: Error decompiling System.Boolean System.Collections.Generic.HashSet`1::Remove(T)
102
103 ---> System.Exception: Basic block has to end with unconditional control flow.
104{
105 IL_001D:
106 stloc:int32[](var_6_2A, ldfld:int32[](HashSet`1::_buckets, ldloc:HashSet`1(this)))
107 stloc:int32(var_7_32, ldfld:int32(HashSet`1::_freeList, ldloc:HashSet`1(this)))
108 stloc:int32(var_9_3E, ldfld:int32(HashSet`1::_count, ldloc:HashSet`1(this)))
109 stloc:SerializationInfo(var_10_46, ldfld:SerializationInfo(HashSet`1::_siInfo, ldloc:HashSet`1(this)))
110 stfld:int32(HashSet`1::_count, ldloc:HashSet`1(this), ldloc:int32(var_9_3E))
111 stfld:SerializationInfo(HashSet`1::_siInfo, ldloc:HashSet`1(this), ldloc:SerializationInfo(var_10_46))
112 stfld:int32(HashSet`1::_freeList, ldloc:HashSet`1(this), ldloc:int32[][exp:int32](var_0_06))
113}
114
115 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
116 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
117 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
118 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
119 --- End of inner exception stack trace ---
120 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
121 at ICSharpCode.Decompiler.Ast.AstBuilder.AddMethodBody(EntityDeclaration methodNode, EntityDeclaration& updatedNode, MethodDef method, IEnumerable`1 parameters, Boolean valueParameterIsKeyword, MethodKind methodKind) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstBuilder.cs:line 1683
122*/;
123 }