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

◆ IsSelectionVisible()

bool UnityEngine.UI.InputField.IsSelectionVisible ( )
inlineprivate

Definition at line 1742 of file InputField.cs.

1743 {
1744 /*
1745An exception occurred when decompiling this method (06000204)
1746
1747ICSharpCode.Decompiler.DecompilerException: Error decompiling System.Boolean UnityEngine.UI.InputField::IsSelectionVisible()
1748
1749 ---> System.Exception: Basic block has to end with unconditional control flow.
1750{
1751 Block_0:
1752 stloc:int32(var_0_06, ldfld:int32(InputField::m_DrawStart, ldloc:InputField(this)))
1753 stloc:int32(var_1_0D, ldfld:int32(InputField::m_CaretPosition, ldloc:InputField(this)))
1754 stloc:int32(var_2_19, ldfld:int32(string::_stringLength, callgetter:string(InputField::get_compositionString, ldloc:InputField(this))))
1755 stloc:int32(var_3_20, ldfld:int32(InputField::m_DrawStart, ldloc:InputField(this)))
1756 stloc:int32(var_4_27, ldfld:int32(InputField::m_CaretSelectPosition, ldloc:InputField(this)))
1757 stloc:int32(var_6_30, ldfld:int32(string::_stringLength, ldloc:string(var_5)))
1758 stloc:int32(var_7_38, ldfld:int32(InputField::m_DrawEnd, ldloc:InputField(this)))
1759 stloc:int32(var_8_40, ldfld:int32(InputField::m_CaretPosition, ldloc:InputField(this)))
1760 stloc:int32(var_10_49, ldfld:int32(string::_stringLength, ldloc:string(var_9)))
1761 stloc:int32(var_12_54, ldfld:int32(InputField::m_DrawEnd, ldloc:InputField(this)))
1762 stloc:int32(var_13_5C, ldfld:int32(InputField::m_CaretSelectPosition, ldloc:InputField(this)))
1763 stloc:int32(var_15_65, ldfld:int32(string::_stringLength, ldloc:string(var_14)))
1764}
1765
1766 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
1767 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
1768 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
1769 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
1770 --- End of inner exception stack trace ---
1771 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
1772 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
1773*/;
1774 }