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

◆ WriteRaw() [1/2]

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

Definition at line 380 of file XmlWellFormedWriter.cs.

381 {
382 if (buffer == null)
383 {
384 return;
385 }
387 {
388 this.attrValueCache.WriteRaw(buffer, index, count);
389 return;
390 }
392 }
class f__AnonymousType0<< Count > j__TPar
XmlWellFormedWriter.SpecialAttribute specAttr
XmlWellFormedWriter.AttributeValueCache attrValueCache
override void WriteRaw(char[] buffer, int index, int count)

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

Referenced by System.Xml.XmlWellFormedWriter.WriteRaw(), and System.Xml.XmlWellFormedWriter.WriteRaw().