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

◆ WriteStartElementAsync_FinishWrite() [2/2]

async Task System.Xml.XmlWellFormedWriter.WriteStartElementAsync_FinishWrite ( Task t,
string prefix,
string localName,
string ns )
inlineprivate

Definition at line 3294 of file XmlWellFormedWriter.cs.

3295 {
3296 try
3297 {
3300 }
3301 catch
3302 {
3303 _currentState = State.Error;
3304 throw;
3305 }
3306 }
new ConfiguredTaskAwaitable< TResult > ConfigureAwait(bool continueOnCapturedContext)
Definition Task.cs:226
void WriteStartElementAsync_FinishWrite(string prefix, string localName, string ns)

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