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

◆ _RawTextAsync()

async Task System.Xml.XmlEncodedRawTextWriter._RawTextAsync ( string text1,
int curIndex1,
int leftCount1,
string text2 = null,
string text3 = null,
string text4 = null )
inlineprivateinherited

Definition at line 2676 of file XmlEncodedRawTextWriter.cs.

2677 {
2679 int writeLen;
2680 do
2681 {
2685 if (writeLen >= 0)
2686 {
2688 }
2689 }
2690 while (writeLen >= 0);
2691 if (text2 != null)
2692 {
2694 }
2695 }
new ConfiguredTaskAwaitable< TResult > ConfigureAwait(bool continueOnCapturedContext)
Definition Task.cs:226
unsafe int RawTextNoFlush(char *pSrcBegin, char *pSrcEnd)

References System.Threading.Tasks.Task< TResult >.ConfigureAwait(), System.Xml.Dictionary, System.Xml.XmlEncodedRawTextWriter.FlushBufferAsync(), System.Xml.XmlEncodedRawTextWriter.RawTextAsync(), and System.Xml.XmlEncodedRawTextWriter.RawTextNoFlush().

Referenced by System.Xml.XmlEncodedRawTextWriter.RawTextAsync(), and System.Xml.XmlEncodedRawTextWriter.RawTextAsync().