2 writes to useAsync
System.Xml (2)
System\Xml\Core\XmlWriterSettings.cs (2)
116useAsync = value; 699useAsync = false;
4 references to useAsync
System.Xml (4)
System\Xml\Core\XmlWriterSettings.cs (4)
112return useAsync; 454fs = new FileStream(outputFileName, FileMode.Create, FileAccess.Write, FileShare.Read, 0x1000, useAsync); 574if (useAsync) { 639if (useAsync) {