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

◆ WriteStringAsync_NoAdvanceState() [1/2]

Task System.Xml.XmlWellFormedWriter.WriteStringAsync_NoAdvanceState ( string text)
inlineprivate

Definition at line 3919 of file XmlWellFormedWriter.cs.

3920 {
3921 try
3922 {
3923 if (SaveAttrValue)
3924 {
3926 return Task.CompletedTask;
3927 }
3929 }
3930 catch
3931 {
3932 _currentState = State.Error;
3933 throw;
3934 }
3935 }
static Task CompletedTask
Definition Task.cs:1120
virtual Task WriteStringAsync(string? text)
Definition XmlWriter.cs:668

References System.Xml.XmlWellFormedWriter._attrValueCache, System.Xml.XmlWellFormedWriter._currentState, System.Xml.XmlWellFormedWriter._writer, System.Threading.Tasks.Task< TResult >.CompletedTask, System.Xml.XmlWellFormedWriter.SaveAttrValue, System.text, System.Xml.XmlWellFormedWriter.TryReturnTask(), System.Xml.XmlWellFormedWriter.AttributeValueCache.WriteString(), and System.Xml.XmlWriter.WriteStringAsync().

Referenced by System.Xml.XmlWellFormedWriter.WriteStringAsync(), and System.Xml.XmlWellFormedWriter.WriteStringAsync_NoAdvanceState().