4 writes to _standalone
System.Private.Xml (4)
System\Xml\Core\XmlTextReaderImpl.cs (2)
3813
_standalone
= true;
3816
_standalone
= false;
System\Xml\Core\XmlTextReaderImplAsync.cs (2)
1393
_standalone
= true;
1396
_standalone
= false;
5 references to _standalone
System.Private.Xml (5)
System\Xml\Core\XmlTextReaderImpl.cs (4)
4472
if (DtdValidation &&
_standalone
&& attributeInfo.IsDeclaredInExternal)
4510
if (DtdValidation &&
_standalone
&& defaultAttributeInfo.IsDeclaredInExternal)
6060
if (
_standalone
&& entity.IsDeclaredInExternal)
9162
return
_standalone
;
System\Xml\Core\XmlTextReaderImplAsync.cs (1)
3845
if (
_standalone
&& entity.IsDeclaredInExternal)