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