4 writes to _standalone
System.Private.Xml (4)
System\Xml\Core\XmlTextReaderImpl.cs (2)
3830
_standalone
= true;
3833
_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)
4489
if (DtdValidation &&
_standalone
&& attributeInfo.IsDeclaredInExternal)
4527
if (DtdValidation &&
_standalone
&& defaultAttributeInfo.IsDeclaredInExternal)
6077
if (
_standalone
&& entity.IsDeclaredInExternal)
9179
return
_standalone
;
System\Xml\Core\XmlTextReaderImplAsync.cs (1)
3845
if (
_standalone
&& entity.IsDeclaredInExternal)