2 writes to _useAsync
System.Private.Xml (2)
System\Xml\Core\XmlWriterSettings.cs (2)
74
_useAsync
= value;
523
_useAsync
= false;
4 references to _useAsync
System.Private.Xml (4)
System\Xml\Core\XmlWriterSettings.cs (4)
70
get =>
_useAsync
;
348
fs = new FileStream(outputFileName, FileMode.Create, FileAccess.Write, FileShare.Read, 0x1000,
_useAsync
);
427
if (
_useAsync
)
474
if (
_useAsync
)