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

◆ WriteStartNamespaceDeclarationAsync()

override async Task System.Xml.XmlEncodedRawTextWriter.WriteStartNamespaceDeclarationAsync ( string prefix)
inlinepackagevirtualinherited

Reimplemented from System.Xml.XmlRawWriter.

Definition at line 1839 of file XmlEncodedRawTextWriter.cs.

1840 {
1843 {
1845 }
1846 if (prefix.Length == 0)
1847 {
1849 }
1850 else
1851 {
1854 _bufChars[_bufPos++] = '=';
1855 _bufChars[_bufPos++] = '"';
1856 }
1857 _inAttributeValue = true;
1859 {
1861 }
1862 }
new ConfiguredTaskAwaitable< TResult > ConfigureAwait(bool continueOnCapturedContext)
Definition Task.cs:226

References System.Xml.XmlEncodedRawTextWriter._bufChars, System.Xml.XmlEncodedRawTextWriter._bufPos, System.Xml.XmlEncodedRawTextWriter._inAttributeValue, 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.prefix, System.Xml.XmlEncodedRawTextWriter.RawTextAsync(), and System.value.

Referenced by System.Xml.XmlEncodedRawTextWriter.WriteNamespaceDeclarationAsync().