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

◆ WriteStartElementAsync_NoAdvanceState() [2/2]

async Task System.Xml.XmlWellFormedWriter.WriteStartElementAsync_NoAdvanceState ( Task task,
string prefix,
string localName,
string ns )
inlineprivate

Definition at line 3253 of file XmlWellFormedWriter.cs.

3254 {
3255 _ = 1;
3256 try
3257 {
3258 await task.ConfigureAwait(continueOnCapturedContext: false);
3260 }
3261 catch
3262 {
3263 _currentState = State.Error;
3264 throw;
3265 }
3266 }
new ConfiguredTaskAwaitable< TResult > ConfigureAwait(bool continueOnCapturedContext)
Definition Task.cs:226
Task WriteStartElementAsync_NoAdvanceState(string prefix, string localName, string ns)

References System.Xml.XmlWellFormedWriter._currentState, System.Threading.Tasks.Task< TResult >.ConfigureAwait(), System.prefix, System.task, and System.Xml.XmlWellFormedWriter.WriteStartElementAsync_NoAdvanceState().