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

◆ InnerText

override string System.Xml.XmlDeclaration.InnerText
getset

Definition at line 100 of file XmlDeclaration.cs.

101 {
102 get
103 {
104 /*
105An exception occurred when decompiling this method (060004BB)
106
107ICSharpCode.Decompiler.DecompilerException: Error decompiling System.String System.Xml.XmlDeclaration::get_InnerText()
108
109 ---> System.Exception: Basic block has to end with unconditional control flow.
110{
111 Block_0:
112 stloc:string(var_0_06, ldfld:string(XmlDeclaration::version, ldloc:XmlDeclaration(this)))
113 stloc:string(var_1_17, call:string(string::Concat, ldstr:string("version=\""), ldloc:string(var_0_06), ldstr:string("\"")))
114 stloc:int32(var_2_23, ldfld:int32(string::_stringLength, ldfld:string(XmlDeclaration::encoding, ldloc:XmlDeclaration(this))))
115 stloc:string(var_4_2A, ldfld:string(XmlDeclaration::encoding, ldloc:XmlDeclaration(this)))
116 stloc:int32(var_7_37, ldfld:int32(string::_stringLength, ldfld:string(XmlDeclaration::standalone, ldloc:XmlDeclaration(this))))
117 stloc:string(var_9_3F, ldfld:string(XmlDeclaration::standalone, ldloc:XmlDeclaration(this)))
118}
119
120 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
121 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
122 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
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
124 --- End of inner exception stack trace ---
125 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
126 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
127*/;
128 }
129 set
130 {
131 string text = this.version;
132 string text2 = this.encoding;
133 string text3 = this.standalone;
134 if (value != null)
135 {
136 }
138 if (value != null)
139 {
141 }
142 }
143 }
class f__AnonymousType0<< Count > j__TPar