3 writes to useAsync
System.Xml (3)
System\Xml\Core\XmlTextReaderImpl.cs (3)
656laterInitParam.useAsync = true; 744laterInitParam.useAsync = true; 797laterInitParam.useAsync = true;
5 references to useAsync
System.Xml (5)
System\Xml\Core\XmlTextReaderImpl.cs (3)
666if (laterInitParam.useAsync) { 2622if (laterInitParam != null && laterInitParam.useAsync) { 2694if (laterInitParam != null && laterInitParam.useAsync) {
System\Xml\Core\XmlTextReaderImplAsync.cs (2)
846if (laterInitParam != null && laterInitParam.useAsync) { 918if (laterInitParam != null && laterInitParam.useAsync) {