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