4 writes to standalone
System.Xml (4)
System\Xml\Core\XmlTextReaderImpl.cs (2)
3480this.standalone = true; 3483this.standalone = false;
System\Xml\Core\XmlTextReaderImplAsync.cs (2)
1313this.standalone = true; 1316this.standalone = false;
5 references to standalone
System.Xml (5)
System\Xml\Core\XmlTextReaderImpl.cs (4)
4073if ( DtdValidation && standalone && attributeInfo.IsDeclaredInExternal ) { 4107if ( DtdValidation && standalone && defaultAttributeInfo.IsDeclaredInExternal ) { 5513if ( standalone && entity.IsDeclaredInExternal ) { 8179return standalone;
System\Xml\Core\XmlTextReaderImplAsync.cs (1)
3580if ( standalone && entity.IsDeclaredInExternal ) {