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

◆ Trim()

void System.Xml.XmlWellFormedWriter.AttributeValueCache.Trim ( )
inlinepackage

Definition at line 1404 of file XmlWellFormedWriter.cs.

1405 {
1406 int num = 1;
1407 string text = this.singleStringValue;
1408 if (text != null)
1409 {
1410 if (num == 0)
1411 {
1412 }
1413 string text2 = XmlConvert.TrimString(text);
1414 this.singleStringValue = text2;
1415 return;
1416 }
1417 StringBuilder stringBuilder = this.stringValue;
1418 XmlCharType instance = XmlCharType.Instance;
1419 int num2 = this.firstItem;
1420 int num3 = this.lastItem;
1421 XmlWellFormedWriter.AttributeValueCache.Item[] array = this.items;
1422 string text3;
1423 if (text3 != null)
1424 {
1425 }
1426 int stringLength = text3._stringLength;
1427 }
class f__AnonymousType0<< Count > j__TPar
XmlWellFormedWriter.AttributeValueCache.Item[] items

References System.array, System.Xml.XmlWellFormedWriter.AttributeValueCache.firstItem, System.Xml.XmlCharType.Instance, System.Xml.XmlWellFormedWriter.AttributeValueCache.items, j__TPar, System.Xml.XmlWellFormedWriter.AttributeValueCache.lastItem, System.Xml.XmlWellFormedWriter.AttributeValueCache.singleStringValue, System.Xml.XmlWellFormedWriter.AttributeValueCache.stringValue, System.text, and System.Xml.XmlConvert.TrimString().