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

◆ FilterNameIgnoreCaseImpl()

static bool System.Type.FilterNameIgnoreCaseImpl ( MemberInfo m,
object filterCriteria )
inlinestaticprivateinherited

Definition at line 240 of file Type.cs.

241 {
242 /*
243An exception occurred when decompiling this method (06000A19)
244
245ICSharpCode.Decompiler.DecompilerException: Error decompiling System.Boolean System.Type::FilterNameIgnoreCaseImpl(System.Reflection.MemberInfo,System.Object)
246
247 ---> System.Exception: Basic block has to end with unconditional control flow.
248{
249 Block_0:
250 stloc:int32(var_1_05, ldc.i4:int32(43))
251 stloc:int32(var_2_0D, call:int32(string::LastIndexOf, ldloc:string(var_0), ldloc:int32[exp:char](var_1_05)))
252 stloc:string(var_3_15, call:string(string::Substring, ldloc:string(var_0), ldloc:int32(var_1_05)))
253 stloc:int32(var_4_1C, ldfld:int32(string::_stringLength, ldloc:string(var_0)))
254 stloc:int64(var_5_1F, ldc.i4:int64(0))
255 stloc:char(var_6_28, callgetter:char(string::get_Chars, ldloc:string(var_0), ldloc:int32(var_1_05)))
256 stloc:int32(var_7_30, ldfld:int32(string::_stringLength, ldloc:string(var_0)))
257 stloc:int64(var_8_33, ldc.i4:int64(0))
258 stloc:int32(var_9_44, ldfld:int32(string::_stringLength, call:string(string::Substring, ldloc:string(var_0), ldloc:int64[exp:int32](var_8_33), ldloc:int64[exp:int32](var_5_1F))))
259}
260
261 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
262 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
263 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
264 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
265 --- End of inner exception stack trace ---
266 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
267 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
268*/;
269 }