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

◆ WriteEntityRefAsync()

override async Task System.Xml.XmlEncodedRawTextWriter.WriteEntityRefAsync ( string name)
inlinevirtual

Reimplemented from System.Xml.XmlWriter.

Reimplemented in System.Xml.XmlEncodedRawTextWriterIndent.

Definition at line 1944 of file XmlEncodedRawTextWriter.cs.

1945 {
1948 {
1950 }
1951 _bufChars[_bufPos++] = '&';
1953 _bufChars[_bufPos++] = ';';
1954 if (_bufPos > _bufLen)
1955 {
1957 }
1958 _textPos = _bufPos;
1959 }
new ConfiguredTaskAwaitable< TResult > ConfigureAwait(bool continueOnCapturedContext)
Definition Task.cs:226

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