Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Xml.XmlTextEncoder Member List

This is the complete list of members for System.Xml.XmlTextEncoder, including all inherited members.

_attrValueSystem.Xml.XmlTextEncoderprivate
_cacheAttrValueSystem.Xml.XmlTextEncoderprivate
_inAttributeSystem.Xml.XmlTextEncoderprivate
_quoteCharSystem.Xml.XmlTextEncoderprivate
_textWriterSystem.Xml.XmlTextEncoderprivate
AttributeValueSystem.Xml.XmlTextEncoderpackage
EndAttribute()System.Xml.XmlTextEncoderinlinepackage
QuoteCharSystem.Xml.XmlTextEncoderpackage
StartAttribute(bool cacheAttrValue)System.Xml.XmlTextEncoderinlinepackage
Write(char[] array, int offset, int count)System.Xml.XmlTextEncoderinlinepackage
Write(string text)System.Xml.XmlTextEncoderinlinepackage
WriteCharEntity(char ch)System.Xml.XmlTextEncoderinlinepackage
WriteCharEntityImpl(char ch)System.Xml.XmlTextEncoderinlineprivate
WriteCharEntityImpl(string strVal)System.Xml.XmlTextEncoderinlineprivate
WriteEntityRef(string name)System.Xml.XmlTextEncoderinlinepackage
WriteEntityRefImpl(string name)System.Xml.XmlTextEncoderinlineprivate
WriteRaw(char[] array, int offset, int count)System.Xml.XmlTextEncoderinlinepackage
WriteRawWithSurrogateChecking(string text)System.Xml.XmlTextEncoderinlinepackage
WriteStringFragment(string str, int offset, int count, char[] helperBuffer)System.Xml.XmlTextEncoderinlineprivate
WriteSurrogateChar(char lowChar, char highChar)System.Xml.XmlTextEncoderinlinepackage
WriteSurrogateCharEntity(char lowChar, char highChar)System.Xml.XmlTextEncoderinlinepackage
XmlTextEncoder(TextWriter textWriter)System.Xml.XmlTextEncoderinlinepackage