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

◆ ToXml()

void System.Security.SecurityElement.ToXml ( StringBuilder s,
int level )
inlineprivate

Definition at line 259 of file SecurityElement.cs.

260 {
261 string text = this.tag;
262 if (this.attributes != null)
263 {
266 if (arrayList2 != null)
267 {
268 }
269 object[] items = arrayList2._items;
271 StringBuilder stringBuilder = stringBuilder2.Append("=\"");
272 int size = arrayList2._size;
273 string text2;
274 StringBuilder stringBuilder3 = stringBuilder.Append(text2).Append("\"");
276 string newLine = Environment.NewLine;
278 }
279 if (this.text != null)
280 {
281 }
283 if (arrayList5 == null || arrayList5 == null)
284 {
285 return;
286 }
287 string text3 = SecurityElement.Escape(this.text);
290 if (this.children != null)
291 {
294 return;
295 }
296 string text4 = this.tag;
301 }
class f__AnonymousType0<< Count > j__TPar
static string NewLine
StringBuilder Append(char value, int repeatCount)

References System.Collections.ArrayList._items, System.Text.StringBuilder.Append(), System.Security.SecurityElement.attributes, System.Security.SecurityElement.children, System.Security.SecurityElement.Escape(), j__TPar, System.Environment.NewLine, System.Security.SecurityElement.tag, and System.Security.SecurityElement.text.

Referenced by System.Security.NamedPermissionSet.ToXml().