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