1 implementation of IsExternal
System.Private.Xml (1)
System\Xml\Schema\SchemaEntity.cs (1)
44bool IDtdEntityInfo.IsExternal
10 references to IsExternal
System.Private.Xml (10)
System\Xml\Core\XmlTextReaderImpl.cs (6)
1529if (_ps.charsUsed - _ps.charPos == 0 && !_ps.entity!.IsExternal) 2020if (_ps.entity == null || _ps.entity.IsExternal) 2541if (entity.IsExternal) 6065if (entity.IsExternal) 7987Debug.Assert(entity.IsExternal); 8033Debug.Assert(!entity.IsExternal);
System\Xml\Core\XmlTextReaderImplAsync.cs (3)
803if (entity.IsExternal) 3850if (entity.IsExternal) 5197Debug.Assert(entity.IsExternal);
System\Xml\Schema\DtdParser.cs (1)
3326if (oldEntity.IsExternal)