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)
70get => _useAsync; 348fs = new FileStream(outputFileName, FileMode.Create, FileAccess.Write, FileShare.Read, 0x1000, _useAsync); 427if (_useAsync) 474if (_useAsync)