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