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

◆ WriteCDataAsync() [1/2]

override async Task System.Xml.XmlWellFormedWriter.WriteCDataAsync ( string text)
inline

Definition at line 3708 of file XmlWellFormedWriter.cs.

3709 {
3710 _ = 1;
3711 try
3712 {
3713 if (text == null)
3714 {
3715 text = string.Empty;
3716 }
3719 }
3720 catch
3721 {
3722 _currentState = State.Error;
3723 throw;
3724 }
3725 }
new ConfiguredTaskAwaitable< TResult > ConfigureAwait(bool continueOnCapturedContext)
Definition Task.cs:226
virtual Task WriteCDataAsync(string? text)
Definition XmlWriter.cs:638

References System.Xml.XmlWellFormedWriter._currentState, System.Xml.XmlWellFormedWriter._writer, System.Xml.XmlWellFormedWriter.AdvanceStateAsync(), System.Threading.Tasks.Task< TResult >.ConfigureAwait(), System.text, and System.Xml.XmlWriter.WriteCDataAsync().