5 writes to Async
System.Private.Xml (1)
System\Xml\Core\XmlAsyncCheckReader.cs (1)
76
settings.
Async
= true;
System.Private.Xml.Linq (4)
System\Xml\Linq\XDocument.cs (2)
298
rs.
Async
= true;
381
rs.
Async
= true;
System\Xml\Linq\XElement.cs (2)
685
rs.
Async
= true;
767
rs.
Async
= true;
6 references to Async
System.Private.Xml (6)
System\Xml\Core\XmlReader.cs (1)
1736
if (settings.
Async
)
System\Xml\Core\XmlTextReaderImpl.cs (4)
358
_useAsync = settings.
Async
;
615
if (!settings.
Async
)
715
if (!settings.
Async
)
776
if (!settings.
Async
)
System\Xml\Core\XmlWriterAsync.cs (1)
284
if (reader.Settings is {
Async
: true })