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

◆ IsQuerySpecific

bool System.Xml.XmlWriterSettings.IsQuerySpecific
getpackage

Definition at line 320 of file XmlWriterSettings.cs.

321 {
322 get
323 {
324 if (this.cdataSections._size != 0 || this.docTypePublic != null || this.docTypeSystem != null)
325 {
326 return true;
327 }
328 XmlStandalone xmlStandalone = this.standalone;
329 return true;
330 }
331 }
class f__AnonymousType0<< Count > j__TPar
List< XmlQualifiedName > cdataSections

Referenced by System.Xml.XmlWriterSettings.CreateWriter(), and System.Xml.XmlWriterSettings.CreateWriter().