1 implementation of IsExternal
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaEntity.cs (1)
45
bool IDtdEntityInfo.
IsExternal
7 references to IsExternal
dotnet-svcutil-lib (7)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlTextReaderImpl.cs (6)
1536
if (_ps.charsUsed - _ps.charPos == 0 && !_ps.entity.
IsExternal
)
2083
if (_ps.entity == null || _ps.entity.
IsExternal
)
2617
if (entity.
IsExternal
)
6186
if (entity.
IsExternal
)
8131
Debug.Assert(entity.
IsExternal
);
8173
Debug.Assert(!entity.
IsExternal
);
FrameworkFork\Microsoft.Xml\Xml\schema\DtdParser.cs (1)
3402
if (oldEntity.
IsExternal
)