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

◆ StartElementAndWriteStartElementAsync()

async Task System.Xml.XmlBaseWriter.StartElementAndWriteStartElementAsync ( string prefix,
string localName,
string namespaceUri )
inlineprivateinherited

Definition at line 1271 of file XmlBaseWriter.cs.

1272 {
1273 prefix = await StartElementAsync(prefix, localName, namespaceUri, null).ConfigureAwait(continueOnCapturedContext: false);
1275 }
new ConfiguredTaskAwaitable< TResult > ConfigureAwait(bool continueOnCapturedContext)
Definition Task.cs:226
async Task< string > StartElementAsync(string prefix, string localName, string ns, XmlDictionaryString xNs)
virtual Task WriteStartElementAsync(string prefix, string localName)

References System.Xml.XmlBaseWriter._writer, System.Threading.Tasks.Task< TResult >.ConfigureAwait(), System.Xml.Dictionary, System.prefix, System.Xml.XmlBaseWriter.StartElementAsync(), and System.Xml.XmlNodeWriter.WriteStartElementAsync().

Referenced by System.Xml.XmlBaseWriter.WriteStartElementAsync().