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

◆ _RawTextAsync()

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

Definition at line 2342 of file XmlUtf8RawTextWriter.cs.

2343 {
2345 int writeLen;
2346 do
2347 {
2351 if (writeLen >= 0)
2352 {
2354 }
2355 }
2356 while (writeLen >= 0);
2357 if (text2 != null)
2358 {
2360 }
2361 }
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.XmlUtf8RawTextWriter.FlushBufferAsync(), System.Xml.XmlUtf8RawTextWriter.RawTextAsync(), and System.Xml.XmlUtf8RawTextWriter.RawTextNoFlush().

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