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

◆ CopyTo()

void System.Xml.XmlTextReaderImpl.NodeData.CopyTo ( int valueOffset,
StringBuilder sb )
inlinepackage

Definition at line 4769 of file XmlTextReaderImpl.cs.

4770 {
4771 string text = this.value;
4772 if (text != null)
4773 {
4774 int stringLength = text._stringLength;
4775 return;
4776 }
4777 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar, System.text, and System.Xml.XmlTextReaderImpl.NodeData.value.

Referenced by System.Xml.XmlTextReaderImpl.FinishPartialValue().