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