3 writes to useAsync
System.Private.Xml (3)
System\Xml\Core\XmlTextReaderImpl.cs (3)
622
_laterInitParam.
useAsync
= true;
722
_laterInitParam.
useAsync
= true;
783
_laterInitParam.
useAsync
= true;
5 references to useAsync
System.Private.Xml (5)
System\Xml\Core\XmlTextReaderImpl.cs (3)
634
if (_laterInitParam.
useAsync
)
2861
if (_laterInitParam != null && _laterInitParam.
useAsync
)
2926
if (_laterInitParam != null && _laterInitParam.
useAsync
)
System\Xml\Core\XmlTextReaderImplAsync.cs (2)
888
if (_laterInitParam != null && _laterInitParam.
useAsync
)
955
if (_laterInitParam != null && _laterInitParam.
useAsync
)