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)
4489if (DtdValidation && _standalone && attributeInfo.IsDeclaredInExternal) 4527if (DtdValidation && _standalone && defaultAttributeInfo.IsDeclaredInExternal) 6077if (_standalone && entity.IsDeclaredInExternal) 9179return _standalone;
System\Xml\Core\XmlTextReaderImplAsync.cs (1)
3845if (_standalone && entity.IsDeclaredInExternal)