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