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)
4472if (DtdValidation && _standalone && attributeInfo.IsDeclaredInExternal) 4510if (DtdValidation && _standalone && defaultAttributeInfo.IsDeclaredInExternal) 6060if (_standalone && entity.IsDeclaredInExternal) 9162return _standalone;
System\Xml\Core\XmlTextReaderImplAsync.cs (1)
3845if (_standalone && entity.IsDeclaredInExternal)