terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
System.Xml.XmlAsyncCheckWriter Class Reference
+ Inheritance diagram for System.Xml.XmlAsyncCheckWriter:
+ Collaboration diagram for System.Xml.XmlAsyncCheckWriter:

Public Member Functions

 XmlAsyncCheckWriter (XmlWriter writer)
 
override void WriteStartDocument ()
 
override void WriteStartDocument (bool standalone)
 
override void WriteEndDocument ()
 
override void WriteDocType (string name, string pubid, string sysid, string subset)
 
override void WriteStartElement (string prefix, string localName, string ns)
 
override void WriteEndElement ()
 
override void WriteFullEndElement ()
 
override void WriteStartAttribute (string prefix, string localName, string ns)
 
override void WriteEndAttribute ()
 
override void WriteCData (string text)
 
override void WriteComment (string text)
 
override void WriteProcessingInstruction (string name, string text)
 
override void WriteEntityRef (string name)
 
override void WriteCharEntity (char ch)
 
override void WriteWhitespace (string ws)
 
override void WriteString (string text)
 
override void WriteSurrogateCharEntity (char lowChar, char highChar)
 
override void WriteChars (char[] buffer, int index, int count)
 
override void WriteRaw (char[] buffer, int index, int count)
 
override void WriteRaw (string data)
 
override void WriteBase64 (byte[] buffer, int index, int count)
 
override void WriteBinHex (byte[] buffer, int index, int count)
 
override void Close ()
 
override void Flush ()
 
override string LookupPrefix (string ns)
 
override void WriteValue (string value)
 
void WriteAttributeString (string prefix, string localName, string ns, string value)
 
void Dispose ()
 

Static Public Member Functions

static XmlWriter Create (Stream output, XmlWriterSettings settings)
 
static XmlWriter Create (TextWriter output, XmlWriterSettings settings)
 

Protected Member Functions

override void Dispose (bool disposing)
 

Properties

override WriteState WriteState [get, set]
 

Private Member Functions

void CheckAsync ()
 

Private Attributes

readonly XmlWriter coreWriter
 
Task lastTask
 

Detailed Description

Definition at line 10 of file XmlAsyncCheckWriter.cs.


The documentation for this class was generated from the following file: