Base:
method
WriteStartDocumentAsync
System.Xml.XmlWriter.WriteStartDocumentAsync()
2 references to WriteStartDocumentAsync
System.Xml (2)
System\Xml\Core\XmlWellFormedWriterAsync.cs (2)
1089
return AdvanceStateAsync_ReturnWhenFinish(
WriteStartDocumentAsync
(), State.Document);
1092
return AdvanceStateAsync_ReturnWhenFinish(
WriteStartDocumentAsync
(), State.Element);