1 implementation of IsDeclaredInExternal
System.Private.Xml (1)
System\Xml\Schema\SchemaEntity.cs (1)
49bool IDtdEntityInfo.IsDeclaredInExternal
2 references to IsDeclaredInExternal
System.Private.Xml (2)
System\Xml\Core\XmlTextReaderImpl.cs (1)
6060if (_standalone && entity.IsDeclaredInExternal)
System\Xml\Core\XmlTextReaderImplAsync.cs (1)
3845if (_standalone && entity.IsDeclaredInExternal)