1 implementation of IsDeclaredInExternal
System.Xml (1)
System\Xml\Schema\SchemaEntity.cs (1)
49bool IDtdEntityInfo.IsDeclaredInExternal {
2 references to IsDeclaredInExternal
System.Xml (2)
System\Xml\Core\XmlTextReaderImpl.cs (1)
5513if ( standalone && entity.IsDeclaredInExternal ) {
System\Xml\Core\XmlTextReaderImplAsync.cs (1)
3580if ( standalone && entity.IsDeclaredInExternal ) {