Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ WriteDocTypeAsync() [1/2]

override async Task System.Xml.XmlEncodedRawTextWriter.WriteDocTypeAsync ( string name,
string pubid,
string sysid,
string subset )
inline

Definition at line 1694 of file XmlEncodedRawTextWriter.cs.

1695 {
1698 {
1700 }
1703 if (pubid != null)
1704 {
1708 if (sysid != null)
1709 {
1711 }
1712 _bufChars[_bufPos++] = '"';
1713 }
1714 else if (sysid != null)
1715 {
1718 _bufChars[_bufPos++] = '"';
1719 }
1720 else
1721 {
1722 _bufChars[_bufPos++] = ' ';
1723 }
1724 if (subset != null)
1725 {
1726 _bufChars[_bufPos++] = '[';
1728 _bufChars[_bufPos++] = ']';
1729 }
1730 _bufChars[_bufPos++] = '>';
1731 }
new ConfiguredTaskAwaitable< TResult > ConfigureAwait(bool continueOnCapturedContext)
Definition Task.cs:226

References System.Xml.XmlEncodedRawTextWriter._bufChars, System.Xml.XmlEncodedRawTextWriter._bufPos, System.Xml.XmlEncodedRawTextWriter._inTextContent, System.Xml.XmlEncodedRawTextWriter._trackTextContent, System.Xml.XmlEncodedRawTextWriter.ChangeTextContentMark(), System.Xml.XmlEncodedRawTextWriter.CheckAsyncCall(), System.Threading.Tasks.Task< TResult >.ConfigureAwait(), System.Xml.Dictionary, System.Xml.XmlEncodedRawTextWriter.RawTextAsync(), and System.value.