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

◆ RawTextAsync() [1/2]

Task System.Xml.XmlUtf8RawTextWriter.RawTextAsync ( string text)
inlineprotectedinherited

Definition at line 2298 of file XmlUtf8RawTextWriter.cs.

2299 {
2300 int num = RawTextNoFlush(text, 0, text.Length);
2301 if (num < 0)
2302 {
2303 return Task.CompletedTask;
2304 }
2305 return _RawTextAsync(text, num, text.Length - num);
2306 }
static Task CompletedTask
Definition Task.cs:1120
async Task _RawTextAsync(string text1, int curIndex1, int leftCount1, string text2=null, string text3=null, string text4=null)
unsafe int RawTextNoFlush(char *pSrcBegin, char *pSrcEnd)

References System.Xml.XmlUtf8RawTextWriter._RawTextAsync(), System.Threading.Tasks.Task< TResult >.CompletedTask, System.Xml.XmlUtf8RawTextWriter.RawTextNoFlush(), and System.text.

Referenced by System.Xml.XmlUtf8RawTextWriter._RawTextAsync(), System.Xml.XmlUtf8RawTextWriter._WriteElementTextBlockAsync(), System.Xml.XmlUtf8RawTextWriter.WriteCDataSectionAsync(), System.Xml.XmlUtf8RawTextWriter.WriteCharEntityAsync(), System.Xml.XmlUtf8RawTextWriter.WriteCommentOrPiAsync(), System.Xml.XmlUtf8RawTextWriter.WriteDocTypeAsync(), System.Xml.XmlUtf8RawTextWriter.WriteElementTextBlockAsync(), System.Xml.XmlUtf8RawTextWriter.WriteEndElementAsync(), System.Xml.XmlUtf8RawTextWriter.WriteEntityRefAsync(), System.Xml.XmlUtf8RawTextWriter.WriteFullEndElementAsync(), System.Xml.XmlUtf8RawTextWriterIndent.WriteIndentAsync(), System.Xml.XmlUtf8RawTextWriter.WriteProcessingInstructionAsync(), System.Xml.XmlUtf8RawTextWriter.WriteRawWithCharCheckingAsync(), System.Xml.XmlUtf8RawTextWriter.WriteRawWithCharCheckingAsync(), System.Xml.XmlUtf8RawTextWriter.WriteStartAttributeAsync(), System.Xml.XmlUtf8RawTextWriter.WriteStartElementAsync(), System.Xml.XmlUtf8RawTextWriter.WriteStartNamespaceDeclarationAsync(), System.Xml.XmlUtf8RawTextWriter.WriteSurrogateCharEntityAsync(), and System.Xml.XmlUtf8RawTextWriter.WriteXmlDeclarationAsync().