5 writes to Async
System.Private.Xml (1)
System\Xml\Core\XmlAsyncCheckWriter.cs (1)
52
settings.
Async
= true;
System.Private.Xml.Linq (4)
System\Xml\Linq\XDocument.cs (2)
623
ws.
Async
= true;
708
ws.
Async
= true;
System\Xml\Linq\XElement.cs (2)
1084
ws.
Async
= true;
1146
ws.
Async
= true;
5 references to Async
System.Private.Xml (5)
System\Xml\Core\XmlEncodedRawTextWriter.cs (3)
92
_useAsync = settings.
Async
;
119
if (settings.
Async
)
142
if (settings.
Async
)
System\Xml\Core\XmlUtf8RawTextWriter.cs (2)
77
_useAsync = settings.
Async
;
105
if (settings.
Async
)