5 overrides of WriteStartDocumentAsync
System.Private.DataContractSerialization (1)
System\Xml\XmlDictionaryAsyncCheckWriter.cs (1)
355
public override Task
WriteStartDocumentAsync
()
System.Private.Xml (4)
System\Xml\Core\XmlAsyncCheckWriter.cs (1)
347
public override Task
WriteStartDocumentAsync
()
System\Xml\Core\XmlRawWriterAsync.cs (1)
46
public override Task
WriteStartDocumentAsync
()
System\Xml\Core\XmlWellFormedWriterAsync.cs (1)
21
public override Task
WriteStartDocumentAsync
()
System\Xml\Core\XmlWrappingWriterAsync.cs (1)
15
public override Task
WriteStartDocumentAsync
()
6 references to WriteStartDocumentAsync
System.Private.DataContractSerialization (1)
System\Xml\XmlDictionaryAsyncCheckWriter.cs (1)
358
return SetLastTask(CoreWriter.
WriteStartDocumentAsync
());
System.Private.Xml (3)
System\Xml\Core\XmlAsyncCheckWriter.cs (1)
350
var task = _coreWriter.
WriteStartDocumentAsync
();
System\Xml\Core\XmlWellFormedWriterAsync.cs (1)
1218
await _writer.
WriteStartDocumentAsync
().ConfigureAwait(false);
System\Xml\Core\XmlWrappingWriterAsync.cs (1)
17
return writer.
WriteStartDocumentAsync
();
System.Private.Xml.Linq (2)
System\Xml\Linq\XDocument.cs (1)
847
tStart = writer.
WriteStartDocumentAsync
();
System\Xml\Linq\XElement.cs (1)
1188
await writer.
WriteStartDocumentAsync
().ConfigureAwait(false);