3 writes to Async
System.Data (1)
fx\src\data\System\Data\SqlClient\TdsParser.cs (1)
10371writerSettings.Async = true;
System.ServiceModel.Channels (1)
System\ServiceModel\Channels\XmlByteStreamWriter.cs (1)
43Async = true
System.Xml (1)
System\Xml\Core\XmlAsyncCheckWriter.cs (1)
44settings.Async = true;
6 references to Async
System.Runtime.Serialization (1)
System\Xml\XmlDictionaryWriter.cs (1)
537this.writeBlockHandler = this.writer.Settings != null && this.writer.Settings.Async ? handleWriteBlockAsync : handleWriteBlock;
System.Xml (5)
System\Xml\Core\XmlEncodedRawTextWriter.cs (3)
114useAsync = settings.Async; 140if (settings.Async) { 161if (settings.Async) {
System\Xml\Core\XmlUtf8RawTextWriter.cs (2)
99useAsync = settings.Async; 128if (settings.Async) {