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

◆ StartCDataSection()

bool System.Xml.QueryOutputWriter.StartCDataSection ( )
inlineprivate

Definition at line 317 of file QueryOutputWriter.cs.

318 {
319 if (this.lookupCDataElems != null)
320 {
321 uint curr = this.bitsCData.curr;
322 }
323 this.inCDataSection = true;
324 return true;
325 }
class f__AnonymousType0<< Count > j__TPar
Dictionary< XmlQualifiedName, int > lookupCDataElems

References System.Xml.QueryOutputWriter.bitsCData, System.Xml.BitStack.curr, j__TPar, and System.Xml.QueryOutputWriter.lookupCDataElems.