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

◆ _TryReturnTask()

async Task System.Xml.XmlWellFormedWriter._TryReturnTask ( Task task)
inlineprivate

Definition at line 3139 of file XmlWellFormedWriter.cs.

3140 {
3141 try
3142 {
3143 await task.ConfigureAwait(continueOnCapturedContext: false);
3144 }
3145 catch
3146 {
3147 _currentState = State.Error;
3148 throw;
3149 }
3150 }

References System.Xml.XmlWellFormedWriter._currentState, and System.task.

Referenced by System.Xml.XmlWellFormedWriter.TryReturnTask().