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

◆ _SequenceRun< TArg >()

async Task System.Xml.XmlWellFormedWriter._SequenceRun< TArg > ( Task task,
Func< TArg, Task > nextTaskFun,
TArg arg )
inlineprivate

Definition at line 3161 of file XmlWellFormedWriter.cs.

3162 {
3163 _ = 1;
3164 try
3165 {
3166 await task.ConfigureAwait(continueOnCapturedContext: false);
3168 }
3169 catch
3170 {
3171 _currentState = State.Error;
3172 throw;
3173 }
3174 }

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