1 implementation of IsExternal
System.Xml (1)
System\Xml\Schema\SchemaEntity.cs (1)
45bool IDtdEntityInfo.IsExternal {
10 references to IsExternal
System.Xml (10)
System\Xml\Core\XmlTextReaderImpl.cs (6)
1460if ( ps.charsUsed - ps.charPos == 0 && !ps.entity.IsExternal ) { // empty internal entity value 1906if ( ps.entity == null || ps.entity.IsExternal ) { 2357if ( entity.IsExternal ) { 5517if ( entity.IsExternal ) { 7189Debug.Assert( entity.IsExternal ); 7226Debug.Assert( !entity.IsExternal );
System\Xml\Core\XmlTextReaderImplAsync.cs (3)
761if ( entity.IsExternal ) { 3584if ( entity.IsExternal ) { 4833Debug.Assert( entity.IsExternal );
System\Xml\Schema\DtdParser.cs (1)
3159if ( oldEntity.IsExternal ) {