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

◆ WriteChars()

override void System.Xml.XmlWellFormedWriter.WriteChars ( char[] buffer,
int index,
int count )
inline

Definition at line 365 of file XmlWellFormedWriter.cs.

366 {
367 if (buffer == null)
368 {
369 return;
370 }
372 {
373 this.attrValueCache.WriteChars(buffer, index, count);
374 return;
375 }
377 }
class f__AnonymousType0<< Count > j__TPar
XmlWellFormedWriter.SpecialAttribute specAttr
override void WriteChars(char[] buffer, int index, int count)
XmlWellFormedWriter.AttributeValueCache attrValueCache

References System.Xml.XmlWellFormedWriter.attrValueCache, System.count, System.index, j__TPar, System.Xml.XmlWellFormedWriter.specAttr, System.Xml.XmlWellFormedWriter.WriteChars(), and System.Xml.XmlWellFormedWriter.writer.

Referenced by System.Xml.XmlWellFormedWriter.WriteChars().